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
/
src
/
main
/
resources
Age
Commit message (
Expand
)
Author
2025-06-10
Correct sample expressions in about text
Adrien Hopkins
2025-05-09
Add tests for Presenter
Adrien Hopkins
2025-02-23
Allow internationalization of about.txt
Adrien Hopkins
2025-02-23
Allow default datafile to be disabled
Adrien Hopkins
2025-02-23
Complete French locale translation
Adrien Hopkins
2025-02-23
Localize all user-facing strings
Adrien Hopkins
2025-02-23
Load locales from text files
Adrien Hopkins
2024-08-22
Add loading counts to About tab
Adrien Hopkins
2024-08-22
Allow fractional exponents
Adrien Hopkins
2024-08-22
Add named unit sets to unit converter
Adrien Hopkins
2024-03-23
Add more info to about.txt
Adrien Hopkins
2024-03-23
Complete exponentiation of dimensions
Adrien Hopkins
2023-04-15
Bumped version number to 0.4.1
v0.4.1
Adrien Hopkins
2022-07-17
Bumped version number to 0.4.0
v0.4.0
Adrien Hopkins
2022-07-17
All dimension names are now in title case
Adrien Hopkins
2022-07-08
Added full names for some speed units
Adrien Hopkins
2022-07-06
Added some standard prefix search rules
Adrien Hopkins
2022-03-10
Named the metric dimensions & fixed NameSymbol.toString
Adrien Hopkins
2022-02-19
Made barebones GUI (TabbedView)
Adrien Hopkins
2021-06-28
Renamed project to 7Units
Adrien Hopkins
2021-06-12
Release 0.3.0
v0.3.0
Adrien Hopkins
2021-05-22
Added an option to exclude duplicate units
Adrien Hopkins
2021-03-27
Used resources instead of Paths to make the generated jar work
Adrien Hopkins
2021-03-27
Added automatic building with Gradle
Adrien Hopkins