diff --git a/CHANGES.rst b/CHANGES.rst index bac2f6d..9b20518 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,15 +1,16 @@ 1.0rc1 ------ -* Release date: Still under development. +* Release date: Mar 17, 2017. * Massive performance improvements (> 10x) for handling many files. This makes it possible to comfortably handle many more files than before. * Documentation improvements. * Small UI improvements for search and navigation. * Fix bug when starting vixen for the first time -- if one added a project it would not show correctly until vixen was re-launched. -* Fix bug creating a project and immediately deleting tags. * Fix issue with notifications on firefox. +* Add ability to view the application log, to help with reporting issues. +* Notify users of any unexpected errors so these can be reported. * Improved test coverage. 0.9 diff --git a/vixen/__init__.py b/vixen/__init__.py index e43cf2d..996d8d3 100644 --- a/vixen/__init__.py +++ b/vixen/__init__.py @@ -1 +1 @@ -__version__ = '1.0rc1.dev0' +__version__ = '1.0rc1'