Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-10 | Correct sample expressions in about text | Adrien Hopkins | |
The expressions were valid, but used 'hr' instead of 'h' for the hour, which is not the abbreviation used by 7Units. | |||
2025-05-09 | Add tests for Presenter | Adrien Hopkins | |
2025-02-23 | Allow internationalization of about.txt | Adrien 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-23 | Allow default datafile to be disabled | Adrien 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-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 | |
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-15 | Bumped version number to 0.4.1v0.4.1 | Adrien Hopkins | |
2022-07-17 | Bumped version number to 0.4.0v0.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.0v0.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 | |