Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |