Version 0.12.5

This release fixes some style relating to tags on bookmarks and the list
 of tagged notes. We also move the code that manages the tagging of notes
 into its own model observer.
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWgQ9OgAKCRAbLHavsWyF
 m3zCAX4mMvWALfC9DkXv0thUTsv/YOHOGjEFFj7GCWbfKsYjfa6xu5MpJoKZ8PtJ
 LUQy/w0BgPGSraaYCJTdhglhfow4fi4MNyLObimaZETBmQ9Le8N+oYpoSnZ0eoCt
 7Nuhj1upxg==
 =0sDC
 -----END PGP SIGNATURE-----

Merge tag 'v0.12.5' into develop

Version 0.12.5

This release fixes some style relating to tags on bookmarks and the list
of tagged notes. We also move the code that manages the tagging of notes
into its own model observer.
This commit is contained in:
Jonny Barnes 2017-11-09 11:34:24 +00:00
commit a6ebb6aac3

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## Version {next} ## Version 0.12.5 (2017-11-09)
- Fix style of tags on bookmarks page that had been visited - Fix style of tags on bookmarks page that had been visited
- Fix style of notes listed on `/notes/tagged/tag` - Fix style of notes listed on `/notes/tagged/tag`
- Move code manging tagging of notes to NoteObserver - Move code manging tagging of notes to NoteObserver