This commit is contained in:
Julien Duponchelle
2016-06-27 20:30:15 +02:00
parent dc6032aa43
commit c877d4b1d7
2 changed files with 17 additions and 2 deletions

View File

@@ -1,5 +1,20 @@
# Change Log
## 1.5.0 27/06/2016
* Fix double extension of portable project
* Disallow export of project with a cloud
* Change view grid -> show the grid.
* Check if a link can be removed from a running node. Fixes #1320.
* Hide non implemented console options in general preferences. Ref #1315.
* Improve snap to grid
* Change grid color
* Avoid a crash with snap to grid and ostinato logo
* Add a view grid
* Fix you can no longer capture if you start stop capture multiple time
* A button to open the file browser with the configuration file location
* Add snap to grid feature
## 1.5.0rc2 15/06/2016
* Ethernet0 => eth0 for docker

View File

@@ -25,5 +25,5 @@ or negative for a release candidate or beta (after the base version
number has been incremented)
"""
__version__ = "1.5.0dev6"
__version_info__ = (1, 5, 0, -99)
__version__ = "1.5.0"
__version_info__ = (1, 5, 0, 0)