diff options
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 18951c1..9696497 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,6 +1,16 @@ * Changelog All notable changes in this project will be shown in this file. -** v0.4.1 - [2023-04-15] +** v0.5.0 - [2024-03-24 Sun] +*** Added +- *Added specifications for all types data files used by 7Units.* +*** Changed +- Configuration file is now located at a standard location in the system, instead of being in the project directory. +- Simplified some setting values in the config file +- Made the various data files more consistent with each other: + - Addition and subtraction may be used in prefix expressions. + - Exponentation works for all bases in dimension expressions. + - All types of config files support comments. +** v0.4.1 - [2023-04-15 Sat] *** Fixed - Upgrade Gradle from 6.3 to 8.1 to support users of new Java versions (though 7Units still uses Java 11, the old Gradle distribution would fail if compiled with a newer version of Java) |