Mercurial > getan
comparison 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 |
comparison
equal
deleted
inserted
replaced
468:74e550aa3b6a | 469:050ffdec60d9 |
---|---|
1 2.x 20xx-xx-xx UNRELEASED | 1 2.x 20xx-xx-xx UNRELEASED |
2 | |
3 * Better control of the walker. | |
4 If you move entries and switch back to the projects you get to the project | |
5 you were in. Before, you always got the first project. | |
6 Patch by Magnus Schieder | |
7 | |
8 * You can now see which entries are displayed when you are in the entries | |
9 list. | |
10 The project you are in is highlighted in color. | |
11 The color can be changed in the getanrc with the key "open_project". | |
12 Patch by Magnus Schieder | |
2 | 13 |
3 * Updated the source code to the latest version of pyhton (python 3) to better | 14 * Updated the source code to the latest version of pyhton (python 3) to better |
4 maintain it in the future. | 15 maintain it in the future. |
5 Python 2.7 will not be maintained past 2020. | 16 Python 2.7 will not be maintained past 2020. |
6 Therefore, the whole source code of'done' and'done/scripts' is updated to | 17 Therefore, the whole source code of'done' and'done/scripts' is updated to |
7 python 3. | 18 python 3. |
19 Patch by Magnus Schieder | |
8 | 20 |
9 * Update and clean up the source code to better maintain it in the future. | 21 * Update and clean up the source code to better maintain it in the future. |
10 optparse to argparse Migration. | 22 optparse to argparse Migration. |
11 The optparse module is deprecated and will not be developed further.The | 23 The optparse module is deprecated and will not be developed further.The |
12 development will continue with the argparse module. | 24 development will continue with the argparse module. |