Compare commits

..

17 Commits

Author SHA1 Message Date
thumb2086
6cfb869c69
Merge 19863b1226 into 611f9d76d5 2026-03-01 10:21:29 +00:00
thumb2086
19863b1226
Merge branch 'KRTirtho:master' into Lyrics-source-plugin-function 2026-03-01 18:21:26 +08: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
Kingkor Roy Tirtho
611f9d76d5 chore: generate changelog 2026-02-24 18:45:40 +06:00
Kingkor Roy Tirtho
9974a67b42 fix: lyrics not working 2026-02-24 18:36:29 +06:00
Kingkor Roy Tirtho
826c8e4dd6
Merge pull request #2846 from KRTirtho/dev
Release 5.1.0
2025-11-14 16:23:10 +06:00
Kingkor Roy Tirtho
a8f70f201e
Merge pull request #2772 from KRTirtho/dev
Release v5.0.0
2025-09-11 22:42:36 +06:00
Kingkor Roy Tirtho
b9c6c98e38 Merge branch 'dev' 2025-05-02 20:47:10 +06:00
Kingkor Roy Tirtho
a65846d15e
Merge pull request #2692 from KRTirtho/dev
Dev
2025-05-01 00:06:45 +06:00
Kingkor Roy Tirtho
ba27dc70e4
Merge pull request #2550 from KRTirtho/dev
Release 4.0.2
2025-03-16 23:57:54 +06:00
Kingkor Roy Tirtho
723b6b1f38
Merge pull request #2524 from KRTirtho/dev
Release 4.0.1
2025-03-15 17:21:27 +06:00
Kingkor Roy Tirtho
464666c01a
Merge pull request #2410 from KRTirtho/dev
chore: update linux appdata screenshot
2025-03-07 20:22:32 +06:00
Kingkor Roy Tirtho
0e58cd0e99
Merge pull request #2408 from KRTirtho/dev
chore: add new images
2025-03-07 20:18:03 +06:00
Kingkor Roy Tirtho
d4f70f56e4
Merge pull request #2405 from KRTirtho/dev
Release 4.0.0
2025-03-07 18:05:55 +06:00
Kingkor Roy Tirtho
8c1337d1fc
Merge pull request #2118 from KRTirtho/dev
chore: release 3.9.0
2024-12-09 00:04:29 +06:00
Kingkor Roy Tirtho
94e704087f Merge branch 'dev' 2024-10-09 16:38:23 +06:00
Kingkor Roy Tirtho
8e287ab1e5
Merge pull request #1981 from KRTirtho/dev
Release 3.8.3
2024-10-09 15:39:31 +06:00
4 changed files with 16 additions and 8 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## [5.1.1](https://github.com/KRTirtho/spotube/compare/v5.1.0...v5.1.1) (2026-02-24)
### Bug Fixes
- Upgrade NewPipeExtractor to latest version fixing playback issue
- Lyrics not working
## [5.1.0](https://github.com/KRTirtho/spotube/compare/v5.0.0...v5.1.0) (2025-11-14)
### Features

View File

@ -30,7 +30,8 @@ class SyncedLyricsNotifier
"artist_name": _track.artists.first.name,
"track_name": _track.name,
"album_name": _track.album.name,
"duration": (_track.durationMs / 1000).toInt().toString(),
if (_track.durationMs > 0)
"duration": (_track.durationMs / 1000).toInt().toString(),
},
),
options: Options(

View File

@ -2376,26 +2376,26 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "65e29d831719be0591f7b3b1a32a3cda258ec98c58c7b25f7b84241bc31215bb"
sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7"
url: "https://pub.dev"
source: hosted
version: "1.26.2"
version: "1.26.3"
test_api:
dependency: transitive
description:
name: test_api
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
url: "https://pub.dev"
source: hosted
version: "0.7.6"
version: "0.7.7"
test_core:
dependency: transitive
description:
name: test_core
sha256: "80bf5a02b60af04b09e14f6fe68b921aad119493e26e490deaca5993fef1b05a"
sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
url: "https://pub.dev"
source: hosted
version: "0.6.11"
version: "0.6.12"
time:
dependency: transitive
description:

View File

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