Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-07 | Fix e-notation & consolidate expression parsing | Adrien Hopkins | |
This commit moves all of the expression formatting code to one method, and changes it so that it works with things like '1e+2'. This does mean that I had to require spaces for addition and subtraction, but without that, the rules would be complicated. | |||
2025-06-01 | Update documentation to version 1.0.0 | Adrien Hopkins | |
2024-03-24 | Bump version number to 0.5.0v0.5.0 | Adrien Hopkins | |
2024-03-23 | Add fractions using | to expressions | Adrien Hopkins | |
| is like /, but with higher precedence. This feature is a part of GNU Units, and was included in 7Units for compatibility. | |||
2023-09-16 | Add config file info to user manual | Adrien Hopkins | |
2022-07-17 | Bumped version number to 0.4.0v0.4.0 | Adrien Hopkins | |
2022-07-08 | Bumped version number to 0.4.0b1 & added @sincev0.4.0b1 | Adrien Hopkins | |
2022-07-08 | Added search settings to the manual and design document | Adrien Hopkins | |
2021-07-06 | Wrote user manual appendices, rewrote README to reflect user manual | Adrien Hopkins | |
2021-07-02 | Created user manual with all main sections | Adrien Hopkins | |