summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2023-09-16Move config file to standard locationAdrien Hopkins
The user's config directory is taken as ~\AppData\Local\ on Windows and is XDG-compliant elsewhere. The config file's location is <config dir>/SevenUnits/config.txt. The SevenUnits directory is created if nonexistent. The previous location inside the git directory would not work for someone actually installing and using 7Units, so this change was made.
2022-07-17remove and gitignore test-settings.txtAdrien Hopkins
2021-06-28Renamed project to 7UnitsAdrien Hopkins
2021-03-27Fixed the gitignore fileAdrien Hopkins
2021-03-27Added automatic building with GradleAdrien Hopkins
2021-02-17Added the ability to save and load settings.Adrien Hopkins
2019-03-17Added an expression parser that can parse RPN expressions.Adrien Hopkins
2019-01-25Initial commitAdrien Hopkins