Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes #308

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions History_CLI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Notes:
- Deleted
x Correction

Version 24.10, 2024-11-04
-------------
+ Add ability to append values to text fields with +=
+ Add file creation and last modification date to technical output
+ Add IDIT field in LIST-INFO
x Generate data MD5 only when necessary
x Avoid recomputing data MD5 after file save
x Fix export of core CSV

Version 24.05, 2024-05-14
-------------
x Better support of big (but not too big) XML content
Expand Down
12 changes: 12 additions & 0 deletions History_GUI.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Notes:
- Deleted
x Correction

Version 24.10, 2024-11-04
-------------
+ Add file creation and last modification date to technical output
+ Add IDIT field in LIST-INFO
x Fix crash or hang in some cases
x Generate MD5 in separate thread
x Generate data MD5 only when necessary
x Avoid recomputing data MD5 after file save
x Fix issue causing freeze despite progress bar dialog
x Display progress dialog when saving a single file or generating data MD5
x Fix export of core CSV

Version 24.05, 2024-05-14
-------------
x Better support of big (but not too big) XML content
Expand Down
Loading