Releases: Androz2091/slash-commands-gui
Releases · Androz2091/slash-commands-gui
1.4.0
Added
- Sub command and sub group descriptions are now displayed below the name of the element. (1e5aa40)
- Bot's tag is now displayed in the home page. (007513e)
- New command name lowercase validation. (#16)
- New refresh button to get the updated list of slash commands. (971f018)
- Long descriptions are now truncated to keep a good home page design. (2abb518)
Fixed
- Authentication to Diswho is now working again. (b98d817)
1.3.2
Fixed
- Fix deletion of slash command options. (eb15b97)
1.3.1
Fixed
- Creation of options for slash commands without group is now working. (5d04ea5, #4)
1.3.0
Changed
- CORS Proxy was entirely removed. (b533976)
Fixed
- Choices limits have been updated. (75fb32a)
- Fix invalid characters regex. (2837f4b)
- Remove long click directive. (ed64c0d)
1.2.0
Added
- Add command name validation. (db6b79d)
Fixed
- Client ID settings has been fixed. (#2)
- Status code 403 is now handled correctly. (9c3f3ca)
1.0.5
Fixed
- Disable guild ID validation on settings form. (7ad24b0)
1.0.4
Fixed
- The Guild ID is now verified (the app checks if it exists). (dada34f)
- Client secret explanation is now fixed. (593d5d4)
- Some fixes in the README. (a2cd2c7)
- Official vue toaster repository is now used (instead of a fork). (65898e3)
- Remove v-tooltip repository. (179f42b)
1.0.2
Fixed
- New error message when trying to manage the slash commands on a guild where the bot isn't added using the
applications.commands
scope. (f6cf2ff)