Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2024-08-22 | Add loading counts to About tab | 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-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-03-27 | Added automatic building with Gradle | Adrien Hopkins | |