summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrien Hopkins <adrien.p.hopkins@gmail.com>2025-02-23 20:53:06 -0500
committerAdrien Hopkins <adrien.p.hopkins@gmail.com>2025-02-23 20:53:06 -0500
commitdfdcf58c8751db95f024528aa38dd81eb2364f39 (patch)
treefed99572a5de620087e8d3bd8449631c1baa0db1 /docs
parentc2b59645f9c3b7eb2db39f8e1cea64a06e41e8fe (diff)
Bump version number to 1.0.0b1v1.0.0b1
Compared to version 0.5.0, this release: - allows conversion to sums of units (e.g. 4/3 ft → 1 ft + 4 in) - allows non-integer exponents in expressions - adds the ability to change the UI language - gracefully handles datafile errors - adds more information to the loading-success message, and adds it to the About tab - allows the user to not use the default datafiles No new features will be added until the release of version 1.0.0.
Diffstat (limited to 'docs')
-rw-r--r--docs/roadmap.org9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/roadmap.org b/docs/roadmap.org
index 04ea0a5..963c17d 100644
--- a/docs/roadmap.org
+++ b/docs/roadmap.org
@@ -3,15 +3,6 @@ Here is a list of the unfinished requirements for version 1.0.0. When everythin
These requirements are subject to change. I intend to finish version 1.0.0 by [2025-04-27 Sun].
-Feature Requirements:
-- 7Units should be able to parse unit files from [[https://www.gnu.org/software/units/][GNU Units]], the program that inspired it.
-- 7Units's expression converter should support most or all of the conversion features supported by GNU Units:
- - (/Mostly Done/) Converting to sums of units (it should also be possible to do this in the unit converter with preset combinations)
- - (/Optional/) Inverse nonlinear conversion with the tilde prefix
- - (/Optional/) Nonlinear units should be specifiable in unit files.
- - /Any other feature not listed should be considered optional./
-- (/Optional/) It should be possible to add, edit and remove units and prefixes from the GUI unit and prefix viewers.
-
Documentation/Testing Requirements:
- 7Units should be fully documented.
- 7Units should have automated testing with a code coverage of at least 2/3 (ideally at least 5/6).