- Update to version 2.38.3
- Update to version 2.38.2 - Update to version 2.38.0 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/spicetify-cli?expand=0&rev=2
This commit is contained in:
parent
4b1c60b77d
commit
06644c566c
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/spicetify/cli</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v2.37.7</param>
|
||||
<param name="revision">v2.38.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/spicetify/cli</param>
|
||||
<param name="changesrevision">d5dfb110c3626c9c2b481f2d5782b4ce667adc0c</param></service></servicedata>
|
||||
<param name="changesrevision">ae905881c00ac6594651fa540197fd36f756f399</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73bd6e211dcf896a3f7255ee1a28d03a160924d4815b98fb59ab253e393efbf3
|
||||
size 2650636
|
3
cli-2.38.3.obscpio
Normal file
3
cli-2.38.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6f2cc799a2caea658b5c11e4f185d3af9b2f656616e42b5a423a11f5d1294cd
|
||||
size 2650124
|
@ -1,4 +1,4 @@
|
||||
name: cli
|
||||
version: 2.37.7
|
||||
mtime: 1724785035
|
||||
commit: d5dfb110c3626c9c2b481f2d5782b4ce667adc0c
|
||||
version: 2.38.3
|
||||
mtime: 1725997357
|
||||
commit: ae905881c00ac6594651fa540197fd36f756f399
|
||||
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 06:18:10 UTC 2024 - jan.kuzilek@suse.com
|
||||
|
||||
- Update to version 2.38.3:
|
||||
* feat(topbar): cross-version classname support (#3162)
|
||||
* feat(wrapper): relay on webpack's `OnChunksLoadedRuntimeModule`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 09 08:22:35 UTC 2024 - jan.kuzilek@suse.com
|
||||
|
||||
- Update to version 2.38.2:
|
||||
* fix(block-updates): block update folder on `macOS`
|
||||
* fix(preprocess/contextmenu): fallback when regex doesn't find candicates
|
||||
* fix(block-updates): go back one folder
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 08 23:25:58 UTC 2024 - jan.kuzilek@suse.com
|
||||
|
||||
- Update to version 2.38.0:
|
||||
* fix(homeConfig): check if `uri` exists too
|
||||
* feat(preprocess/contextmenu): simplify matches
|
||||
* fix(apply): remove 4th submatch since it's unnecessary
|
||||
* fix(navlinks): add support for `1.2.46`'s global navbar
|
||||
* feat(apply): add ability to call multiple functions to one file
|
||||
* fix(home-config): support up to 1.2.45 (#3161)
|
||||
* feat(sidebarConfig): disable functionality when Global navbar is used
|
||||
* fix(apply): move expFeatures regex to the `insertExpFeatures`
|
||||
* chore(preprocess): remove console log
|
||||
* fix(preprocess/contextmenu): adapt regex for `1.2.46`
|
||||
* chore(wrapper): change check for `os_name` to `osx`
|
||||
* fix(InitPaths): check for `Apps` folder
|
||||
* fix(reddit/tabBar): showing context menu in `More`
|
||||
* fix(new-releases): use `PlatformAPI` to fetch podcasts
|
||||
* fix(sidebarConfig): remove remaining legacy stuff
|
||||
* feat(sidebarConfig): remove support for pre-Library X
|
||||
* feat: remove support for pre-Library X UI
|
||||
* feat: rename `block-updates` to `spotify-updates`
|
||||
* feat(wrapper): set buttons heigh for 1.2.45 and older for Library X
|
||||
* feat(cmd): add `block-updates` cmd to block spotify updates
|
||||
* revert: check for spotify.exe existence instead of app folder
|
||||
* chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 (#3156)
|
||||
* fix(css-map): just fixing a typo (#3152)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 07:54:55 UTC 2024 - jan.kuzilek@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
%define sname cli
|
||||
%define binname spicetify
|
||||
Name: spicetify-cli
|
||||
Version: 2.37.7
|
||||
Version: 2.38.3
|
||||
Release: 0
|
||||
Summary: Command-line tool to customize Spotify client
|
||||
License: LGPL-2.1-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29ff01c375200ff244042e2bc8948231656245c4898dcaef4a14f0604b6bda9b
|
||||
size 1019268
|
||||
oid sha256:5dcf5489dc10977c3fe7d04bd4c6ba641ae879a9c629931d007fdaee4678f946
|
||||
size 1020695
|
||||
|
Loading…
x
Reference in New Issue
Block a user