Releases: thawn/ttmp32gme
Releases · thawn/ttmp32gme
ttmp32gme version 1.0.1
ttmp32gme version 1.0.0 - stable release
ttmp32gme version 0.3.4 - release candidate 5
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
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
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
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
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
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)