Zettelstore

Timeline
Login

Timeline

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

90 descendants of v0.17.0

2024-07-11
17:10
Remove "rename" operation (both webui and api; plus internal zettel etc) ... (Leaf check-in: b61264a18b user: stern tags: trunk)
15:34
Increase version to 0.19.0-dev to begin next development cycle ... (check-in: 1d1cd5e637 user: stern tags: trunk)
14:43
Version 0.18.0 ... (check-in: b94ede10d4 user: stern tags: trunk, release, v0.18.0)
14:14
Add KEYS aggregate action to API manual ... (check-in: a6d7c963a1 user: stern tags: trunk)
09:48
Refactor enrich handling w.r.t computing of created metadata key ... (check-in: 40640d78f2 user: stern tags: trunk)
09:47
Fix bug introduced in id.Set refactoring; add test case ... (check-in: d430b303d1 user: stern tags: trunk)
2024-07-10
16:52
Clean up some manual pages wrt grammar, spelling, ... ... (check-in: 68eb82d868 user: stern tags: trunk)
15:39
Update manual ... (check-in: d14e1febba user: stern tags: trunk)
15:28
Update creation date that causes a warning ... (check-in: e0eb7922d8 user: stern tags: trunk)
15:25
Zid-Mapper: add new reserved identifier ... (check-in: 0572f6a32e user: stern tags: trunk)
08:57
Fix some potential races ... (check-in: 75d70e1732 user: stern tags: trunk)
2024-07-09
16:29
Refactor const box ... (check-in: c1584b44ab user: stern tags: trunk)
16:08
Add computed zettel "Zettelstore Sx Engine" ... (check-in: 9798838f79 user: stern tags: trunk)
10:55
Check for timeouts; make timeouts more visible ... (check-in: 8794cf341c user: stern tags: trunk)
2024-07-08
15:50
Refactor zidMapper ... (check-in: b12cb216a5 user: stern tags: trunk)
15:36
Produce zipMapper warning for IDs that are not dates ... (check-in: e2af0518ae user: stern tags: trunk)
14:04
Update changelog to reflect newest changes ... (check-in: 6eb2c305bf user: stern tags: trunk)
13:55
Update manual wrt future migration to new zettel identifier ... (check-in: aea73dc0ad user: stern tags: trunk)
12:15
Update client dependency ... (check-in: c01f053b88 user: stern tags: trunk)
11:48
Remove sequence checker in zidMapper; it produces false errors ... (check-in: 21c6563366 user: stern tags: trunk)
11:04
Cleanup predefined zettel AppDir; add test for client call GetApplicationZid ... (check-in: a1a084fb36 user: stern tags: trunk)
10:40
Add reserved identifier (for storing session data; came from client) ... (check-in: bb8e73cb64 user: stern tags: trunk)
09:04
Identifier Mapping zettel is only visible for experts ... (check-in: afe6f8b835 user: stern tags: trunk)
2024-07-06
18:18
Update migration info in manual: no rename in v0.19 ... (check-in: 093b84f541 user: t73fde tags: trunk)
18:13
refactor zidMapper , also to remove possible future race conditions ... (check-in: c3fe5cdbb1 user: t73fde tags: trunk)
2024-07-05
23:07
Fix the obvious test regression ... (check-in: e27f5da7f2 user: t73fde tags: trunk)
23:01
Initial version of zettel "Zettelstore Identifier Mapping" ... (check-in: f292a41e5c user: t73fde tags: trunk)
21:45
Zettel had wrong identifier ... (check-in: 12bd01f10a user: t73fde tags: trunk)
21:34
Introduce id.ZidN, the internal datatype for new base-36 encoded zettel identifier. Add them to zid-mapper ... (check-in: 9d823abcbe user: t73fde tags: trunk)
18:18
Give some hints about the migration process ... (check-in: a12ad821e2 user: t73fde tags: trunk)
16:28
Refactor content creation of warnings zettel: fetch alls zids every time zettel is retrieved ... (check-in: 5bcf690327 user: t73fde tags: trunk)
16:25
Update golang dependencies ... (check-in: 15c1357faf user: t73fde tags: trunk)
2024-07-04
23:09
Initial version of zid-mapper, integrated into warnings zettel ... (check-in: b32c30e072 user: t73fde tags: trunk)
19:10
Two small refactorings ... (check-in: ccd3c2292e user: stern tags: trunk)
18:53
No need to give api.ZidAppDirectory a parsed id ... (check-in: 2e87dc9ec9 user: stern tags: trunk)
2024-07-03
22:21
Add application directory zettel ... (check-in: b03a5db51d user: t73fde tags: trunk)
2024-07-02
22:35
Add missing created metadata for manual zettel ... (check-in: 2aa1b7296b user: t73fde tags: trunk)
2024-06-30
19:49
Fix test regression ... (check-in: 65f9f532b2 user: t73fde tags: trunk)
19:44
Typo in warnings zettel ... (check-in: d6804ae935 user: t73fde tags: trunk)
19:37
Add new Zettel "Zettelstore Warnings" ... (check-in: e7820f804e user: t73fde tags: trunk)
16:14
Add metadata key "created-missing" ... (check-in: 88ca30146e user: t73fde tags: trunk)
2024-06-26
22:10
New proposal for mapping timestamp-based zids to base36 zids ... (Leaf check-in: 249c165fab user: t73fde tags: b36)
21:39
Rename ZidO et.al back to original names. It was a bad idea. Only rename if needed. Hopefully, merges from trunk will become easier ... (check-in: 0449ce0efe user: t73fde tags: b36)
2024-06-25
16:54
Update dependency goldmark ... (check-in: 44970588f6 user: stern tags: trunk)
16:48
Merge from trunk ... (check-in: 1e5b2571a6 user: stern tags: b36)
14:55
Integrate removal of space nodes and refactoring for new set implementation ... (check-in: 2c49d84c3c user: stern tags: trunk)
2024-06-24
16:46
Merge from id-Set-based refactorings ... (Closed-Leaf check-in: f79ae4605a user: stern tags: nospace)
16:44
Replaced id.Slice with id.Set in box.manager.mapStore ... (Leaf check-in: 5acd22ac21 user: stern tags: newset)
11:54
Replace map-based id.Set implementation with a slice-based ... (check-in: 0c72d2f2b4 user: stern tags: newset)
2024-06-23
16:38
Merge in new set refactoring ... (check-in: 4572fb4342 user: stern tags: nospace)
16:36
Refactor id.Set implementation to prepare for slice implementation ... (check-in: 0afce18ab3 user: stern tags: newset)
16:10
Hide map implementation in id.Set ... (check-in: c43c1b2d04 user: stern tags: newset)
15:00
Update goldmark dependency ... (check-in: 7d1c721311 user: stern tags: trunk)
2024-06-21
17:47
Add a check for already given zids ... (check-in: 8475ed0c2d user: stern tags: b36)
17:39
Very initial version of zid migration ... (check-in: 2b742a0dc8 user: stern tags: b36)
15:51
Rename ZidO constant to InvalidO (an use the correct branch name b36) ... (check-in: 4cc1d16330 user: stern tags: b36)
15:48
Rename legacy zid to zidO ... (Leaf check-in: 218dac9fa2 user: stern tags: b64)
15:35
Update dependencies ... (check-in: 368dff12c3 user: stern tags: nospace)
2024-06-20
15:12
Remove "(SPACE)" mentions from manual ... (check-in: 1c544ac5c2 user: stern tags: nospace)
14:04
Update to latest trunk changes ... (check-in: 493d0eab86 user: stern tags: nospace)
14:03
Replace sort package with slices, now in package query too. ... (check-in: 825d28eb22 user: stern tags: trunk)
12:49
Replace sort package in draw with slices ... (check-in: bb0f2dd6a3 user: stern tags: trunk)
12:36
Replace package "sort" with "slices", if possible (and simple) ... (check-in: 62ab6bdcfc user: stern tags: trunk)
12:18
Make dump-index more deterministic ... (check-in: 0b5cbfb3ff user: stern tags: trunk)
11:07
Update t73f dependencies ... (check-in: 9e7469e5a5 user: stern tags: nospace)
2024-06-19
16:48
Remove SpaceNode (ast) ... (check-in: 957a23fce9 user: stern tags: nospace)
2024-06-18
16:13
Refactor some code in md encoder ... (check-in: 6e3cd3a001 user: stern tags: trunk)
15:04
WebUI: refactor references of info view ... (check-in: 9b55d250c8 user: stern tags: trunk)
14:22
Rename wrongly named variable ... (check-in: 56d36b1806 user: stern tags: trunk)
2024-06-16
13:03
Update dependencies (goldmark, t73f) ... (check-in: 63d6cf58e4 user: t73fde tags: trunk)
2024-06-05
18:20
Update dependencies (golang/x, t73f) ... (check-in: cee73bcee7 user: stern tags: trunk)
2024-05-07
13:31
Create zettel with file mode 0666 (instead of 0600) ... (check-in: 0f043ac65e user: stern tags: trunk)
11:07
Update dependencies ... (check-in: 6f3e8a6f77 user: stern tags: trunk)
2024-04-22
15:01
Rename package sxhtml to sxwebs/sxhtml; update some dependencies ... (check-in: 3e4f0da507 user: stern tags: trunk)
2024-04-18
13:30
Adapt to client change: api.URLBuilder ... (check-in: 85cb9d749b user: stern tags: trunk)
07:57
Update dependency zettel ... (check-in: af30a48347 user: stern tags: trunk)
07:47
Adapt to SxHTML separation from Sx ... (check-in: cfc550e368 user: stern tags: trunk)
2024-04-17
16:15
Move client software to package t73f.de/r/zsc ... (check-in: 9ce68bd62b user: stern tags: trunk)
2024-04-16
15:06
Update sx dependency ... (check-in: 0fb9d73896 user: stern tags: trunk)
2024-04-15
09:38
Adapt to sx changes: String is now a struct ... (check-in: dabc96d27f user: stern tags: trunk)
2024-04-13
14:08
Fix GOVCS regression in tools.go ... (check-in: 8fa5835dda user: stern tags: trunk)
14:05
Adapt to new location of sx repo ... (check-in: af2a8a224e user: stern tags: trunk)
2024-04-05
10:28
Update Go dependencies: crypto, term ... (check-in: b40340e520 user: stern tags: trunk)
2024-04-03
13:04
Update to github.com/yuin&goldmark v1.7.1 ... (check-in: d996d0b323 user: stern tags: trunk)
2024-03-18
11:06
Fix regression of last commit (forgot to update tests) ... (check-in: 726c56c5ed user: stern tags: trunk)
11:01
Add computed zettel "Zettelstore Memory" ... (check-in: 20c2401591 user: stern tags: trunk)
2024-03-14
12:16
Adapt to Sx changes: arity-specific builtin implementation functions ... (check-in: a82de648e8 user: stern tags: trunk)
2024-03-11
15:22
Adapt to Sx changes ... (check-in: 1b8d09d31b user: stern tags: trunk)
2024-03-06
15:05
Update to latest golang dependencies ... (check-in: 3950f3fb55 user: stern tags: trunk)
15:02
Increase version to 0.18.0-dev to begin next development cycle
... (check-in: 51c141a192 user: stern tags: trunk)
2024-03-04
17:08
Version 0.17.0 ... (check-in: c863ee5f61 user: stern tags: trunk, release, v0.17.0)