mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55: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
|
# v2.2.0
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
@ -26,7 +26,7 @@ class About extends HookWidget {
|
|||||||
final info = usePackageInfo(
|
final info = usePackageInfo(
|
||||||
appName: "Spotube",
|
appName: "Spotube",
|
||||||
packageName: "oss.krtirtho.Spotube",
|
packageName: "oss.krtirtho.Spotube",
|
||||||
version: "2.2.0");
|
version: "2.2.1");
|
||||||
|
|
||||||
return ListTile(
|
return ListTile(
|
||||||
title: const Text("About Spotube"),
|
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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 2.2.0+10
|
version: 2.2.1+11
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.15.1 <3.0.0"
|
sdk: ">=2.15.1 <3.0.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user