diff --git a/syncthing.changes b/syncthing.changes index b97f0df..5bde384 100644 --- a/syncthing.changes +++ b/syncthing.changes @@ -1,7 +1,26 @@ ------------------------------------------------------------------- Tue Feb 19 10:45:23 UTC 2019 - Marius Kittler -- Update to 1.0.1 +- Update to version 1.0.1: + * Directory status "box" character not readable by + screen readers / not colour blindness friendly + (gh#syncthing/syncthing#2697). + * "Automatic upgrades" web GUI option in pre-release versions is + misleading (gh#syncthing/syncthing#4216). + * Incorrectly out of synch, sequence number oddness + (gh#syncthing/syncthing#5340). + * Deleted files show up as failed scans + (gh#syncthing/syncthing#5385). + * gui: Missing icon in footer (gh#syncthing/syncthing#5389). + * Data race in model.(*folder).startWatch() + (gh#syncthing/syncthing#5392). + * Scan errors about ignored files displayed in web UI + (gh#syncthing/syncthing#5397). + * panic: runtime error: Invalid memory address or nil pointer + dereference in ignore.go (gh#syncthing/syncthing#5401). + * Illegal characters in directory name on auto accept + (gh#syncthing/syncthing#5411). + * Consider switching to Go modules (gh#syncthing/syncthing#5148). ------------------------------------------------------------------- Thu Jan 31 10:21:31 UTC 2019 - Hans-Peter Jansen