Mercurial > getan
diff CHANGES @ 469:050ffdec60d9
Fix the orientation problem
* Highlights the project what is open.
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Tue, 08 May 2018 13:29:45 +0200 |
parents | 59d9c5840273 |
children | d379f8098bb3 |
line wrap: on
line diff
--- a/CHANGES Fri May 04 15:36:50 2018 +0200 +++ b/CHANGES Tue May 08 13:29:45 2018 +0200 @@ -1,10 +1,22 @@ 2.x 20xx-xx-xx UNRELEASED + * Better control of the walker. + If you move entries and switch back to the projects you get to the project + you were in. Before, you always got the first project. + Patch by Magnus Schieder + + * You can now see which entries are displayed when you are in the entries + list. + The project you are in is highlighted in color. + The color can be changed in the getanrc with the key "open_project". + Patch by Magnus Schieder + * Updated the source code to the latest version of pyhton (python 3) to better maintain it in the future. Python 2.7 will not be maintained past 2020. Therefore, the whole source code of'done' and'done/scripts' is updated to python 3. + Patch by Magnus Schieder * Update and clean up the source code to better maintain it in the future. optparse to argparse Migration.