Skip to content

Commit

Permalink
Added Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NatesWorld authored Feb 28, 2022
1 parent 74ac77f commit 8bc068d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
21 changes: 21 additions & 0 deletions Docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<h2 align="center"> Change Log </h2>

<h3> V1.0.0 </h3>

* Added Directories
* Addded File Structure
* Added **68** Theme Addons
* Added Guild Alignment Options
* Resizeable
* Focus Mode
* Customizablity
* Theme Effects
* Supports **Glasscord**
* Supports Future Modification
* Supports a range of **BetterDiscord**, **Powercord**, **Goosemod** & **Vizality** Plugins
* Added removeablity options
* Skin Support
* Splash Support
* Added optional Animations
* Supports ***Most*** clients (BetterDiscord, Powercord, Goosemod, Vizality, Stylus)
* Added **Custom** folder for snippets
10 changes: 8 additions & 2 deletions src/Variables/theme-variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
:root {
/* Info */
--theme-name: "Native";
--version: "DEV";

--version: "V1.0.0";
--latest: "V1.0.0";
--current: "V1.0.0";
--skin: "Defualt";
--creator: "Nate's World";
--platform: "Web";
--client: "Goosemod";

/* Home */
--home-icon: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16V11H12V16C12 16.55 12.45 17 13 17H16C16.55 17 17 16.55 17 16V9H18.7C19.16 9 19.38 8.43 19.03 8.13L10.67 0.6C10.29 0.26 9.71 0.26 9.33 0.6L0.969999 8.13C0.629999 8.43 0.839999 9 1.3 9H3V16C3 16.55 3.45 17 4 17H7C7.55 17 8 16.55 8 16Z' fill='white'/%3E%3C/svg%3E%0A");

Expand Down

0 comments on commit 8bc068d

Please sign in to comment.