175 Commits

Author SHA1 Message Date
7bdcd3e495 fix(lib): a little bug fix in tanabata_init function 2023-01-19 00:51:04 +03:00
bf49221141 fix(core): a little bug fix on loading/saving hyou 2023-01-18 23:50:24 +03:00
3fe58e8cc2 chore: a bit of stylization to CMakeLists.txt 2023-01-14 17:29:22 +03:00
b829e22710 chore: set cmake project name to Tanabata 2023-01-14 17:25:54 +03:00
221e547db5 refactor(core): make core_func.h local 2023-01-14 17:13:52 +03:00
d421eadde4 refactor: rearrange files 2023-01-14 15:12:12 +03:00
a69d8ac042 fix(core): add tanabata struct to core.h 2023-01-13 15:40:20 +03:00
44ef8c32c2 perf: add constants.h file with global constants 2023-01-13 02:21:19 +03:00
36acd4208a chore(lib): remove extra includes 2023-01-13 02:19:25 +03:00
62773539cd refactor(core,lib): move all core and lib structs and constants to a separate header file 2023-01-13 02:17:09 +03:00
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