Skip to content

Releases: radusuciu/traktor_nowplaying

v0.3.5

16 Mar 15:50

Choose a tag to compare

Fix to support Python 3.11

v0.3.4

08 Mar 01:46

Choose a tag to compare

Fixes issue with tracks that contain certain unicode characters. See #2

v0.3.3

09 Sep 03:06

Choose a tag to compare

Unescape track strings when not using template

v0.3.2

09 Sep 02:06

Choose a tag to compare

Fix error where variable is used before definition

v0.3.1

09 Sep 00:16

Choose a tag to compare

Move bottle file into correct directory

v0.3.0

08 Sep 21:32

Choose a tag to compare

This release adds support for custom formatting using the --format and --template arguments. Please see README for details on use.

v0.2.1

30 Aug 21:58

Choose a tag to compare

This release adds two new arguments relating to the file output: --append which appends to a file instead of overwriting it, and --max-tracks which when used in conjunction with --append allows one to limit the file output to a set number of tracks.

v0.1.2

08 May 23:23

Choose a tag to compare

Add application icon

v0.1.1

08 May 21:21

Choose a tag to compare

Create directories as needed and check that outfile can be written to

v0.1.0

08 May 20:56

Choose a tag to compare

Fix more issues with interactive mode.