summaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2025-06-10Correct sample expressions in about textAdrien Hopkins
The expressions were valid, but used 'hr' instead of 'h' for the hour, which is not the abbreviation used by 7Units.
2025-05-09Add tests for PresenterAdrien Hopkins
2025-02-23Allow internationalization of about.txtAdrien Hopkins
This works with custom locales (by placing the text in [config_dir]/about/[name].txt), but if such a file does not exist, it will default to the default locale (en)'s about text.
2025-02-23Allow default datafile to be disabledAdrien Hopkins
If this option is deselected, the default unit, prefix, dimension and metric exception data will not be loaded, and only custom data and the few units that are not provided by files will be available. The main rationale for this change is so that the data can be localized by custom unit files.
2025-02-23Complete French locale translationAdrien Hopkins
2025-02-23Localize all user-facing stringsAdrien Hopkins
2025-02-23Load locales from text filesAdrien Hopkins
2024-08-22Add loading counts to About tabAdrien Hopkins
2024-08-22Allow fractional exponentsAdrien Hopkins
2024-08-22Add named unit sets to unit converterAdrien Hopkins
2024-03-23Add more info to about.txtAdrien Hopkins
2024-03-23Complete exponentiation of dimensionsAdrien Hopkins
Previously, you could only exponentiate individual dimensions in expressions. For example, `Length^3` was valid, but `(Length / Time)^2` was not. This is now fixed.
2023-04-15Bumped version number to 0.4.1v0.4.1Adrien Hopkins
2022-07-17Bumped version number to 0.4.0v0.4.0Adrien Hopkins
2022-07-17All dimension names are now in title caseAdrien Hopkins
2022-07-08Added full names for some speed unitsAdrien Hopkins
2022-07-06Added some standard prefix search rulesAdrien Hopkins
2022-03-10Named the metric dimensions & fixed NameSymbol.toStringAdrien Hopkins
2022-02-19Made barebones GUI (TabbedView)Adrien Hopkins
2021-06-28Renamed project to 7UnitsAdrien Hopkins
2021-06-12Release 0.3.0v0.3.0Adrien Hopkins
2021-05-22Added an option to exclude duplicate unitsAdrien Hopkins
2021-03-27Used resources instead of Paths to make the generated jar workAdrien Hopkins
2021-03-27Added automatic building with GradleAdrien Hopkins