Skip to content

Releases: thawn/ttmp32gme

ttmp32gme version 1.0.1

10 Apr 13:48
Compare
Choose a tag to compare

Features

  • added possibility to choose debug level on the command line (-d=3 or -debug=3 command line argument) (issue #54)

Bug fixes

  • fixed problems with albums that are missing a (issue #52)
  • fixed issues that OID could not be changed (issue #48)

ttmp32gme version 1.0.0 - stable release

27 Feb 00:53
Compare
Choose a tag to compare

First stable release of ttmp32gme

This is the first stable release of ttmp32gme.

Bug fixes

  • fixed problems with filename encoding (fixed issue #44, #41)
  • fixed issues with gme creation (fixed issue #35, #40 , #42)

ttmp32gme version 0.3.4 - release candidate 5

15 Feb 00:37
Compare
Choose a tag to compare

Bug fixes:

  • Workaround for bug in DBI that prevented database from loading on Windows with umlaut in the user directory

ttmp32gme version 0.3.3 - release candidate 4

21 Jan 08:13
Compare
Choose a tag to compare

This is the fourth release candidate for version 1.0

Run this version using docker:

docker run -d --rm --publish 8080:8080 --volume ~/.ttmp32gme:/var/lib/ttmp32gme --volume /media/${USER}/tiptoi:/mnt/tiptoi --name ttmp32gme thawn/ttmp32gme:latest

Enhancements

  • dmg image now also opens on Mac OS versions older than 10.12

Bug fixes:

  • Fixed problems with gme creation
  • Fixed bug #33

ttmp32gme version 0.3.2 - release candidate 3

05 Jan 15:38
Compare
Choose a tag to compare

Geme file creation is broken in this version. Do not use it! Use 0.3.3 instead.

This is the third release candidate for version 1.0

Run this version using docker:

docker run -d --rm --publish 8080:8080 --volume ~/.ttmp32gme:/var/lib/ttmp32gme --volume /media/${USER}/tiptoi:/mnt/tiptoi --name ttmp32gme thawn/ttmp32gme:latest

Enhancements:

  • 64 bit mac version (only compatible with Mac OS 10.8 and higher, use v 0.3.1 for older Mac OS versions)

Bug fixes:

  • Fixed problems with docker launcher

ttmp32gme version 0.3.1 - release candidate 2

01 Jul 10:49
Compare
Choose a tag to compare

This is the second release candidate for version 1.0

Run this version using docker:

docker run -d --rm --publish 8080:8080 --volume ~/.ttmp32gme:/var/lib/ttmp32gme --volume /media/${USER}/tiptoi:/mnt/tiptoi --name ttmp32gme thawn/ttmp32gme:latest

Enhancements:

  • tiptoi/music mode can now be configured per album

ttmp32gme version 0.3.0 - release candidate 1

25 Jun 09:14
Compare
Choose a tag to compare

This is the first release candidate for version 1.0

Run this version using docker:

docker run -d --rm --publish 8080:8080 --volume ~/.ttmp32gme:/var/lib/ttmp32gme --volume /media/${USER}/tiptoi:/mnt/tiptoi --name ttmp32gme thawn/ttmp32gme:version-0.3.0

Enhancements:

  • the path where the library is stored is now configurable
  • cd booklet layout can now handle more than 11 tracks (multi column layout)
  • added an option to play audio files only once the respective button was pressed (tiptoi book mode)

Bug fixes

  • Fixed problem with too low resolution or too large pixel size in print configuration
  • Fixed bug that prevented images from being read from id3 tags
  • Fixed bug with missing libraries on mac OS

ttmp32gme version 0.2.3

27 Apr 09:17
0547dcb
Compare
Choose a tag to compare

Run this version using docker:

docker run -d --rm --publish 8080:8080 --volume ~/.ttmp32gme:/var/lib/ttmp32gme --volume /media/${USER}/tiptoi:/mnt/tiptoi --name ttmp32gme thawn/ttmp32gme:version-0.2.3

Enhancements:

  • Created a docker container (pull request #22 and issue #19). Big thanks to @maystar!
  • The library now shows which gme files are already present on a connected tiptoi pen
  • It is now possible to delete gme files on a connected tiptoi
  • Made tiptoi recognition more flexible (issue #20) it should now also work under linux
  • Added a language chooser (issue #5)

Bug fixes

  • Fixed problem with spaces in user name under windows (issue #14)

ttmp32gme version 0.2.2

12 Jan 11:10
Compare
Choose a tag to compare

Enhancements:

  • Improved install instructions (issue #15)
  • improved printing documentation (issues #11 #5 and #16)

ttmp32gme version 0.2.1

04 Jun 15:13
Compare
Choose a tag to compare

Enhancements:

  • added more verbose error message (issue #9)
  • improved handling of mp3s without id3 tags

Bug fixes

  • Fixed problem with pdfs not generating if an album does not have a cover image (issue #8 )
  • Fixed bug with wkhtml2pdf on non-windows systems