github scorbo2/TalkWithMe 7.1
v7.1

2 hours ago

v7.1 is here!

This version straightens out a few housekeeping items: untracking config files that are user-customizable so that they don't dirty the working directory, adding a favicon, and adding a new "factory reset" button for TTS options.

Important upgrade note

Some config files are no longer tracked! If you cloned your working directory from 7.0 or earlier, you will have to move your existing config files out of the way before pulling the latest:

# Back up your settings and chatroom files:
mv -i settings.yaml settings.yaml.keep 2>/dev/null
mv -i chatrooms.yaml chatrooms.yaml.keep 2>/dev/null

# These files are no longer tracked as of 7.1:
git pull

# Restore your settings and chatroom files:
mv settings.yaml.keep settings.yaml 2>/dev/null
mv chatrooms.yaml.keep chatrooms.yaml 2>/dev/null

These files are no longer tracked as of 7.1, so you can modify them all you like, and they will never show up as modified when you do git status.

What's Changed

Full Changelog: 7.0...7.1

Don't miss a new TalkWithMe release

NewReleases is sending notifications on new releases.