Skip to content

Tags: swingmx/swingmusic

Tags

v3.0.0

Toggle v3.0.0's commit message
fix: license error

v2.1.10

Toggle v2.1.10's commit message
test wheel premium imports

v2.1.4

Toggle v2.1.4's commit message
disable macos 13 builds

v2.1.3

Toggle v2.1.3's commit message
fix: importlib import bugs :sigh!

v2.1.2

Toggle v2.1.2's commit message
fix: importlib import bugs :sigh!

v2.1.1

Toggle v2.1.1's commit message
fix client: download fallback to github release client

+ add fallback release version data to version.txt
+ move classproperty class to utils
+ update Dockerfile to install from source using pip install
+ move version info to Metadata class in settings.py

v2.1.0

Toggle v2.1.0's commit message
security: fix fetching an arbirtrary file from the host server on str…

…eam endpoint

+ fix path traversal
+ check if requested file is outside root dirs
+ confirm resolved track hash matches the requested trackhash

v2.0.9

Toggle v2.0.9's commit message
upgrade tinytag in requirements.txt

v2.0.8

Toggle v2.0.8's commit message
rewrite color extraction with multiprocessing 💀

v2.0.7

Toggle v2.0.7's commit message
modularize src

+ merge main.py and manage.py
+ move start logic to swingmusic/__main__.py
+ add a run.py on the project root