mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
Update changelog
This commit is contained in:
parent
ae8c0d5057
commit
2a68e23cb1
@ -3,18 +3,19 @@ export const currentDiscordVersion = (window.DiscordNative && window.DiscordNati
|
||||
export const minSupportedVersion = "0.3.0";
|
||||
export const bbdVersion = "0.3.5";
|
||||
export const bbdChangelog = {
|
||||
description: "Updated BBD, AccountInfo fix and more!.",
|
||||
changes: [
|
||||
{
|
||||
title: "Bug Fixes",
|
||||
type: "fixed",
|
||||
items: [
|
||||
"Account info has been fixed.",
|
||||
"BBD has been updated to newest possible version.",
|
||||
"Changed some invites from BetterDiscord to Lightcord."
|
||||
]
|
||||
}
|
||||
]
|
||||
description: "Security updates and more!",
|
||||
changes: [
|
||||
{
|
||||
title: "Bug Fixes & More.",
|
||||
type: "fixed",
|
||||
items: [
|
||||
"Updated various dependencies.",
|
||||
"Added badges to new devs.",
|
||||
"Change BandageBD naming inside Lightcord to LightcordBD",
|
||||
"New release system that allows us to spend more time on actually developing rather than compiling packages ;)",
|
||||
],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export const settings = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user