Releases: thawn/ttmp32gme
Releases · thawn/ttmp32gme
ttmp32gme version 2.0.2
Highlights
- Python is able to properly handle unicode characters, so the character encoding issues should hopefully be a thing of the past
- All versions (Windows, Mac OS and docker/linux) now support the creation of PDFs - provided you have Chromium or Chrome installed (no need to use these browsers to access the gui, they just need to be installed in the default install location)
- It is now possible to download GME files directly from the library (once they are generated)
- It is now possible to download the OID images, so you can use them in your own designs.
- New fancy documentation
- Migrated from perl to python backend including a full test suite and GitHub CI. This makes the project maintainable again - this may sound like a technicality to the non-programmers out there. But it means it will now be possible for me to relatively easily test new features, merge new pull requests and react to bug reports. In other words, instead of half dead, the project is alive again.
Caveats
- This is a new major release. It will automatically upgrade the database from the old Perl format. Make a backup of your library instructions BEFORE you run it for the first time.
Full Changelog: v1.0.1...v2.0.2
ttmp32gme version 1.0.1
Note: Some sites directly link here for the download of ttmp32gme. However, this is not the latest version any more. Please check out the latest release.
Features
- added possibility to choose debug level on the command line (-d=3 or -debug=3 command line argument) (issue #54)
Bug fixes
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)