Mercurial > getan
comparison CHANGES @ 497:ccd225b130a6
Improve language for CHANGES entry for v3.1
author | Bernhard Reiter <bernhard@intevation.de> |
---|---|
date | Tue, 10 Jul 2018 09:32:42 +0200 |
parents | 1b6509e51b93 |
children | 199b3e3657aa |
comparison
equal
deleted
inserted
replaced
496:5145414a1b66 | 497:ccd225b130a6 |
---|---|
1 3.1 2018-06-29 | 1 3.1 2018-06-29 |
2 | 2 |
3 * getan-report (before getan-eval.py) and getan-daily-report (before | 3 * getan-report (before getan-eval.py) and getan-daily-report (before |
4 getan-report.py) can now be run directly without PYTHONPATH. | 4 getan-report.py) can now be run directly without PYTHONPATH. |
5 getan-report and getan-day-report is now installed as a script. More | 5 getan-report and getan-day-report are now installed as scripts. More |
6 information can be found in ./doc/old_issues.txt -20170504 BER | 6 information can be found in ./doc/old_issues.txt -20170504 BER |
7 Patch by Magnus Schieder | 7 Patch by Magnus Schieder |
8 | 8 |
9 * The logging can now be switched on and off. The default value is off. | 9 * The logging can now be switched on and off. The default value is off. |
10 If logging is off, no log file is created. | 10 If logging is off, no log file is created. |
14 * Add a redraw function on key Control-L. | 14 * Add a redraw function on key Control-L. |
15 The screen is completely redrawn. More information can be found in | 15 The screen is completely redrawn. More information can be found in |
16 ./doc/old_issues.txt -20180321 BER | 16 ./doc/old_issues.txt -20180321 BER |
17 Patch by Magnus Schieder | 17 Patch by Magnus Schieder |
18 | 18 |
19 * Better fix for the multiple selection bug. | 19 * Better fix for the multiple selection defect. |
20 The multiple selection is deleted when deleting or moving is confirmed or | 20 The multiple selection is deleted when deleting or moving is confirmed or |
21 when switching to projects. | 21 when switching to projects. |
22 Removes the selected entry, not the last one added. | 22 Removes the selected entry, not the last one added. |
23 More information can be found in ./doc/old_issues.txt | 23 More information can be found in ./doc/old_issues.txt |
24 -20180214 Magnus Schieder | 24 -20180214 Magnus Schieder |
27 * Better control of the walker. | 27 * Better control of the walker. |
28 If you move entries and switch back to the projects you get to the project | 28 If you move entries and switch back to the projects you get to the project |
29 you were in. Before, you always got the first project. | 29 you were in. Before, you always got the first project. |
30 More information can be found in ./doc/old_issues.txt | 30 More information can be found in ./doc/old_issues.txt |
31 -20180214 Magnus Schieder | 31 -20180214 Magnus Schieder |
32 If the entries are empty, the walker will automatically switches to the | 32 If the entries are empty, the walker will automatically switch to the |
33 projects. | 33 projects. |
34 Patch by Magnus Schieder | 34 Patch by Magnus Schieder |
35 | 35 |
36 * Enhanced overview. | 36 * Enhanced overview. |
37 You can now see which entries are displayed when you are in the entries | 37 You can now see which entries are displayed when you are in the entries |
40 When deleting or moving an entry, the project times are updated. | 40 When deleting or moving an entry, the project times are updated. |
41 More information can be found in ./doc/old_issues.txt | 41 More information can be found in ./doc/old_issues.txt |
42 -20180118 BER | 42 -20180118 BER |
43 Patch by Magnus Schieder | 43 Patch by Magnus Schieder |
44 | 44 |
45 * Updated the source code to the latest version of pyhton (python 3) to better | 45 * Updated the source code to the latest version of Python (Python 3) to better |
46 maintain it in the future. | 46 maintain it in the future. |
47 Python 2.7 will not be maintained past 2020. | 47 Python 2.7 will not be maintained past 2020. |
48 Therefore, the whole source code of'done' and'done/scripts' is updated to | 48 Therefore, the whole source code is updated. |
49 python 3. | |
50 Patch by Magnus Schieder | 49 Patch by Magnus Schieder |
51 | 50 |
52 * Update and clean up the source code to better maintain it in the future. | 51 * Update and clean up the source code to better maintain it in the future: |
53 optparse to argparse Migration. | 52 optparse to argparse migration. |
54 The optparse module is deprecated and will not be developed further.The | 53 The optparse module is deprecated and will not be developed further.The |
55 development will continue with the argparse module. | 54 development will continue with the argparse module. |
56 Patch by Magnus Schieder | 55 Patch by Magnus Schieder |
56 | |
57 | 57 |
58 2.2 2018-01-26 | 58 2.2 2018-01-26 |
59 | 59 |
60 * The problem with unwanted multi moves and deletions is solved. | 60 * The problem with unwanted multi moves and deletions is solved. |
61 The multi-selection is deleted when switching from the entry-list to | 61 The multi-selection is deleted when switching from the entry-list to |