Update changelog to follow 'Keep a Changelog'

This commit is contained in:
Corban-Lee Jones 2024-09-15 14:23:24 +01:00
parent 221ea5cc79
commit c173664d5a

View File

@ -1,81 +1,171 @@
# Changelog
**unreleased v0.4.0** All notable changes to this project will be documented in this file.
- Fix: Footer links pointing to unused older domain The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Fix: Tracked Content incorrectly ordering by oldest first and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Enhancement: webui now uses entire screen width, as bigger scopes require more room
- Enhancement: Wider and more detailed server sidebar, to utilise newfound screen space
-
**v0.3.4** ## [Unreleased]
- Fix: Refresh data tables after deleting any number of entries (corbz/PYRSS-Website#38) ### Fixed
- Enhancement: `data-field` implementation for subscription form
- Enhancement: Improved the offcanvas navbar on smaller screens, to be less ugly
- Fix: Select2 dropdown search bars always using light theme, regardless of user choice
- Enhancement: Clearer help label on the 'Add Server' modal/form
- Enhancement: Add wiki link button to footer
- Fix: "ordering=unknown" by only applying ordering if it's truthy
- Fix: Exception caused by unfinished queryset method on the `/api/guild-settings/` endpoint
- Enhancement: rewrote `confirmDeleteModal` into less specific `confirmationModal` with specifiable styles
- Fix: Several potential xss attack vectors
- Fix: 'Add Pyrss' button incorrectly not opening in new tab
**v0.3.3** - Footer links pointing to older domain
- Tracked content ListView API incorrectly ordering by oldest first, instead of newest first
- Enhancement: Added some refreshing new fonts (sora & atkison hyperlegible) ### Changed
- Enhancement: all table cells no longer wrap text
- Fix: fixed a padding issue with link-style buttons in table cells
- Enhancement: `DISCORD_SCOPES` as env var, rather than hard coded
- Other: added license file
**v0.3.2** - Web interface now uses the full device width, rather than a smaller maximum width
- Server sidebar use more width, also displays name and guild ID, becomes smaller on small devices.
- Fix: invite link refered to wrong Discord application, because the client Id was hard coded ## [0.3.4] - 2024-09-12
- Enhancement: enabled pagination for the `/api/guild-settings/` endpoint
**v0.3.1** ### Added
- Fix: issues brought from previous version - Add wiki link button to footer
**breaking changes v.0.3.0** ### Fixed
- Enhancement: store guild settings in separate model - Refresh data tables after deleting any number of entries (corbz/PYRSS-Website#38)
- Breaking: server `default_embed_colour` setting will be reset due to changes on how settings are stored - Select2 dropdown search bars always using light theme, regardless of user choice
- Enhancement: moved server settinsg from tab to pop-out modal - Fixed "ordering=unknown" in api calls by only applying ordering if it's truthy
- Enhancement: `active` flag added as server setting, soft-toggles activeness of associated subscriptions - Exception caused by unfinished queryset method on the `/api/guild-settings/` endpoint
- Fix: Bad text alignment for some table button links - Several potential xss attack vectors
- Fix & Enhancement: some small clean-up/patches here and there - 'Add Pyrss' button incorrectly not opening in new tab
- Fix: Incorrect margin on 'server settings' & 'new server' modal buttons
- Fix: Table "X Results" text now correctly plural only if `results > 1`
**v0.2.2** ### Changed
- Enhancement: added open graph meta tags - `data-field` implementation for subscription form
- Fix: csrf trusted origins warning, from not including url protocol - Improved the offcanvas navbar on smaller screens, to be less ugly
- Fix/Enhancement: Replaced `<a href="#" onclick="doThing()">` buttons with `<button>`. - Clearer help label on the 'Add Server' modal/form
- rewrote `confirmDeleteModal` into less specific `confirmationModal` with specifiable styles
**v0.2.1** ## [0.3.3] - 2024-08-24
- Enhancement: Added confirmation modal for closing a server ### Added
**v0.2.0** - Added font: sora
- Added font: Atkinson Hyperlegible
- added license file
- Enhancement: Improved warning when server doesn't include bot member ### Fixed
- 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** - Fixed a padding issue with link-style buttons in table cells
- Fix: layout issue for the 'select a server' page was off-centre ### Changed
**v0.1.13** - All table cells no longer wrap text
- `DISCORD_SCOPES` as env var, rather than hard coded
- Docs: Start of changelog ## [0.3.2] - 2024-08-18
- Fix: remove db flush from entrypoint file
**v0.1.0** ### Fixed
- Initial Release - Invite link refered to wrong Discord application, because the client Id was hard coded
### Changed
- Enabled pagination for the `/api/guild-settings/` endpoint
## [0.3.1] - 2024-08-16
### Fixed
- Colour embeds with multiple hashtag characters, bug from [0.3.0]
## [0.3.0] - 2024-08-16 [BREAKING]
### Added
- `active` flag added as server setting, soft-toggles activeness of associated subscriptions
### Fixed
- Bad text alignment for some table button links
- Incorrect margin on 'server settings' & 'new server' modal buttons
- Table "X Results" text now correctly plural only if `results > 1`
### Changed
- store guild settings in separate model
- moved server settinsg from tab to pop-out modal
- server `default_embed_colour` setting will be reset due to changes on how settings are stored
## [0.2.2] - 2024-08-14
### Added
- Added open graph meta tags
### Fixed
- csrf trusted origins warning, from not including url protocol
### Changed
- Replaced `<a href="#" onclick="doThing()">` buttons with `<button>`.
## [0.2.1] - 2024-08-13
### Added
- Added confirmation modal for closing a server
## [0.2.0] - 2024-08-13
### Added
- 'Go Back' button on the server page, takes the user to the 'select a server' page.
- Documented `static/home/servers.js` with comments
### Changed
- Improved warning when server doesn't include bot member
- Made it easier to update labels to the current server's details
### Removed
- Removed some unused/unreferenced code
## [0.1.15] - 2024-08-13
## [0.1.14] - 2024-08-13
### Fixed
- layout issue for the 'select a server' page was off-centre
## [0.1.13] - 2024-08-12
### Added
- Start of changelog
### Removed
- remove db flush from entrypoint file
## [0.1.12] - 2024-08-12
## [0.1.11] - 2024-08-12
## [0.1.10] - 2024-08-12
## [0.1.9] - 2024-08-12
## [0.1.8] - 2024-08-12
## [0.1.7] - 2024-08-12
## [0.1.6] - 2024-08-11
## [0.1.5] - 2024-08-11
## [0.1.4] - 2024-08-09
## [0.1.3] - 2024-08-08
## [0.1.2] - 2024-08-05
## [0.1.1] - 2024-08-04
## [0.1.0] - 2024-08-04