315 Commits

Author SHA1 Message Date
50b1300847 chore(core,lib): add #pragma once to header files 2023-01-13 00:28:14 +03:00
7f31d62260 init(web): add http server on golang with authentication only
And remove CGI
2023-01-10 20:08:17 +03:00
e4188c69a4 feat(cli): print related sasa/tanzaku ID when viewing particular tanzaku/sasa 2023-01-08 23:34:39 +03:00
e9ff845c5b chore: a little fix in build.sh 2023-01-04 03:09:32 +03:00
5019c54380 init(cgi): add Common Gateway Interface with authentication only 2023-01-04 01:55:15 +03:00
091b1757c6 chore: prepare for 1.0.0 release 2022-12-31 17:22:08 +03:00
2ee6e5e8cc docs: some corrections 2022-12-31 15:06:57 +03:00
1f37f7a2b8 docs: some minor corrections 2022-12-30 19:26:01 +03:00
90af6dada8 docs: create a section for the CLI manual 2022-12-30 19:13:15 +03:00
6119ed684e chore(cli): remove datetime from list view 2022-12-30 18:43:45 +03:00
32fea5cd2b fix(lib): check if hyou is empty on remove 2022-12-30 18:20:52 +03:00
5daa0db847 perf(lib): weed sappyou before shoppyou 2022-12-30 18:12:07 +03:00
94aa958471 perf(lib): weeding also removes kazari with invalid sasa or tanzaku ID 2022-12-30 18:09:50 +03:00
c7e38851f2 chore(cli): move '\n' outside of stylization macros 2022-12-30 17:34:15 +03:00
66f1c42fcc chore(cli): some minor interface improvements 2022-12-30 16:48:33 +03:00
3939b30c15 fix(cli): correct output messages in the update menu 2022-12-30 16:46:27 +03:00
092188ac5e docs: update and correct usage manual 2022-12-30 16:20:36 +03:00
d19f2b09b2 feat(cli): add option to edit sasa or tanzaku 2022-12-30 15:20:59 +03:00
a03355f8ce feat(cli): print tanzaku last modification datetime 2022-12-30 15:12:41 +03:00
ff0cd4eea2 fix(core): update tanzaku last modification timestamp on tanzaku update 2022-12-30 15:11:25 +03:00
df12b94b2a fix(cli): colorize uncolorized error message 2022-12-30 15:05:04 +03:00
2fb8038a44 feat(lib): add sasa and tanzaku update functions 2022-12-30 14:57:03 +03:00
0b0bc93a8d feat(core): add sasa and tanzaku update functions 2022-12-30 13:47:00 +03:00
90e5761d3e perf(core): remove some extra instructions 2022-12-29 21:34:10 +03:00
28ee348dad docs: update usage manual 2022-12-29 19:06:10 +03:00
c4f2149291 feat(cli)!: significant interface improvements 2022-12-29 18:35:01 +03:00
2d46b72929 style(core): code cleanup 2022-12-29 18:04:34 +03:00
60f44fb82f fix(lib): fix sasa add and remove functions 2022-12-29 17:32:00 +03:00
12424fb995 fix(lib): check if got NULL in all functions 2022-12-29 17:24:37 +03:00
dd1d513f1e fix(core): check if got NULL in all functions 2022-12-29 17:22:50 +03:00
6a927f4644 fix(lib): fix bugs in weeding 2022-12-29 15:50:59 +03:00
e64e6f7f47 feat(lib): weeding also removes sasa with invalid file path 2022-12-29 15:32:25 +03:00
32e73acd73 feat(lib): zero tanzaku ID is reserved for the special immutable FAVORITE tag 2022-12-29 15:22:13 +03:00
3cea0b5fdb style(lib): code cleanup 2022-12-29 14:55:03 +03:00
eb746994e3 chore: update version number in CMakeLists.txt 2022-12-29 14:42:25 +03:00
dc5abcf9d9 feat(cli): add option -i to view database info 2022-12-28 22:01:48 +03:00
7961554b69 docs: prepare for 0.1.3-dev release 2022-12-28 18:58:05 +03:00
29df398a50 fix(cli): check if successfully saved database after weeding 2022-12-28 18:56:44 +03:00
631716877b feat(cli): colorize success message 2022-12-28 18:47:25 +03:00
07ee9d3c7a fix(cli): fix bug on initializing new database 2022-12-28 18:39:01 +03:00
caa01e2fbc docs: add hyou definition 2022-12-28 18:23:28 +03:00
57623cff61 perf(lib): tanabata struct holds the hyou last modification timestamps instead of bools 2022-12-28 18:22:16 +03:00
873d6d487b perf(core): a little improvement in new kazari remove functions 2022-12-28 18:02:33 +03:00
97c63aea1f perf(lib): use new kazari remove functions 2022-12-28 17:58:01 +03:00
4724962cd3 feat(core): add functions to remove all kazari with a specific sasa/tanzaku ID 2022-12-28 17:05:09 +03:00
d8c43c7855 perf(lib): do not save unchanged database files 2022-12-28 16:48:35 +03:00
2d41da9a8c feat(cli): change style of table output 2022-12-28 15:34:21 +03:00
45160154df chore: change minimum required cmake version to 3.16 2022-12-28 14:59:10 +03:00
eeedbfa484 feat(cli): print human-readable datetime instead of Unix timestamp 2022-12-28 01:47:15 +03:00
133ef0b3a5 fix(core): check every operation on files 2022-12-28 01:03:19 +03:00