diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-01-08 17:12:37 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-01-08 17:12:37 +0100 |
commit | 2fea32c136d01771e61ab27c78a6a27c3f4ecc39 (patch) | |
tree | 2be1e6f6372cf118d081d34dea26b5ad881131b3 /NEWS.md | |
parent | 48a147159132372faafb9409975c53b45038fa33 (diff) |
Fixed some bugs, thanks to Stefan Meinecke for reporting
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,5 +1,23 @@ # NEWS for package 'gmkin' +## gmkin 0.6-6 (2016-01-08) + +### Bug fixes + +- Activate the button "Keep changes" as soon as a dataset title is entered in the dataset editor so entered data can be kept. + +- Entering "x" into an input field triggered saving the file due to a peculiarity of the GAction implementation in gWidgetsWWW2. The keybinding was changed to "Shift-F12" (see below). + +- When data was entered manually, sometimes it could not be fitted as the override column was of type "character" instead of "numeric". + +### Major changes + +- Changed the keybinding for saving the current workspace to "Shift-F12" + +### Minor changes + +- The project file is now immediately shown with its full path in the project editor window after saving a file. + ## gmkin 0.6-5 (2015-12-11) ### Bug fixes |