You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GooseMod/CHANGELOG.md

240 lines
5.8 KiB

4 years ago
# GooseMod Changelog
## Beta v0.9.0
- ### Features
- #### Embedder
- Added embedded mode
## Beta v0.8.1
- ### Features
- #### Injector
- Automatically opens settings on the manage modules page when injected
- #### Module: RainbowCord (v1.0.0)
- Added module
- #### Module: Role Colored Messages (v1.0.0)
- Added module
- #### Module: Egg Scrambler (v1.0.0)
- Added module
- ### Fixes
- #### Module: Message Scrambler (v1.0.1)
- Fixed some potential symbol conversion errors
## Beta v0.8.0
- ### Features
- #### Injector
- Added module descriptions to module manager
- Added subtext option for toggles and danger button setting components
- Remade module headers for module manager, now including author
- #### Module: Twitch Emotes (v1.0.0)
- Added module
- #### Module: Message Scrambler by Fjorge (v1.0.0)
- Added module
- #### Module: Visual Tweaks (v2.0.1)
- Added description and author
- Added subtext to some options
- #### Module: Fucklytics (v1.1.2)
- Added description and author
- Added subtext to some options
- #### Module: Dev Mode (v1.0.1)
- Added description and author
- ### Backend / Structural Changes
- Modules now in "category" folders
- ### Fixes
- #### Injector
- Fixed that modules without setting would fail to be removed
## Beta v0.7.0
- ### Features
- #### Injector
- No longer ask for modules on injection immediately
- Module manager now shows deletion button instead of toggle for removing modules
- #### Easy Injector
- Renamed Quick Injector to Easy Injector
- Reduced size
- ### Fixes
- #### Injector
- Fixed that removing a module would not remove the setting in the current settings layer (from v0.6.0)
## Beta v0.6.0
4 years ago
- ### Features
- #### Injector
- Uninstall option is now colored red like "Log Out" option
- GooseMod options are now inserted before "Log Out" option
- Added Reinstall option
- #### Quick Injector
- Added quick injector
- ### Tweaks
- #### Injector
- No longer use custom logging for logging version on run
- Removed version iteration as it was mostly unused
- Added Discord version channel and desktop version to startup import logging
4 years ago
## Beta v0.5.0
- ### Features
- #### Injector
- Uninstall confirmation uses Discord's confirmation box instead of Electron's (thanks Upsidedown!)
- Cancelling uninstall no longer shows empty "Uninstall Cancelled" page
- Added Manage Modules to easily import and remove modules
- Moved modules into own settings category
- #### Module: Visual Tweaks (v2.0.0)
- Profile popup background is now colored correctly according to theme
- Server boost page is now colored correctly according to theme
- Tweaked some backgrounds for darkest mode
- Added version and name to export
- Darkest mode is now default
- #### Module: Fucklytics (v1.1.1)
- Added version and name to export
- #### Module: Dev Mode (v1.0.0)
- Added version and name to export
## Alpha v0.4.4
- ### Features
- ### Module: Visual Tweaks (v1.4.0)
- Properly color mention and slash autocompletion menu
## Alpha v0.4.3
- ### Features
- ### Module: Visual Tweaks (v1.3.0)
- Properly color friends container section
## Alpha v0.4.2
- ### Features
- ### Module: Visual Tweaks (v1.2.0)
- Added better highlighting for messages on hover for darker (and darkest) modes
## Alpha v0.4.1
- ### Features
- #### Injector
- Added confirmation to Uninstall from settings
## Alpha v0.4.0
- ### Features
- #### Injector
- Modules now have remove handler
- No longer uses global window variable, much more hidden now
- Added uninstall option to end of settings which uninstalls / removes GooseMod without reloading / refresh (leaves some small amounts of code but no visual or noticable changes remain, small traces can be removed by refreshing / reloading)
- #### Module: Visual Tweaks (v1.1.0)
- Now disables all tweaks on remove handler
- #### Module: Fucklytics (v1.1.0)
- Reverts proxy function remove handler
## Alpha v0.3.0 (Bump from Pre-alpha to Alpha!)
- ### Features
- #### Injector
- Now injects version in to info in settings sidebar
- Made subtitle for settings header in settings pages settable
- #### Module: Visual Tweaks (v1.0.1)
- Added version to settings header
- #### Module: Fucklytics (v1.0.1)
- Added version to settings header
- ### Tweaks
- #### Injector
- Tweaked version logging in console
- ### Fixes
- #### Module: Visual Tweaks (v1.0.1)
- Fixed help button not being hidden when first imported even when enabled
## Pre-alpha v0.2.1
- ### Misc. Changes
- Removed `test` module as it served no use
- Removed `Test` setting entry
## Pre-alpha v0.2.0
- ### Features
- #### Module: Visual Tweaks
- Added "Darker Mode" to Visual Tweaks Module
- Added "Darkest Mode" to Visual Tweaks Module
- #### Injector
- Added version displaying when injector is ran
- ### Fixes
- #### Module: Visual Tweaks
- Fixed tweaks being enabled on import even if being "false"
- #### Injector
- Fixed potential future errors in logger if region is not found and not a module
- Fixed toggles in settings not having bottom margin
- Fixed headers (not first one) not having top margin
- Fixed toggles not having dividers after them
- ### Backend / Structural Changes
- Renamed `base` directory to `modules` as it is a more accurate and understanding name
4 years ago
## Pre-alpha v0.1.0
- Initial (Public) Release