Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
90 ancestors of v0.17.0 back 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-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) | |