All checks were successful
Build and Push Docker Image / build (push) Successful in 15s
40 lines
1.2 KiB
Markdown
40 lines
1.2 KiB
Markdown
|
|
**breaking changes v.0.3.0**
|
|
|
|
- Enhancement: store guild settings in separate model
|
|
- Breaking: server `default_embed_colour` setting will be reset due to changes on how settings are stored
|
|
- Enhancement: moved server settinsg from tab to pop-out modal
|
|
- Enhancement: `active` flag added as server setting, soft-toggles activeness of associated subscriptions
|
|
- Fix & Enhancement: some small clean-up/patches here and there
|
|
|
|
**v0.2.2**
|
|
|
|
- Enhancement: added open graph meta tags
|
|
- Fix: csrf trusted origins warning, from not including url protocol
|
|
- Fix/Enhancement: Replaced `<a href="#" onclick="doThing()">` buttons with `<button>`.
|
|
|
|
**v0.2.1**
|
|
|
|
- Enhancement: Added confirmation modal for closing a server
|
|
|
|
**v0.2.0**
|
|
|
|
- Enhancement: Improved warning when server doesn't include bot member
|
|
- Enhancement: Made it easier to update labels to the current server's details
|
|
- Enhancement: 'Go Back' button on the server page, takes the user to the 'select a server' page.
|
|
- Docs: Further documented `static/home/servers.js`
|
|
- Other: removed some unused/unreferenced code
|
|
|
|
**v0.1.14**
|
|
|
|
- Fix: layout issue for the 'select a server' page was off-centre
|
|
|
|
**v0.1.13**
|
|
|
|
- Docs: Start of changelog
|
|
- Fix: remove db flush from entrypoint file
|
|
|
|
**v0.1.0**
|
|
|
|
- Initial Release
|