diff --git a/changelogs/0-6-0.md b/changelogs/0-6-0.md index 60fbc6e6..493199c4 100644 --- a/changelogs/0-6-0.md +++ b/changelogs/0-6-0.md @@ -6,9 +6,9 @@ - Wish properties - Button to mark wish as fulfilled -### Improved +### Changed -- Card design +- Improved card design ### Fixed diff --git a/changelogs/0-7-0.md b/changelogs/0-7-0.md index 4c286841..64d364ec 100644 --- a/changelogs/0-7-0.md +++ b/changelogs/0-7-0.md @@ -4,20 +4,17 @@ - Blog - Dark theme -- Wish properties. You can now mark a wish as purchasable and add a price. +- Wish properties - You can now mark a wish as purchasable and add a price - Jump to last edited wishlist from home - Quick add wish from home - Button to request more wishes from a users wishlist - Option to stay logged in -### Improved - -- Localisation (many new translations added) -- Additional logins are no longer required when switching between wishthis channels -- Remembered wishlists design - ### Changed +- Many new translations added +- Additional logins are no longer required when switching between wishthis channels +- Updated remembered wishlists design - Changelog is now a page instead of a downloadable markdown file - Wishes can be edited from the wishlist now, without loading another page - "Saved wishlists" has been renamed to "Remember lists" diff --git a/changelogs/0-7-1.md b/changelogs/0-7-1.md index 87116008..241303c5 100644 --- a/changelogs/0-7-1.md +++ b/changelogs/0-7-1.md @@ -1,9 +1,9 @@ ## v0.7.1 -### Improved +### Changed -- MJML settings page #47 -- Expired sessions are now invalidated by wishthis instead of relying on the browser to delete the cookies. +- Updated MJML settings page #47 +- Expired sessions are now invalidated by wishthis instead of relying on the browser to delete the cookies - Dark theme - Remembered lists design - Translations @@ -13,7 +13,7 @@ - Label on top of dropdown menu #44 - Encoding issue in wish description #45 - Caching issue with the blog #46 -- An error when a blog post doesn't have a featured image. -- Version number not being stored correctly causing the migration to execute the wrong script. +- An error when a blog post doesn't have a featured image +- Version number not being stored correctly causing the migration to execute the wrong script - Wishlist filter cut off on mobile - Wish options not selectable after filtering diff --git a/changelogs/1-0-0.md b/changelogs/1-0-0.md index 79feaec1..5bfa0317 100644 --- a/changelogs/1-0-0.md +++ b/changelogs/1-0-0.md @@ -7,18 +7,15 @@ - Compact/list view for wishes - Option to enable advertisements -### Improved - -- Large parts of wishthis have been completely rewritten, such as the API and how pretty URLs work. The aim was to increase security and maintainability. -- Changelog now automatically selects the current version, instead of the top most tab. - ### Changed +- Large parts of wishthis have been completely rewritten, such as the API and how pretty URLs work. The aim was to increase security and maintainability +- Changelog now automatically selects the current version, instead of the top most tab - Decreased wish height on mobile devices ### Fixed -- Temporary fulfilled wish does not become available again after 30 minutes, except when viewing as the owner of the list. #71 +- Temporary fulfilled wish does not become available again after 30 minutes, except when viewing as the owner of the list #71 - Fix various wish UI bugs #48 - Fix background and colour when opening the mobile menu - Marking wish as fulfilled diff --git a/changelogs/1-1-0.md b/changelogs/1-1-0.md index 0700458d..5cb341ea 100644 --- a/changelogs/1-1-0.md +++ b/changelogs/1-1-0.md @@ -5,9 +5,10 @@ - Configuration flag to disable plausible.io calls #64 - Add account delete option #69 - Configuration flag to disable user registrations #70 -- After creating an account your language is automatically set to your browser's (if it is available), instead of defaulting to en_GB. -- Amazon links are now automatically converted to affiliate links to help support wishthis financially. +- After creating an account your language is automatically set to your browser's (if it is available), instead of defaulting to en_GB +- Amazon links are now automatically converted to affiliate links to help support wishthis financially - Prerequisite check during installation +- Button labels for mobile devices ### Fixed @@ -18,7 +19,3 @@ - A fatal error when the CHANNELS constant is removed from the config #74 - Fulfilled wishes disappearing for wishlist owners - Deprecated notices on PHP 8.2 - -### Changed - -- Added button labels for mobile devices diff --git a/changelogs/unreleased.md b/changelogs/unreleased.md index 769ba1f0..e1676043 100644 --- a/changelogs/unreleased.md +++ b/changelogs/unreleased.md @@ -1,10 +1,27 @@ ## Unreleased +### Added + +- Nothing + +### Changed + +- The login process (session management) has been completely rewritten +- Changelog is now generated via markdown files instead of manual html + +### Depcreated + +- Nothing + +### Removed + +- Roadmap under the changelog page + ### Fixed - Logging into non existent user #184 - "Keep me logged in" checkbox -### Changed +### Security -- The login process (session management) has been completely rewritten +- Dependencies have been updated