A desktop app to help you manage your tasks done during the day by helping you track the time you spent on a task
Ensure you have downloaded a suitable version of CMake and Visual Studio. CMake 3.16 is the minimum supported version. Visual Studio 2019 is used (not sure about previous versions).
You will need vcpkg to compile and manage the dependencies.
Once you've installed and configured vcpkg
, install the following libraries:
- sqlite3 (3.0 +)
- sqlite-modern-cpp (3.2 +)
- spdlog (1.4 +)
- wxwidgets (3.1 +)
- cpr (1.3 +)
- nlohmann-json (3.7 +)
- toml11 (3.5+)
- tinyxml2 (8.0+)
Ensure that the Visual Studio Ouput Window when the CMake Server is runng that it does not give any warnings about missing packages.
You can now use Visual Studio to build the project by selecting the x86-Release
configuration in the toolbar.
You can get a Windows Installer here
v1.4.0
v1.5.0
- March 2021
- Export [Excel|CSV]
1.6.0
- July 2021
- Reporting
This project is licensed under the GPL-3 license - see the LICENSE.md file for details