mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
Bumped version to v2.2.1 for release
Change Logs added for v2.2.1
This commit is contained in:
parent
b6289557af
commit
29697d5ae5
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,3 +1,14 @@
|
||||
# v2.2.1
|
||||
|
||||
### Improved
|
||||
- Page transitions defaulted to material you design
|
||||
|
||||
### Bug fixes
|
||||
- Mini Player flickering on random state updates
|
||||
- Track More Options not showing when not logged in
|
||||
- Wrong link to Client ID & Client Secret tutorial in Login page
|
||||
- Changing preferences in Settings resets the entire Playback
|
||||
|
||||
# v2.2.0
|
||||
|
||||
### New
|
||||
|
@ -26,7 +26,7 @@ class About extends HookWidget {
|
||||
final info = usePackageInfo(
|
||||
appName: "Spotube",
|
||||
packageName: "oss.krtirtho.Spotube",
|
||||
version: "2.2.0");
|
||||
version: "2.2.1");
|
||||
|
||||
return ListTile(
|
||||
title: const Text("About Spotube"),
|
||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 2.2.0+10
|
||||
version: 2.2.1+11
|
||||
|
||||
environment:
|
||||
sdk: ">=2.15.1 <3.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user