Commit Graph

10 Commits (0435efd20009960e9b8f7b5a14cad899e1f40162)

Author SHA1 Message Date
マリウス 0435efd200
Implemented views for articles list, documented 3 years ago
マリウス ac08eea74c
Fixed handling of formatting errors, no rewriting 3 years ago
マリウス b3fcef96f8
Implemented mark all as read, fixes #22 3 years ago
マリウス 30024d48c2
Implemented customizable shortcuts, fixes #11 3 years ago
マリウス 77dfb254ca
Implemented config migration 3 years ago
マリウス ead1db23c5
Began refactoring config 3 years ago
Marco Primi 7728a7a798 Fixed permission of cache and config directories
Directories created with `os.MkdirAll(_, os.ModeDir)` do not have r/w permissions, (i.e. `d---------`).
If SH84 creates (DB cache | config) dir, it is going to fail to launch due to the same being unreadable and unwriteable.

Git and other tools will also complain about the directories being unreadable.
3 years ago
マリウス c962f8cfaa
Implemented config and cache dir creation 3 years ago
マリウス 224c0ebd58
Implemented fix for file paths 3 years ago
マリウス 4569d36c0a
Refactored config, added profile info 3 years ago