comparison CHANGES.txt @ 7797:8bdf0484215c

Summary: feat: roundup-admin history command has human interpretable output Reformat journal entries and make try to make readable sentences out of them. Set up translation markers and added hints for the tanslators by marking translator comments with; # .Hint text for translator on the line before _() markers. Doc'ed changes in roundup-admin docs and added info to upgrading.txt. If the user wants old format, they can call history designator raw
author John Rouillard <rouilj@ieee.org>
date Sun, 10 Mar 2024 21:59:20 -0400
parents d7d68da9878f
children 4fc89509ce78
comparison
equal deleted inserted replaced
7796:5f3b49bb7742 7797:8bdf0484215c
125 - roundup/msgfile.py can now be called as 'python msgfmt.py de.po de.mo' 125 - roundup/msgfile.py can now be called as 'python msgfmt.py de.po de.mo'
126 to compile a translation file if msgfmt is missing. (John Rouillard) 126 to compile a translation file if msgfmt is missing. (John Rouillard)
127 - save roundup-admin history between sessions. Load 127 - save roundup-admin history between sessions. Load
128 ~/.roundup_admin_rlrc file to set history-size persistently. Add 128 ~/.roundup_admin_rlrc file to set history-size persistently. Add
129 pragma history_length to override for a session. (John Rouillard) 129 pragma history_length to override for a session. (John Rouillard)
130 - the roundup-admin history command now dumps the journal entries
131 in a more human readable format. Use the raw option to get the older
132 machine parsible output. (John Rouillard)
130 133
131 134
132 2023-07-13 2.3.0 135 2023-07-13 2.3.0
133 136
134 Fixed: 137 Fixed:

Roundup Issue Tracker: http://roundup-tracker.org/