Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-23 | Bump version number to 1.0.0b1v1.0.0b1 | Adrien Hopkins | |
Compared to version 0.5.0, this release: - allows conversion to sums of units (e.g. 4/3 ft → 1 ft + 4 in) - allows non-integer exponents in expressions - adds the ability to change the UI language - gracefully handles datafile errors - adds more information to the loading-success message, and adds it to the About tab - allows the user to not use the default datafiles No new features will be added until the release of version 1.0.0. | |||
2024-08-22 | Add loading counts to About tab | Adrien Hopkins | |
2024-08-22 | Update changelog | Adrien Hopkins | |
2024-08-22 | Add ability to convert expression to sum of units | Adrien Hopkins | |
2024-03-24 | Bump version number to 0.5.0v0.5.0 | Adrien Hopkins | |
2024-03-23 | Update documentation and version# (0.5.0a2)v0.5.0a2 | Adrien Hopkins | |
2023-09-16 | fix typo in prev commit | Adrien Hopkins | |
2023-09-16 | Update changelog | Adrien Hopkins | |
2023-04-15 | Bumped version number to 0.4.1v0.4.1 | Adrien Hopkins | |
2022-07-17 | All dimension names are now in title case | Adrien Hopkins | |
2022-07-17 | Updated changelog | Adrien Hopkins | |
2022-07-08 | Bumped version number to 0.4.0b1 & added @sincev0.4.0b1 | Adrien Hopkins | |
2022-07-08 | Updated changelog | Adrien Hopkins | |
2022-04-18 | Implemented one-way conversion, duplicate prefixes can now be hidden | Adrien Hopkins | |
2022-04-18 | Implemented rounding and duplicate-removal settings into the new GUI | Adrien Hopkins | |
2022-04-16 | Implemented the unit & prefix viewers | Adrien Hopkins | |
2022-03-10 | Simplified toString of common unit classes | Adrien Hopkins | |
2022-02-26 | Implemented expression conversion, tests now pass | Adrien Hopkins | |
2022-02-26 | Implemented unit conversion, with a few problems | Adrien Hopkins | |
TabbedView now displays its units, but with their toString method which shows their definition in addition to their name | |||
2022-02-20 | Made the version number an object, changing it to 0.4.0-alpha+dev | Adrien Hopkins | |
2022-02-19 | Made barebones GUI (TabbedView) | Adrien Hopkins | |
2022-02-12 | Updated changelog | Adrien Hopkins | |
2021-12-02 | Updated changelog and version numberv0.3.2 | Adrien Hopkins | |
2021-10-07 | Updated changelog | Adrien Hopkins | |
2021-08-26 | Bumped version number to 0.3.1v0.3.1 | Adrien Hopkins | |
2021-08-26 | Updated changelog | Adrien Hopkins | |
2021-07-06 | Wrote user manual appendices, rewrote README to reflect user manual | Adrien Hopkins | |
2021-06-28 | Renamed project to 7Units | Adrien Hopkins | |
2021-06-12 | Release 0.3.0v0.3.0 | Adrien Hopkins | |
2019-10-15 | Finalized the removal of Maven from Unit Converter | Adrien Hopkins | |
2019-08-26 | The unit file parser now uses regular expressions. | Adrien Hopkins | |
2019-04-14 | Bumped the version number to v0.2.0 | Adrien Hopkins | |
2019-04-13 | Edited the UnitsDatabase API; it now favours prefixless units. | Adrien Hopkins | |
2019-04-13 | Unit prefixes now have math methods, and use the expression parser. | Adrien Hopkins | |
2019-04-13 | The dimension selector now loads dimensions from a file. | Adrien Hopkins | |
The dimension selector does nothing, as its purpose is to filter a list which does not exist yet, but it does correctly load the options. | |||
2019-04-10 | Edited dimension database code and improved comments. | Adrien Hopkins | |
getDimension() now works with exponents, Added a dimension parser, comments can now be in the middle of lines | |||
2019-03-22 | Unit Expressions are now parsed with the expression parser. | Adrien Hopkins | |
Addition and subtraction are now possible. | |||
2019-03-22 | Made BaseUnit a subclass of LinearUnit and made an expression parser | Adrien Hopkins | |
2019-03-17 | Added an expression parser that can parse RPN expressions. | Adrien Hopkins | |
2019-03-16 | Updated changelog and fixed tests. | Adrien Hopkins | |
2019-03-14 | Added unit dimensions to the unit database. | Adrien Hopkins | |
2019-01-26 | Added a changelog and changed the tests. | Adrien Hopkins | |