bump: version 0.7.0 → 0.8.0

This commit is contained in:
Kentai Radiquum 2024-05-11 07:04:16 +05:00
parent 388e76c761
commit d1544b4bf5
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 13 additions and 1 deletions

View file

@ -4,5 +4,5 @@ commitizen:
name: cz_conventional_commits name: cz_conventional_commits
tag_format: $version tag_format: $version
update_changelog_on_bump: true update_changelog_on_bump: true
version: 0.7.0 version: 0.8.0
version_scheme: semver version_scheme: semver

View file

@ -1,3 +1,15 @@
## 0.8.0 (2024-05-11)
### Feat
- **Design/Navbar**: move logout button to tooltip on user avatar hover
- **navigation**: add a copy current url button to navbar for ease of sharing
- **Design**: navigation rail redisign
### Fix
- **ReleasePlayer**: fixed fullscreen view
## 0.7.0 (2024-05-01) ## 0.7.0 (2024-05-01)
### Feat ### Feat