diff options
author | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-04-19 16:36:45 -0500 |
---|---|---|
committer | Adrien Hopkins <ahopk127@my.yorku.ca> | 2022-04-19 16:36:45 -0500 |
commit | 213a9b78cf39776c3832983e9d9c26435bad2282 (patch) | |
tree | af3bb8662dd4203fcfbd071f005e0619096f61ee /CHANGELOG.org | |
parent | 9c30c3ad4d4658964e2bb2bb5be6c2eebbfbe8af (diff) | |
parent | 8cc60583134a4d01e9967424e5a51332de6cc38b (diff) |
Merge branch 'gui-redesign-0.4' into developv0.4.0a1
Diffstat (limited to 'CHANGELOG.org')
-rw-r--r-- | CHANGELOG.org | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org index 5630737..509553b 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,5 +1,19 @@ * Changelog All notable changes in this project will be shown in this file. +** Unreleased +*** Added + - Added tests for the GUI + - Added an object for the version numbers (SemanticVersionNumber) + - Added some toString methods to NameSymbol and Nameable +*** Changed + - Rewrote the GUI code internally using an MVP model to make it easier to maintain and improve + - BaseDimension is now Nameable. As a consequence, its name and symbol return Optional<String> instead of String, even though they will always succeed. + - The UnitDatabase's units, prefixes and dimensions are now always named + - The toString method of the common unit classes is now simpler. Alternate toString functions that describe the full unit are provided. + - UncertainDouble and LinearUnitValue accept a RoundingMode in their complicated toString functions. + - Rounding rules are now in their own classes + - The "Show Duplicates" setting now affects the prefix viewer in addition to units + - Tweaked the look of the unit and expression conversion sections of the view ** v0.3.2 - [2021-12-02 Thu] *** Added - Added lots more tests for the backend and utilities |