summaryrefslogtreecommitdiff
path: root/src/main/java/sevenUnits/ProgramInfo.java
AgeCommit message (Collapse)Author
2025-06-15Bump version number to 1.0.0v1.0.0Adrien Hopkins
2025-06-15Format & clean up source codeAdrien Hopkins
2025-06-04Add version numbers to all @since tagsAdrien Hopkins
Specifically, for every @since tag with a date, I added another that contains the correspending version. I did not add date @since tags to comments that do not have them, as that would be too tedious for what it's worth. These dates could still be found by using git bisect though.
2025-06-04Update copyright notices' yearsAdrien Hopkins
I used the Git history for years after 2019, and only included 2019 or 2018 if they were already there. I also added copyright notices to all code files that don't already have them.
2025-05-30Bump version to 1.0.0b2v1.0.0b2Adrien Hopkins
All that's left before 1.0.0 is released is the documentation fixes. Unless I find any major issues, 7Units 1.0.0 releases June 8.
2025-02-23Bump version number to 1.0.0b1v1.0.0b1Adrien 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-28Bump version number to 1.0.0a1v1.0.0a1Adrien Hopkins
2024-03-24Bump version number to 0.5.0v0.5.0Adrien Hopkins
2024-03-24Format source code & set explicit UTF-8Adrien Hopkins
2024-03-23Update documentation and version# (0.5.0a2)v0.5.0a2Adrien Hopkins
2023-09-24Bump version to v0.5.0a1v0.5.0a1Adrien Hopkins
2023-04-15Bumped version number to 0.4.1v0.4.1Adrien Hopkins
2022-07-17Bumped version number to 0.4.0v0.4.0Adrien Hopkins
2022-07-08Bumped version number to 0.4.0b1 & added @sincev0.4.0b1Adrien Hopkins
2022-04-19Finalized version 0.4.0-alpha.1Adrien Hopkins
2022-02-24Moved SemanticVersionNumber to sevenUnits.utilsAdrien Hopkins
2022-02-20Made the version number an object, changing it to 0.4.0-alpha+devAdrien Hopkins
2022-02-19Made barebones GUI (TabbedView)Adrien Hopkins
2021-12-24Did some API design for user settings, and moved GUI to a new packageAdrien Hopkins
2021-12-02Updated changelog and version numberv0.3.2Adrien Hopkins
2021-08-26Bumped version number to 0.3.1v0.3.1Adrien Hopkins
2021-06-28Renamed project to 7UnitsAdrien Hopkins