Skip to content

ttmp32gme version 0.2.3

Compare
Choose a tag to compare
@thawn thawn released this 27 Apr 09:17
· 64 commits to master since this release
0547dcb

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)