Compare commits

..

4 Commits

Author SHA1 Message Date
Marcelo Castellano
bd06beed77
Merge 9baf58e333 into 80626ba4b5 2026-06-08 13:49:44 +02:00
Kingkor Roy Tirtho
80626ba4b5
Merge branch 'master' into dev 2026-06-05 10:48:12 +06:00
Kingkor Roy Tirtho
b9b59835d9 chore: generate changelog and bump version for release 2026-06-05 10:46:06 +06:00
Kingkor Roy Tirtho
2cc8d2620d
Dev (#2958)
* chore: replace windows app icon by a higher resolution (#2838)

Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>

* fix: upgrade NewPipeExtractor to latest version fixinng playback issue

* cd: disable free disk space step

* chore: upgrade pubspec

* fix(android): build not working due to

* chore: remove package assets folder

* fix: lyrics not working

* chore: generate changelog

---------

Co-authored-by: Tobse <1190109+TobseF@users.noreply.github.com>
2026-02-24 18:48:07 +06:00
3 changed files with 1347 additions and 569 deletions

File diff suppressed because it is too large Load Diff

View File

@ -134,7 +134,6 @@ class SearchPage extends HookConsumerWidget {
...suggestions, ...suggestions,
"Twenty One Pilots", "Twenty One Pilots",
"Linkin Park", "Linkin Park",
"d4vd"
] ]
: suggestions, : suggestions,
completer: (suggestion) => suggestion, completer: (suggestion) => suggestion,
@ -157,8 +156,7 @@ class SearchPage extends HookConsumerWidget {
: CrossFadeState.showSecond, : CrossFadeState.showSecond,
firstChild: IconButton.ghost( firstChild: IconButton.ghost(
size: ButtonSize.small, size: ButtonSize.small,
icon: icon: const Icon(SpotubeIcons.close),
const Icon(SpotubeIcons.close),
onPressed: () { onPressed: () {
controller.clear(); controller.clear();
}, },

View File

@ -3,7 +3,7 @@ description: Open source extensible music streaming platform and app, based on B
publish_to: "none" publish_to: "none"
version: 5.1.1+44 version: 5.1.2+45
homepage: https://spotube.krtirtho.dev homepage: https://spotube.krtirtho.dev
repository: https://github.com/KRTirtho/spotube repository: https://github.com/KRTirtho/spotube