Disable again gosmopolitan, which for some reason figures as non-existent on my machine, but breaks builds on the CI if it's not disabled.MassiveBox2023-11-03 23:10:07 +0100
08be78f907Minor graphical improvements - Uniform style of SVGs - Add style directly inside SVGs to switch to dark mode - the previous solution didn't work in Chromium for some reasonMassiveBox2023-04-14 18:20:25 +0200
3ac161e740Dark Theme support Now when prefers-color-scheme is set to "dark", a dark theme will be used. SVGs have been updated to allow for it, and also compressed to optimize.MassiveBox2023-04-12 21:32:15 +0200
57b97d3ab5Update links to point to the new website, remove duplicate content from README, add building instructionsMassiveBox2023-03-04 23:21:31 +0100
7a1214d492Added arm builds, improve database - The program will now be cross-compiled and released for arm as well as x86 - What we previously called "cache" is not actually a cache, as it holds content that can't be always retrieved. Now we're stopping calling it a cache. - Improved history merging - Fixed the README to include the database as a volume, and to fix some errors
v0.3.0
MassiveBox2023-01-29 21:16:04 +0100
52ba0ea4c1Improve SQLite - Now the cache isn't cleared and fetched from zero each update, but only when there's missing information for a day - Fixed a bug that prevented new users from saving changes in the configMassiveBox2023-01-04 15:57:16 +0100
e9125b783cSQLite Initial Implementation This is the first, most basic implementation of a SQLite database for caching. Future commits will make it much more optimized and able to efficiently store data for periods longer than 8 days.
MassiveBox
2022-12-07 17:54:46 +0100
6dc8fa3750Move towards selectable time ranges in the dashboard - Add the installation date to frontend and backend - Add an error page to help with the upgrade from the previous version - Avoid querying history if installation date is not set - Make the fillMissing function work for periods of different lenght than than 8 days
v0.2.0
MassiveBox
2022-12-04 12:50:11 +0100
66e2a2de1aRewrite the rounding alogithm
MassiveBox
2022-11-13 19:53:32 +0100
9023806d57Improve CI - Upload artifacts as ZIP including templates - Add status badge to README
v0.1.0
MassiveBox
2022-11-07 16:23:19 +0100
cfd96ab245Add Woodpecker CI
MassiveBox
2022-10-31 18:39:19 +0100
350227e898Improved consistency and fixed leftovers
MassiveBox
2022-10-26 21:48:36 +0200