Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
73 check-ins going from v0.17.0 to v0.16.0
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-11-30
| ||
16:08 | Version 0.16.0 ... (check-in: a5afffaf5f user: stern tags: trunk, release, v0.16.0) | |