Releases: RoguedBear/BetterDiscordPlugin-AutoIdleOnAFK
v0.5.1 - update deprecated methods
What's Changed
- Fix: Update BdApi methods in AutoIdleOnAFK.plugin.js by @MsNecromancer in #62
This patch updates deprecated BetterDiscord API methods used by the plugin, credits to @MsNecromancer for working on that!
New Contributors
- @MsNecromancer made their first contribution in #62
Full Changelog: v0.5.0...v0.5.1
v0.5.0 - fix settings panel & refactor to remove dependency on `ZeresPluginLibrary`
What's Changed
Plugin was refactored to remove the dependency on ZeresPluginLibraryand to conform with the new style of writing plugins. This also fixed the settings panel which broke some time back.
huge thanks to @opdude for these changes
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0 - New setting: ignore voice channel state when going AFK
What's Changed
- add setting to ignore vc state by @RoguedBear in #45
You can now choose if you want to ignore whether you are in a VC or not when going AFK. The default value for this setting is off.
Full Changelog: v0.3.2...v0.4.0
v0.3.2 - fix plugin compile error after the last big discord update
v0.3.1 - Fix construction/compile error
What's Changed
- fix what discord broke in recent update by @RoguedBear in #23
- fix construction error (because the module/property being used no longer exists)
Full Changelog: v0.3.0...v0.3.1
Release v0.3.0
What's Changed
This release mainly has 2 new settings option:
Always Revert To Online: changes status from AFK toonlineeven if this plugin didn't make the change, useful for multiple devicesShow Toast Messages: a toggle to disable toast notifications
New Contributors
- @bobbyl140 made their first contribution in #7
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
What's New
- Add
DnDas an AFK Status option #3
Fixes
- fix repeated webpack searched #1
- fix an undocumented bug which didn't change AFK to online when you joined a VC
Full Changelog: v0.1.1...v0.2.0
thanks @Ya-s-h & @codeSpicer for beta testing. you answered my spam 👀
First Release - v0.1.1
first release of the plugin