Compare commits
33 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3bbdba1c8b | |||
| c915ae913b | |||
| 3434f02cf0 | |||
| f96e20f4cc | |||
| 7f01e1eed0 | |||
| f7eed7c9ca | |||
| 447dab0ec1 | |||
| 1644340d99 | |||
| 43182b5405 | |||
| adf644990a | |||
| d40ef60726 | |||
| 4ddacb812e | |||
| bf131c3b17 | |||
| c275706290 | |||
| 72edab8919 | |||
| eb8a5a24e4 | |||
| add08d1d58 | |||
| 319065d16e | |||
| fdb8a2b5c4 | |||
| 31856a5b6b | |||
| cb45d6ba25 | |||
| af18108cab | |||
| 51a19f7b2a | |||
| 4a4a5d16f4 | |||
| 4f83097289 | |||
| 67777e0654 | |||
| b55d53ffa5 | |||
| f96859807c | |||
| 820c58e3a8 | |||
| a8fd737d55 | |||
| 704b6fcffa | |||
| d63d8f3694 | |||
| 19f4130f8c |
8
_service
8
_service
@@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="manual" name="obs_scm">
|
||||||
<param name="url">https://github.com/spicetify/cli</param>
|
<param name="url">https://github.com/spicetify/cli</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v2.38.4</param>
|
<param name="revision">v2.40.11</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
@@ -13,8 +13,8 @@
|
|||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="buildtime" name="set_version" />
|
<service mode="manual" name="set_version" />
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="archive">cli-*</param>
|
<param name="archive">cli-*</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/spicetify/cli</param>
|
<param name="url">https://github.com/spicetify/cli</param>
|
||||||
<param name="changesrevision">8e1926d2994c01e71dc32f666eef12675b0f2102</param></service></servicedata>
|
<param name="changesrevision">5146df55e7fcea247e43aa1b0e33f3ba36cd205d</param></service></servicedata>
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b68579cc1a93c067c8410d80b3bb2d69b7cb90b7c0c373f657c41daf0fdcfb8d
|
|
||||||
size 2651148
|
|
||||||
3
cli-2.40.11.obscpio
Normal file
3
cli-2.40.11.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:525241506559843c77560d1170a7afb0f78b328dc05d64e636e2be31f93f8286
|
||||||
|
size 2223628
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: cli
|
name: cli
|
||||||
version: 2.38.4
|
version: 2.40.11
|
||||||
mtime: 1727462811
|
mtime: 1749506228
|
||||||
commit: 8e1926d2994c01e71dc32f666eef12675b0f2102
|
commit: 5146df55e7fcea247e43aa1b0e33f3ba36cd205d
|
||||||
|
|||||||
@@ -1,3 +1,178 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 10 11:10:34 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.11:
|
||||||
|
* fix(preprocess): ignore mini-player's css on `1.2.64` and higher
|
||||||
|
* chore(deps): bump github.com/pterm/pterm from 0.12.80 to 0.12.81 (#3432)
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 (#3428)
|
||||||
|
* chore(css-map): add `exploreButton` (#3430)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 01 13:38:10 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.10:
|
||||||
|
* ci(wrapper): run linter
|
||||||
|
* fix(wrapper): filter children items via `shouldAdd`
|
||||||
|
* feat(ci): add Windows signing process for executable in build workflow (#3417)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 19 17:15:24 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.9:
|
||||||
|
* fix: correctly apply search bug fix
|
||||||
|
* chore: change info msg
|
||||||
|
* fix(wrapper): use `type` regex for menus
|
||||||
|
* feat: add partial support for Spotify 1.2.64
|
||||||
|
* feat(css-map): update `lyrics-lyricsContent-lyric` (#3411)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 12 06:53:41 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.7:
|
||||||
|
* feat(lyrics-plus/translator): inject internals when using netease
|
||||||
|
* feat(lyrics-plus/netease): implement below-mode for netease (#3404)
|
||||||
|
* chore: `error` -> `warning`
|
||||||
|
* chore: change message in preprocess
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 (#3399)
|
||||||
|
* feat(preprocess): expose graphql defs from every js file
|
||||||
|
* fix: correct minor typo when version is invalid (#3393)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 27 19:21:15 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.5:
|
||||||
|
* build: bump golang to `1.24.2`
|
||||||
|
* fix: `frameworkResourcesPath` for macOS
|
||||||
|
* chore: change names
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 15:45:03 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.4:
|
||||||
|
* fix(preprocess): add missing `--spice-main-elevated`
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 13:21:29 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.2:
|
||||||
|
* fix(preprocess): check if `> 0` for context menu
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 23 08:12:06 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.1:
|
||||||
|
* feat(preprocess): merge `windows` & `linux` case
|
||||||
|
* chore(preprocess): remove `currentFile`
|
||||||
|
* feat: more logging shown to users
|
||||||
|
* fix: remove unused appending
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 13:58:34 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Remove unnecessary BuildRequires, update to go1.24
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 22 13:37:25 UTC 2025 - Jan Kužílek <jan.kuzilek@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.40.0:
|
||||||
|
* chore(preprocess): remove unnecessary checking for dir
|
||||||
|
* feat: add support for embedded xpui in v8 snapshot
|
||||||
|
* fix: add support for Spotify `1.2.62`
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 (#3368)
|
||||||
|
* fix: add `$lineClamp` key to styled components processing (#3370)
|
||||||
|
* fix: update `resizeHost` selector & `Topbar` button styling
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 (#3359)
|
||||||
|
* chore(cmd/apply): correct grammar
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.35.0 to 0.37.0 (#3342)
|
||||||
|
* fix(wrapper): left topbar icons & run scroll fix on `1.2.56` and lower
|
||||||
|
* docs(lyrics-plus): update readme to warn Genius is disabled (#3344)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 13 11:23:58 UTC 2025 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.39.5:
|
||||||
|
* fix: remove bypass flag after checking for admin
|
||||||
|
* fix(popupLyrics): update view in system tray mode (#3330)
|
||||||
|
* feat(types): add `dark_vibrant` to `colorExtractor` (#3321)
|
||||||
|
* feat(popupLyrics): implement lyrics caching & Musixmatch token refresh (#3328)
|
||||||
|
* style: run `fmt` on `isAdmin` pkg
|
||||||
|
* fix: split `isAdmin` to platform files
|
||||||
|
* fix(preprocess): add css for height on apps pages (1.2.57+)
|
||||||
|
* feat: disallow running spicetify as admin/root
|
||||||
|
* fix(lyrics-plus): properly set height on main view (#3322)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 15 20:02:38 UTC 2025 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.39.3:
|
||||||
|
* fix(lyrics-plus): properly check for `none` value in trans lang (#3312)
|
||||||
|
* feat(lyrics-plus): optimize convert performance & improve code quality (#3311)
|
||||||
|
* feat(lyrics-plus): translation display individual copy implementation (#3308)
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 (#3309)
|
||||||
|
* fix(lyrics-plus): fix lyrics transition effect issue (#3305)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 11:11:17 UTC 2025 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.39.2:
|
||||||
|
* fix(preprocess): remove checking spotify ver
|
||||||
|
* chore(lyrics-plus/OptionsMenu): change displayed text
|
||||||
|
* fix: re-render lyrics div when `Translation Display` is changed
|
||||||
|
* feat(lyrics-plus): allow to change display of lyrics translation (#3297)
|
||||||
|
* feat(lyrics-plus): add select language translation for Musixmatch provider (#3288)
|
||||||
|
* feat: patch only `xpui.js` on Spotify `1.2.57` and higher
|
||||||
|
* fix(homeConfig): make the regex work on more versions
|
||||||
|
* feat(wrapper): add smooth scrolling for Spotify 1.2.56
|
||||||
|
* fix(expFeatures): make it work on versions without `RemoteConfigDebugAPI`
|
||||||
|
* feat: migrate state folders
|
||||||
|
* chore(deps): bump github.com/mattn/go-colorable from 0.1.13 to 0.1.14 (#3267)
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 (#3265)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 04 13:12:15 UTC 2025 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.38.9:
|
||||||
|
* fix(homeConfig): make it work on Spotify `1.2.56`
|
||||||
|
* fix(GetStateFolder): put files in specific state folder
|
||||||
|
* feat(trashbin): add a working export button (#3268)
|
||||||
|
* refactor: change folder location for `Backup` and `Extracted` (#3282)
|
||||||
|
* fix: use new PlatformAPI in exp features
|
||||||
|
* fix(keyboardShortcut): change called function to skip song (#3273)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 27 01:18:15 UTC 2024 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.38.7:
|
||||||
|
* chore: remove console log
|
||||||
|
* fix: indefinitely wait for necessary chunks
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 (#3242)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 19 18:04:22 UTC 2024 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.38.6:
|
||||||
|
* fix(wrapper): set `priority` to 1 in `OnChunksLoaded`
|
||||||
|
* feat: add ability to change cors proxy server
|
||||||
|
* feat(css-map): add classes for `navLinks` in `1.2.53`
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 (#3236)
|
||||||
|
* chore(deps): bump actions/attest-build-provenance from 1 to 2 (#3235)
|
||||||
|
* fix(update): use `GetSpotifyPath` from `cmd`
|
||||||
|
* fix(shuffle+): update GraphQL handling (#3229)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 09 17:36:20 UTC 2024 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.38.5:
|
||||||
|
* fix(new-releases): stop close button propagation (#3224)
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 (#3218)
|
||||||
|
* style(trashbin): update used icon (#3212)
|
||||||
|
* feat(fullAppDisplay): seekable progress and aligned buttons (#3168)
|
||||||
|
* chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 (#3196)
|
||||||
|
* feat(css-map): add header 1.2.49 classnames (#3208)
|
||||||
|
* chore: remove stale labeler (#3207)
|
||||||
|
* fix: svg url in readme.md (#3204)
|
||||||
|
* chore(sidebarConfig): make phrasing more os inclusive (#3190)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 28 14:54:38 UTC 2024 - jan.kuzilek@suse.com
|
Sat Sep 28 14:54:38 UTC 2024 - jan.kuzilek@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package spicetify-cli
|
# spec file for package spicetify-cli
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,16 +19,14 @@
|
|||||||
%define sname cli
|
%define sname cli
|
||||||
%define binname spicetify
|
%define binname spicetify
|
||||||
Name: spicetify-cli
|
Name: spicetify-cli
|
||||||
Version: 2.38.4
|
Version: 2.40.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Command-line tool to customize Spotify client
|
Summary: Command-line tool to customize Spotify client
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://spicetify.app/
|
URL: https://spicetify.app/
|
||||||
Source0: %{sname}-%{version}.tar.zst
|
Source0: %{sname}-%{version}.tar.zst
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang(API) >= 1.24
|
||||||
BuildRequires: zstd
|
|
||||||
BuildRequires: golang(API) >= 1.21
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Command-line tool to customize the official Spotify client
|
Command-line tool to customize the official Spotify client
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:afc598c874e2d712b95411690ea2907997359b0e2384de479a601262620d4e3e
|
oid sha256:794df521dd43874246fa14785246c83154a4f6c9a9f6d34cbf51472a1d852060
|
||||||
size 1020698
|
size 2465862
|
||||||
|
|||||||
Reference in New Issue
Block a user