index
:
7Units
develop
stable
A unit converter made in Java, inspired by GNU Units
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.org
Age
Commit message (
Expand
)
Author
2025-06-15
Update changelog for release 1.0.0
Adrien Hopkins
2025-02-23
Bump version number to 1.0.0b1
v1.0.0b1
Adrien Hopkins
2024-08-22
Add loading counts to About tab
Adrien Hopkins
2024-08-22
Update changelog
Adrien Hopkins
2024-08-22
Add ability to convert expression to sum of units
Adrien Hopkins
2024-03-24
Bump version number to 0.5.0
v0.5.0
Adrien Hopkins
2024-03-23
Update documentation and version# (0.5.0a2)
v0.5.0a2
Adrien Hopkins
2023-09-16
fix typo in prev commit
Adrien Hopkins
2023-09-16
Update changelog
Adrien Hopkins
2023-04-15
Bumped version number to 0.4.1
v0.4.1
Adrien Hopkins
2022-07-17
All dimension names are now in title case
Adrien Hopkins
2022-07-17
Updated changelog
Adrien Hopkins
2022-07-08
Bumped version number to 0.4.0b1 & added @since
v0.4.0b1
Adrien Hopkins
2022-07-08
Updated changelog
Adrien Hopkins
2022-04-18
Implemented one-way conversion, duplicate prefixes can now be hidden
Adrien Hopkins
2022-04-18
Implemented rounding and duplicate-removal settings into the new GUI
Adrien Hopkins
2022-04-16
Implemented the unit & prefix viewers
Adrien Hopkins
2022-03-10
Simplified toString of common unit classes
Adrien Hopkins
2022-02-26
Implemented expression conversion, tests now pass
Adrien Hopkins
2022-02-26
Implemented unit conversion, with a few problems
Adrien Hopkins
2022-02-20
Made the version number an object, changing it to 0.4.0-alpha+dev
Adrien Hopkins
2022-02-19
Made barebones GUI (TabbedView)
Adrien Hopkins
2022-02-12
Updated changelog
Adrien Hopkins
2021-12-02
Updated changelog and version number
v0.3.2
Adrien Hopkins
2021-10-07
Updated changelog
Adrien Hopkins
2021-08-26
Bumped version number to 0.3.1
v0.3.1
Adrien Hopkins
2021-08-26
Updated changelog
Adrien Hopkins
2021-07-06
Wrote user manual appendices, rewrote README to reflect user manual
Adrien Hopkins
2021-06-28
Renamed project to 7Units
Adrien Hopkins
2021-06-12
Release 0.3.0
v0.3.0
Adrien Hopkins
2019-10-15
Finalized the removal of Maven from Unit Converter
Adrien Hopkins
2019-08-26
The unit file parser now uses regular expressions.
Adrien Hopkins
2019-04-14
Bumped the version number to v0.2.0
Adrien Hopkins
2019-04-13
Edited the UnitsDatabase API; it now favours prefixless units.
Adrien Hopkins
2019-04-13
Unit prefixes now have math methods, and use the expression parser.
Adrien Hopkins
2019-04-13
The dimension selector now loads dimensions from a file.
Adrien Hopkins
2019-04-10
Edited dimension database code and improved comments.
Adrien Hopkins
2019-03-22
Unit Expressions are now parsed with the expression parser.
Adrien Hopkins
2019-03-22
Made BaseUnit a subclass of LinearUnit and made an expression parser
Adrien Hopkins
2019-03-17
Added an expression parser that can parse RPN expressions.
Adrien Hopkins
2019-03-16
Updated changelog and fixed tests.
Adrien Hopkins
2019-03-14
Added unit dimensions to the unit database.
Adrien Hopkins
2019-01-26
Added a changelog and changed the tests.
Adrien Hopkins