Zettelstore

Timeline
Login

Timeline

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

180 descendants of v0.16.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)
13:47
Adapt to sx changes; add SPDX license identifiers ... (check-in: 5485ba3ce3 user: stern tags: trunk)
2024-03-02
11:07
Adapt to sx changes: introduction of "env.Compile" ... (check-in: 9ff77efb2b user: t73fde tags: trunk)
2024-03-01
16:47
Adapt to sx changes (builtin "(cond ...)" was removed) ... (check-in: c0e0b35e4c user: stern tags: trunk)
2024-02-29
14:30
Remove superfluous attribute of httpServer ... (check-in: 3c1f6e5880 user: stern tags: trunk)
2024-02-27
18:55
Update to latest golang/x/crypto ... (check-in: 4d68105477 user: stern tags: trunk)
2024-02-22
11:34
WebUI: shaow all metadata with key ending "-url" on zettel view ... (check-in: 8c07ae69e6 user: stern tags: trunk)
08:34
Rename box/manager/memstore -> mapstore; refactor indest store creation ... (check-in: 45ea069f2f user: stern tags: trunk)
2024-02-21
13:10
Remove logging level "warn", "fatal", "panic" ... (check-in: 425f78f137 user: stern tags: trunk)
2024-02-20
18:07
Remove logging level "sense" ... (check-in: f1ae410859 user: stern tags: trunk)
2024-02-19
18:47
Manual: make clear that metadata keys are lowercase ... (check-in: 26a295e2cf user: stern tags: trunk)
15:25
Remove metadata type WordSet ... (check-in: 6b781a62ee user: stern tags: trunk)
15:06
Actions in uppercase letters that result in an empty list, will be ignored and the selected zettel list in retured. This is for compatibility. ... (check-in: 83eefb5fca user: stern tags: trunk)
14:30
Pretty-print SXN zettel only at evaluation, not at parsing time ... (check-in: c7429dbb8e user: stern tags: trunk)
13:58
Add license information to SXN zettel ... (check-in: 2b5069f91c user: stern tags: trunk)
13:49
WebUI: add CSS classes to metadata table rows in info view ... (check-in: 5af46550f7 user: stern tags: trunk)
10:51
WebUI: generate a matching query for all tags / words ... (check-in: 51cfe45f78 user: stern tags: trunk)
2024-02-18
14:33
WebUI: add "full" (context) link to info page ... (check-in: 851a52b44b user: t73fde tags: trunk)
2024-02-16
00:19
Refactor: use API constants for query actions ... (check-in: 459740a035 user: t73fde tags: trunk)
2024-02-15
23:42
API: add query action REDIRECT ... (check-in: c3a7367b79 user: t73fde tags: trunk)
2024-02-13
21:26
Add errcheck to dev tools ... (check-in: aaca7c730d user: t73fde tags: trunk)
21:22
Refactor API/WebUI code to make use of Zid.ZettelID ... (check-in: 3c515c0e54 user: t73fde tags: trunk)
21:07
WebUI: add query action REDIRECT ... (check-in: 955bbfe0fa user: t73fde tags: trunk)
20:39
WebUI: fix reIndex Zettel ... (check-in: b08dff0564 user: t73fde tags: trunk)
2024-02-11
20:33
Fix panic when debug mode: printing page object (was an sx error too) ... (check-in: 880a0bda12 user: t73fde tags: trunk)
20:14
Update to latest client ... (check-in: 55efa43140 user: t73fde tags: trunk)
19:27
Adapt to sx changes: sx.Symbol is now a pointer ... (check-in: 8e0a831f7a user: t73fde tags: trunk)
2024-02-09
18:15
Add FULL directive to CONTEXT query ... (check-in: 4a0a24da24 user: t73fde tags: trunk)
17:56
Update cost calculation for context retrieval ... (check-in: d7d40b5cca user: t73fde tags: trunk)
15:57
Refactor context calculation to use floating point numbers ... (check-in: b4ef36880c user: t73fde tags: trunk)
15:43
Fix: tag costs for context must be calculated for every zettel ... (check-in: 80e42ee970 user: t73fde tags: trunk)
12:09
Refactor context calculation wrt tag handling ... (check-in: f147a95311 user: t73fde tags: trunk)
2024-02-08
16:05
WebUI: show correct number of entries when an action was given ... (check-in: 3d30a92c01 user: t73fde tags: trunk)
15:36
WebUI: show number of entries in query lists ... (check-in: e97125744a user: t73fde tags: trunk)
14:40
Update to latest Go dependencies ... (check-in: 55f6e17aa7 user: t73fde tags: trunk)
2024-02-07
21:57
Refactor to use new math/rand/v2 package ... (check-in: 0599935204 user: t73fde tags: trunk)
21:02
Update to latest client; fix one regression ... (check-in: 11173d5673 user: t73fde tags: trunk)
20:32
Refactor to make use of new Go 1.22 for loop ... (check-in: f3408356d0 user: t73fde tags: trunk)
19:46
Update to Go 1.22 ... (check-in: 33b8d2c22f user: t73fde tags: trunk)
2024-02-06
14:02
Adapt to latest client changes ... (check-in: feeaac3d0d user: stern tags: trunk)
2024-02-05
18:38
Update to latest client and sx ... (check-in: 20e659bb31 user: stern tags: trunk)
2024-02-02
16:02
Fix: use zs-client in trunk version ... (check-in: ca2c0db83f user: stern tags: trunk)
15:05
Update dependency goldmark v1.7.0 ... (check-in: d70d7522e4 user: stern tags: trunk)
15:01
Adapt to sx changes: string-append -> concat; introduction of sx.ListBuilder ... (check-in: e4149c205e user: stern tags: trunk)
2024-01-28
17:37
Adapt to sx changes ... (check-in: 77af078867 user: t73fde tags: trunk)
2024-01-23
11:06
sz encoding: remove explicit BLOCK symbol in REGION-* ... (check-in: c49181b922 user: stern tags: trunk)
2024-01-22
14:12
Remove unneeded INLINE symbols in Sz encoding ... (check-in: 09bbcc7e52 user: stern tags: trunk)
12:56
Use correct client version ... (check-in: 424d405e89 user: stern tags: trunk)
12:50
Refactor Sz encoding wrt inline slices ... (check-in: ea81e69447 user: stern tags: trunk)
11:29
Make sz encoding of end notes simpler ... (check-in: bc7f60d7f4 user: stern tags: trunk)
11:01
Sz encoding: remove helper symbols quote/list ... (check-in: 5e7537bbc4 user: stern tags: trunk)
09:14
Change sz reference encoding ... (check-in: 330e05c116 user: stern tags: trunk)
2024-01-18
08:36
Adapt to sx changes (4/?) ... (check-in: ce4064348d user: stern tags: trunk)
2024-01-11
18:15
Move constant ast.QueryPrefix to zettelstore-client ... (check-in: 620abb3c37 user: stern tags: trunk)
17:04
Move package "input" to zettelstore-client ... (check-in: 57dfe9c44c user: stern tags: trunk)
2024-01-10
14:37
Fix missing syntax value when created via API ... (check-in: 9838cf2d5b user: stern tags: trunk)
2024-01-09
11:41
Update to latest golang.org/x/crypto ... (check-in: 313d5f52c7 user: stern tags: trunk)
11:40
Update to latest sx ... (check-in: 3615e4d466 user: stern tags: trunk)
2024-01-08
08:51
Adapt to sx changes (3/?) ... (check-in: 461952435d user: stern tags: trunk)
2024-01-06
19:08
Adapt to sx changes (2/?) ... (check-in: d772f6be28 user: stern tags: trunk)
18:58
Adapt to latest sx ... (check-in: 97afeb8e40 user: stern tags: trunk)
2024-01-05
16:26
Adapt to latest sx changes ... (check-in: a35c654174 user: stern tags: trunk)
12:45
Update to latest golang.org/x/term ... (check-in: d85901e70e user: stern tags: trunk)
2024-01-03
20:53
Adapt to sx changes (removal of sxeval.Engine) ... (check-in: 2aa7bad033 user: t73fde tags: trunk)
2024-01-01
20:45
Adapt to sx changes (make Symbol a non-struct; remove SymbolFactory) ... (check-in: 39e5d1bfe4 user: t73fde tags: trunk)
2023-12-31
15:00
Adapt to sx changes ... (check-in: e3f51d635b user: t73fde tags: trunk)
2023-12-28
20:42
WebUI: show list controls only when query list is non-empty ... (check-in: 85f1aba976 user: t73fde tags: trunk)
20:07
Refactor sx symbol binding for webui ... (check-in: efa512114c user: t73fde tags: trunk)
17:13
Add action "Zettel" to role zettel, which lists all zettel with the given role ... (check-in: 750cf93db6 user: t73fde tags: trunk)
17:05
Merge fix from v0.16.1 ... (check-in: 4c6aa26df6 user: t73fde tags: trunk)
16:48
Version 0.16.1 ... (Leaf check-in: 900b273924 user: t73fde tags: release, v0.16.1, release-0.16)
16:41
Fix sxn code that removed role-based customization, esp. for an additional action if role is "tag" ... (check-in: e721174596 user: t73fde tags: release-0.16)
2023-12-22
16:03
Fix HTML rendering of blockquotes ... (check-in: d47cb48e45 user: stern tags: trunk)
15:38
WebUI: make form more accessible ... (check-in: 9231aa88b8 user: stern tags: trunk)
15:37
Tool htmllint: be tolerant for some standard compliant HTML code where tidy produces an error / a warning. Esp. search tag und some inputmode values. ... (check-in: 03b86dd035 user: stern tags: trunk)
2023-12-20
16:19
Update fossil setting ... (check-in: 9d41824802 user: stern tags: trunk)
2023-12-19
11:45
Update to changed golang dependencies ... (check-in: 993afba266 user: stern tags: trunk)
2023-12-18
17:45
Add development documentation for command line development tools ... (check-in: 39fd41789c user: stern tags: trunk)
16:54
First final version of development tool htmltidy ... (check-in: 702ec3dd2f user: stern tags: trunk)
11:03
Add "deadcode" to the development tools ... (check-in: c3ea663ade user: stern tags: trunk)
10:38
Remove some unreachable functions ... (check-in: 4b567b90d5 user: stern tags: trunk)
2023-12-14
09:42
Add very draft versionh of tool "htmllint" ... (check-in: 78a54b361d user: stern tags: trunk)
2023-12-13
18:49
Separate commands for tools to manage development ... (check-in: 211b610de3 user: stern tags: trunk)
17:42
Undo last commit: move all build commands in one file ... (check-in: b76e5a06d1 user: stern tags: trunk)
2023-12-12
12:03
Refactor build/dev tool into more source files ... (check-in: a5c59c264d user: stern tags: trunk)
2023-12-11
08:52
WebUI: show only tag/role zettel is they were searched actively, not that a tag/role should be missing ... (check-in: a00342b152 user: stern tags: trunk)
2023-12-08
14:11
Update to new ZS client ... (check-in: b7666016ef user: stern tags: trunk)
2023-12-01
13:29
Cleanup changes file: tt tag to code tag ... (check-in: 93010b5f17 user: stern tags: trunk)
13:02
Fix some omissions in the manual ... (check-in: 9804546d28 user: stern tags: trunk)
2023-11-30
18:10
Increase version to 0.17.0-dev to begin next development cycle ... (check-in: 9d654c5606 user: stern tags: trunk)
16:08
Version 0.16.0 ... (check-in: a5afffaf5f user: stern tags: trunk, release, v0.16.0)