chore: update to v1.2.0
This commit is contained in:
parent
bf5c68debe
commit
8b99a1faa1
3 changed files with 37 additions and 16 deletions
31
changelogs/1-2-0.md
Normal file
31
changelogs/1-2-0.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
## v1.2.0
|
||||
|
||||
### Added
|
||||
|
||||
- Emoji support #194
|
||||
|
||||
### Changed
|
||||
|
||||
- The login process (session management) has been completely rewritten
|
||||
- Changelog is now generated via markdown files instead of manual html
|
||||
|
||||
### Removed
|
||||
|
||||
- Roadmap under the changelog page
|
||||
|
||||
### Fixed
|
||||
|
||||
- Logging into non existent user #184
|
||||
- "Keep me logged in" functionality #191
|
||||
- "Keep me logged in" checked state in dark theme #189
|
||||
|
||||
### Security
|
||||
|
||||
- Dependencies have been updated
|
||||
- Fixed missing authentication when deleting wish
|
||||
- Fixed being able to add wishes to arbitrary lists
|
||||
- Various security fixes and improvements
|
||||
|
||||
If you are self-hosting, please update as soon as possible.
|
||||
|
||||
Thank you [Trup3s](https://github.com/wishthis/wishthis/commits?author=Trup3s) from the Technical University of Darmstad!
|
|
@ -2,12 +2,11 @@
|
|||
|
||||
### Added
|
||||
|
||||
- Emoji support #194
|
||||
- Nothing
|
||||
|
||||
### Changed
|
||||
|
||||
- The login process (session management) has been completely rewritten
|
||||
- Changelog is now generated via markdown files instead of manual html
|
||||
- Nothing
|
||||
|
||||
### Depcreated
|
||||
|
||||
|
@ -15,21 +14,12 @@
|
|||
|
||||
### Removed
|
||||
|
||||
- Roadmap under the changelog page
|
||||
- Nothing
|
||||
|
||||
### Fixed
|
||||
|
||||
- Logging into non existent user #184
|
||||
- "Keep me logged in" functionality #191
|
||||
- "Keep me logged in" checked state in dark theme #189
|
||||
- Nothing
|
||||
|
||||
### Security
|
||||
|
||||
- Dependencies have been updated
|
||||
- Fixed missing authentication when deleting wish
|
||||
- Fixed being able to add wishes to arbitrary lists
|
||||
- Various security fixes and improvements
|
||||
|
||||
If you are self-hosting, please update as soon as possible.
|
||||
|
||||
Thank you [Trup3s](https://github.com/wishthis/wishthis/commits?author=Trup3s) from the Technical University of Darmstad!
|
||||
- Nothing
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
namespace wishthis;
|
||||
|
||||
define('VERSION', '1.1.1');
|
||||
define('VERSION', '1.2.0');
|
||||
define('ROOT', __DIR__);
|
||||
define('DEFAULT_LOCALE', 'en_GB');
|
||||
|
||||
|
|
Loading…
Reference in a new issue