From d1544b4bf55ba2500bb18fbff405e6d64b8a427e Mon Sep 17 00:00:00 2001 From: Kentai Radiquum Date: Sat, 11 May 2024 07:04:16 +0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.0=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index 195638d..6e999f3 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,5 +4,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.7.0 + version: 0.8.0 version_scheme: semver diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cecd4..1f11167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ### Feat