Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-16 | Allow config file to load custom data files | Adrien 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-16 | Move config file to standard location | Adrien 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-02 | Create roadmap for v1.0.0 | 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 | |
2022-06-18 | Added diagrams to the new design document sections | Adrien Hopkins | |
2022-06-18 | Added big-picture info to the design document | Adrien Hopkins | |
2022-05-18 | Added front-end code information to the design document | Adrien Hopkins | |
2021-08-26 | Finished initial draft of design document | Adrien Hopkins | |
2021-08-26 | Finished sections on prefixes and UnitDatabase | Adrien Hopkins | |
2021-08-26 | Added units and dimensions to the design document | Adrien Hopkins | |
2021-08-25 | Added a design document with a description of the utility classes | 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 | |