4 Commits

Author SHA1 Message Date
b4302fe467 feat: Add support for YYYY-MM-DD in the YAML frontmatter
Fixes #972

This required regenerating the protobufs generated files, which seem to
have tons of extra changes, and needed some manual changes to get them
to compile.

Overall, the entire protobuf idea wasn't the best in retrospect, and in
the next version of GitJournal, I'll be going with a simple relational
database instead.
2024-08-24 23:05:09 +02:00
542fb8c36a Avoid showing the "Reading Git History .." screen
This way startup feels much faster.
2021-12-10 10:57:20 +01:00
ad4516d8d6 FileMTimeBuilder: TreeHashes are no longer used 2021-12-09 17:34:40 +01:00
a26150a85d Add a FileStorageCache
It's mainly a way to save / read a FileStorage instance.
2021-10-26 22:34:39 +02:00