summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2023-09-16Add config file info to user manualAdrien Hopkins
2023-09-16Allow config file to load custom data filesAdrien Hopkins
The parameters "custom_unit_file", "custom_dimension_file" and "custom_exception_file" can now be used to load custom unit, dimension and exception files. Specify them more than once to load multiple files. I haven't yet added this to the GUI, and I probably won't, because you already need to be able to edit text files to create this, so having a GUI won't make it any more intuitive.
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.
2023-07-02Create roadmap for v1.0.0Adrien 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-07-08Added search settings to the manual and design documentAdrien Hopkins
2022-06-18Added diagrams to the new design document sectionsAdrien Hopkins
2022-06-18Added big-picture info to the design documentAdrien Hopkins
2022-05-18Added front-end code information to the design documentAdrien Hopkins
2021-08-26Finished initial draft of design documentAdrien Hopkins
2021-08-26Finished sections on prefixes and UnitDatabaseAdrien Hopkins
2021-08-26Added units and dimensions to the design documentAdrien Hopkins
2021-08-25Added a design document with a description of the utility classesAdrien Hopkins
2021-07-06Wrote user manual appendices, rewrote README to reflect user manualAdrien Hopkins
2021-07-02Created user manual with all main sectionsAdrien Hopkins