Zettelstore

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

57 check-ins going from v0.1 to v0.2

2022-01-19
17:42
Version 0.2 ... (check-in: f091916e1a user: stern tags: release, release-0.2, v0.2)
14:23
Create new branch named "release-0.2" ... (check-in: fb7390fa25 user: stern tags: release-0.2)
14:01
Document autostart on macOS and Linux ... (check-in: 7d550a731a user: stern tags: trunk)
2022-01-17
14:06
Update handling of filename collisions ... (check-in: 3ab9b2b2e5 user: stern tags: trunk)
2022-01-14
18:28
A duplicate file could be the prefix of an existing file ... (check-in: 46f9bfa20d user: stern tags: trunk)
18:15
Document Autostart on macOS: login items ... (check-in: 046e236909 user: stern tags: trunk)
11:27
Update to new client version ... (check-in: e20c8ea169 user: stern tags: trunk)
2022-01-13
18:34
Enhance logger; update manual; state supported CommonMark spec ... (check-in: 35ae7f59c8 user: stern tags: trunk)
2022-01-12
18:29
Update plan: directory changes are now detected, file system case sensitiveness problems added. ... (check-in: 6046724c32 user: stern tags: trunk)
18:14
Fix: write correct YAML files ... (check-in: 99268bf7ee user: stern tags: trunk)
17:53
Fix endless waiting if dirbox file service panics ... (check-in: 0a12a0c843 user: stern tags: trunk)
14:59
Refactor dirbox/filebox/notify and fix some minor bugs ... (check-in: 809435c4fe user: stern tags: trunk)
2022-01-11
19:14
Very initial version of zettel filename collision resolution ... (check-in: dc60f3671d user: stern tags: trunk)
10:04
Add warning for WebUI, when deleting/renaming a zettel with associated useless files. ... (check-in: 4ca32620cd user: stern tags: trunk)
09:39
Update manual for renamed metadata key 'useless-files' ... (check-in: 36a834bf5d user: stern tags: trunk)
09:31
Rename DirEntry.Duplicates -> UselessFiles ... (check-in: 3349796c0c user: stern tags: trunk)
2022-01-10
18:06
Fix: make protected space optionally visible; refactor strfun.HTMLEscape ... (check-in: 4f77418af2 user: stern tags: trunk)
17:28
Refactor meta.Pairs/meta.PairsRest ... (check-in: cf215a0a21 user: stern tags: trunk)
16:46
Refactor meta.Write ... (check-in: afdd8344a1 user: stern tags: trunk)
15:24
Fix: not writing ''modified'' metadata; cleanup metadata key name definitions, metadata type definitions ... (check-in: 50b6ec2093 user: stern tags: trunk)
2022-01-07
22:05
Move file rename calculations into directory service ... (check-in: d61a1c891d user: stern tags: trunk)
21:09
Allow to renew access token if authentication is disabled ... (check-in: 4557879541 user: stern tags: trunk)
2022-01-04
20:41
Use filenames w/o extension for storing metadata ... (check-in: 68cc58b6df user: stern tags: trunk)
17:52
Metadata 'duplicates' store the duplicate file names ... (check-in: 1f5af75bb6 user: stern tags: trunk)
17:15
Add initial support for metadata key "summary" ... (check-in: ea93eef471 user: stern tags: trunk)
2022-01-03
23:00
Fix important typo in manual ... (check-in: cb34273bd4 user: stern tags: trunk)
22:48
Add API call to check for enabled authentication. ... (check-in: 55c46130e6 user: stern tags: trunk)
2022-01-02
22:30
Document HTTP status code 204 if content is empty ... (check-in: fb8d504392 user: stern tags: trunk)
22:17
Reload only once after refresh, not for every refreshable box ... (check-in: 6d61be1216 user: stern tags: trunk)
21:21
Add new logging level "sense", between "debug" and "info". ... (check-in: 7d51606e8b user: stern tags: trunk)
2021-12-30
23:04
Add API call /x?_cmd=refresh to refresh internal data ... (check-in: c55fcc93c6 user: stern tags: trunk)
2021-12-29
21:28
Fix wrong search results if query parameter _negate is given ... (check-in: ded804bc80 user: stern tags: trunk)
15:54
Remove useless WebUI endpoint /f (/h works mostly the same) ... (check-in: 532876b514 user: stern tags: trunk)
15:21
Refactor to remove unneeded returned nil errors ... (check-in: 8a1b33f640 user: stern tags: trunk)
15:02
Log messages must be a plain text zettel (think about log4j) ... (check-in: cc16ade4e1 user: stern tags: trunk)
2021-12-28
23:10
Add computed zettel that contains log messages ... (check-in: 573c833e0d user: stern tags: trunk)
2021-12-27
17:01
Merge from notify ... (check-in: 9f55a20887 user: stern tags: trunk)
16:57
Zip box now uses directory service ... (Closed-Leaf check-in: 8c60fa146d user: stern tags: notify)
15:15
Prepare transition zipBox to use notify.DirService ... (check-in: 566811dce1 user: stern tags: notify)
14:20
Merge from trunk ... (check-in: 937cf11aec user: stern tags: notify)
2021-12-17
15:42
Move directory service to notify package ... (check-in: 1f07867a89 user: stern tags: notify)
15:21
Write logging entries if zettel directory is missing and if it was found again ... (check-in: 6987c59e76 user: stern tags: notify)
14:08
Handle missing zettel directory ... (check-in: 295d6188da user: stern tags: notify)
12:17
Add debug logging for SearchXXX functions in indexer ... (check-in: dd764e5bf1 user: stern tags: notify)
11:37
Refactor dirbox to not store redundant directory path ... (check-in: 3ca67cbe1a user: stern tags: notify)
2021-12-16
18:30
Fix wrong handling when zettel consists of two files ... (check-in: 97c32df254 user: stern tags: notify)
17:27
Add notification de-stuttering; fix some timing bugs ... (check-in: f1161cbc0d user: stern tags: notify)
14:26
Unify notified and simple directory service ... (check-in: 8c4e46bf91 user: stern tags: notify)
2021-12-15
18:31
Initial version of new dirbox notification architecture ... (check-in: b952d0f949 user: stern tags: notify)
14:55
Add log output for notifier services ... (check-in: 6db9edebd4 user: stern tags: notify)
13:41
Merge from trunk ... (check-in: 0667cfb408 user: stern tags: notify)
13:23
Merge bug fix from 0.1.3 ... (check-in: 44dd5bab58 user: stern tags: trunk)
13:13
Version 0.1.3 ... (Leaf check-in: 6f455cda2d user: stern tags: release, branch-0.1, v0.1.3)
2021-11-18
15:41
Typo in download page ... (check-in: 41b1f504ee user: stern tags: branch-0.1)
15:31
Version 0.1.2 ... (check-in: 8065f433c2 user: stern tags: release, branch-0.1, v0.1.2)
2021-11-13
17:09
Version 0.1.1 ... (check-in: 8d9dc27ae1 user: stern tags: trunk, release, v0.1.1)
2021-11-11
16:37
Version 0.1 ... (check-in: 7c6fd9bcda user: stern tags: trunk, release, v0.1)