Update changelog

This commit is contained in:
smartfridge 2021-07-03 21:18:57 +02:00
parent ae8c0d5057
commit 2a68e23cb1
1 changed files with 13 additions and 12 deletions

View File

@ -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 = {