mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 16:24:40 +00:00
bump: version 0.6.0 → 0.7.0
This commit is contained in:
parent
cffb96b837
commit
0b9c6ea023
3 changed files with 17 additions and 2 deletions
2
.cz.yaml
2
.cz.yaml
|
@ -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.6.0
|
version: 0.7.0
|
||||||
version_scheme: semver
|
version_scheme: semver
|
||||||
|
|
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
||||||
|
## 0.7.0 (2024-05-01)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- **frontend/release**: add a favorite button to release page
|
||||||
|
- **frontend**: add user favorites page
|
||||||
|
- **backend**: add a user favorites route
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **frontend/release**: fix voiceover selection overflow in player
|
||||||
|
|
||||||
|
### Refactor
|
||||||
|
|
||||||
|
- **backend-&-frontend**: change bookmarks api urls to /api/bookmarks/{path} from /api/favorites/{path}
|
||||||
|
|
||||||
## 0.6.0 (2024-05-01)
|
## 0.6.0 (2024-05-01)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
1
TODO.md
1
TODO.md
|
@ -9,5 +9,4 @@
|
||||||
## Идеи
|
## Идеи
|
||||||
|
|
||||||
- Изменение вида списка релизов
|
- Изменение вида списка релизов
|
||||||
- избранное
|
|
||||||
- уведомления
|
- уведомления
|
||||||
|
|
Loading…
Add table
Reference in a new issue