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 minSupportedVersion = "0.3.0";
|
||||||
export const bbdVersion = "0.3.5";
|
export const bbdVersion = "0.3.5";
|
||||||
export const bbdChangelog = {
|
export const bbdChangelog = {
|
||||||
description: "Updated BBD, AccountInfo fix and more!.",
|
description: "Security updates and more!",
|
||||||
changes: [
|
changes: [
|
||||||
{
|
{
|
||||||
title: "Bug Fixes",
|
title: "Bug Fixes & More.",
|
||||||
type: "fixed",
|
type: "fixed",
|
||||||
items: [
|
items: [
|
||||||
"Account info has been fixed.",
|
"Updated various dependencies.",
|
||||||
"BBD has been updated to newest possible version.",
|
"Added badges to new devs.",
|
||||||
"Changed some invites from BetterDiscord to Lightcord."
|
"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 = {
|
export const settings = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user