Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
89 check-ins going from v0.11.0 to trunk
2023-09-25
| ||
14:57 | Add constant for HTTP query key "tag" ... (Leaf check-in: 5971389287 user: stern tags: trunk) | |
2023-09-15
| ||
17:44 | Fix typo ... (check-in: f535d4cb15 user: stern tags: trunk) | |
17:37 | Update sx dependency ... (check-in: 6ca380ebb5 user: stern tags: trunk) | |
13:59 | Adapt to sx changes: mostly MakeString -> String ... (check-in: d9def91374 user: stern tags: trunk) | |
2023-09-11
| ||
19:33 | Adapt to sx removal of boolean data type ... (check-in: a7d840b1e4 user: stern tags: trunk) | |
2023-08-30
| ||
17:52 | Update to latest sx ... (check-in: 074241f97f user: stern tags: trunk) | |
2023-08-29
| ||
20:38 | Add role conastant tag ... (check-in: 7007b21dd7 user: stern tags: trunk) | |
2023-08-28
| ||
20:59 | Adapt to latest sx changes ... (check-in: f94c80b535 user: stern tags: trunk) | |
2023-08-27
| ||
20:57 | Update to sx; remove support for css-role-map zettel ... (check-in: 8a3198ef96 user: stern tags: trunk) | |
11:18 | Update to latest sx ... (check-in: b88805af6d user: stern tags: trunk) | |
2023-08-24
| ||
23:27 | Update to latest sx ... (check-in: bdc852e018 user: stern tags: trunk) | |
14:04 | Add one Sxn code zettel identifier, modify another one ... (check-in: fc83d5fa00 user: stern tags: trunk) | |
13:42 | Update to latest sx ... (check-in: 8784e3208c user: stern tags: trunk) | |
2023-08-23
| ||
21:44 | Upgrade to latest sx ... (check-in: 7f4464af31 user: stern tags: trunk) | |
2023-08-20
| ||
19:36 | Update to latest sx ... (check-in: 897d49b609 user: stern tags: trunk) | |
2023-08-19
| ||
16:06 | Update to latest sx ... (check-in: c3e4f6b9a0 user: stern tags: trunk) | |
2023-08-18
| ||
18:56 | Update to latest sx ... (check-in: e927739535 user: stern tags: trunk) | |
2023-08-08
| ||
16:35 | Update go.mod to go1.21 ... (check-in: c5ff49f692 user: stern tags: trunk) | |
2023-08-07
| ||
15:17 | Remove support for JSON encoding ... (check-in: 0628873da8 user: stern tags: trunk) | |
13:44 | Version 0.13.0 ... (check-in: 92d8dd7df8 user: stern tags: trunk, release, v0.13.0) | |
10:22 | client: use sx for creating/updating zettel ... (check-in: 4ce083f28b user: stern tags: trunk) | |
09:28 | Refactor zettel encoding/parsing code into package sexp ... (check-in: 751bf5b312 user: stern tags: trunk) | |
2023-08-06
| ||
15:01 | Replace client.GetMetaJSON with client.GetMetaData ... (check-in: 242f7f1e3b user: stern tags: trunk) | |
2023-08-04
| ||
12:39 | Fix: do not import from zettelstore.de/z ... (check-in: 415d591773 user: stern tags: trunk) | |
12:34 | Replace client.ListZettelJSON with client.QueryZettelData ... (check-in: d8ec0f6123 user: stern tags: trunk) | |
09:05 | Add client.QueryAggregate ... (check-in: f4945b6124 user: stern tags: trunk) | |
2023-08-01
| ||
16:50 | Cleanup client functions ... (check-in: 11353c1c56 user: stern tags: trunk) | |
2023-07-31
| ||
14:00 | Remove client call to retrieve unlinked references. It is now part of query. ... (check-in: 3fcdfb72d5 user: stern tags: trunk) | |
11:07 | Add two constants for query directive: UNLINKED, PHRASE ... (check-in: 0425d64cf0 user: stern tags: trunk) | |
2023-07-28
| ||
17:02 | Add remove JSON structs, there are still needed ... (check-in: c2eead0897 user: stern tags: trunk) | |
16:52 | Remove client.GetZettelOrder ... (check-in: 96761dfcc6 user: stern tags: trunk) | |
16:51 | Fix urlbuilder.AppendQuery for empty query ... (check-in: fa60255526 user: stern tags: trunk) | |
16:50 | Remove unneeded JSON structs ... (check-in: 2aef13bf88 user: stern tags: trunk) | |
10:22 | Rename package sx -> sexp and sexp.ParseObject -> sexp.ParseList ... (check-in: c7ecc075f8 user: stern tags: trunk) | |
08:34 | Adapt to changes from sx refactoring ... (check-in: 15cd856cb4 user: stern tags: trunk) | |
2023-07-26
| ||
12:26 | Transform to Fossil repo, no Git any more ... (check-in: 5642a1532f user: stern tags: trunk) | |
11:09 | Adapt to new sxpf/sxhtml (-> sx) repository ... (check-in: 5ec6c91831 user: stern tags: trunk) | |
2023-07-24
| ||
12:43 | Add IDENT constant (query directive) ... (check-in: 5f4fa7c5c3 user: stern tags: trunk) | |
2023-07-20
| ||
06:29 | Add constant for "items" query directive ... (check-in: 9c18193255 user: stern tags: trunk) | |
2023-07-11
| ||
13:30 | Fix some errors in call to sx.ParseObject ... (check-in: 0f8c7f6f9b user: stern tags: trunk) | |
13:19 | Adaptto changes in sxpf (cell -> pair) ... (check-in: 2cdc76baf8 user: stern tags: trunk) | |
2023-07-04
| ||
13:53 | Add 'folge-role' as supported metadata key ... (check-in: 072fd44b02 user: stern tags: trunk) | |
2023-07-03
| ||
10:27 | Refactor client API names to make use of 'Data', instead of 'JSON' ... (check-in: c5ec2d84c1 user: stern tags: trunk) | |
10:21 | client.GetZettelData now returns the data itself, not a pointer to the data ... (check-in: ac88e86323 user: stern tags: trunk) | |
10:14 | Refactor client.authRequest to make use of sx.ParseObject ... (check-in: ddb883ca1e user: stern tags: trunk) | |
10:04 | Migrate client.GetZettelJSON -> client.GetZettelData ... (check-in: 155b0323ca user: stern tags: trunk) | |
2023-07-01
| ||
14:12 | Client: get version is changed to sxpf ... (check-in: a614be36ac user: stern tags: trunk) | |
2023-06-30
| ||
18:12 | Adapt change from sxpf ... (check-in: 76f29d7d27 user: stern tags: trunk) | |
18:11 | Add package sx for helper to work with sxpf data ... (check-in: 1bb202cfb8 user: stern tags: trunk) | |
10:43 | Adapt to changes from sxpf ... (check-in: 56044f8dbb user: stern tags: trunk) | |
2023-06-19
| ||
12:42 | Add constant for sxn webui zettel code ... (check-in: 896bbbea1d user: stern tags: trunk) | |
2023-06-12
| ||
16:41 | Yet another typo in search operator constants. Hopefully, the very last for today. ... (check-in: 798233e170 user: stern tags: trunk) | |
11:28 | Fix some wrong search operator strings ... (check-in: e76687816d user: stern tags: trunk) | |
11:15 | Forgot two constants :-/ ... (check-in: 371c1cb7c0 user: stern tags: trunk) | |
11:08 | Add some query/search constants ... (check-in: f221d7fd05 user: stern tags: trunk) | |
2023-06-10
| ||
13:58 | Changed search prefix/suffix operator to '[' and ']' ... (check-in: 4167fad02e user: stern tags: trunk) | |
2023-06-09
| ||
18:27 | Adapt to changes from sxpf, sxhtml ... (check-in: d4495822ed user: stern tags: trunk) | |
13:26 | Update to latest sxpf ... (check-in: 6359878230 user: stern tags: trunk) | |
2023-06-08
| ||
12:11 | Adapt to sxpf changes ... (check-in: 96d5a92d2b user: stern tags: trunk) | |
2023-06-05
| ||
10:33 | Version 0.12.0 ... (check-in: df0c1e328b user: stern tags: trunk, release, v0.12.0) | |
2023-06-03
| ||
14:37 | Remove unneeded code from URLBuilder ... (check-in: 902f6ff11c user: stern tags: trunk) | |
13:11 | Fix: sz zmk name is also a symbol, not a string ... (check-in: 5b2da73da6 user: stern tags: trunk) | |
2023-05-31
| ||
18:24 | Adapt to latest sxpf ... (check-in: 8bc369e68f user: stern tags: trunk) | |
2023-05-29
| ||
21:19 | Remove reference to mustache; update to newest sxhtml ... (check-in: 0a344897c6 user: stern tags: trunk) | |
2023-05-24
| ||
18:39 | Update to latest sxpf ... (check-in: d929a2bc57 user: stern tags: trunk) | |
2023-05-22
| ||
16:39 | Adapt to sxpf ... (check-in: 587c1eee26 user: stern tags: trunk) | |
2023-05-15
| ||
16:52 | Adapt to latest sxpf ... (check-in: 48b3da8ea7 user: stern tags: trunk) | |
16:42 | Adapt to latest sxpf ... (check-in: 26d6760dd8 user: stern tags: trunk) | |
2023-05-12
| ||
13:04 | Adapt to latest sxpf ... (check-in: f38a4e0f43 user: stern tags: trunk) | |
2023-05-11
| ||
15:42 | Adapt to new sxpf ... (check-in: e515c8e6d2 user: stern tags: trunk) | |
2023-05-09
| ||
09:58 | Adapt to latest sxpf ... (check-in: 13a9d0bfab user: stern tags: trunk) | |
2023-05-08
| ||
16:55 | Update to latest sxpf ... (check-in: 5fd04b6d2a user: stern tags: trunk) | |
2023-05-05
| ||
14:41 | Adapt to sxpf/sxhtml changes ... (check-in: 10a615df2a user: stern tags: trunk) | |
2023-05-04
| ||
16:34 | Adapt to changed sxpf interfaces ... (check-in: 17a41da83c user: stern tags: trunk) | |
2023-04-25
| ||
16:42 | Fix error in detecting sz metadata ... (check-in: 3df15cb06d user: stern tags: trunk) | |
2023-04-24
| ||
10:25 | Update to latest sxpf ... (check-in: c214d3faba user: stern tags: trunk) | |
2023-04-21
| ||
16:25 | Add syntax value constant "sxn" (Symbolic eXpressioN) ... (check-in: 4dab9e2330 user: stern tags: trunk) | |
16:04 | Rename "sexpr" to "sz" ... (check-in: 9007f4eeae user: stern tags: trunk) | |
13:53 | Add metadata keys subordinates and superior ... (check-in: 61befea378 user: stern tags: trunk) | |
2023-04-19
| ||
16:28 | Add search operator "=" ... (check-in: e2d9e3ddc9 user: stern tags: trunk) | |
2023-04-17
| ||
11:29 | Update to latest Sxpf ... (check-in: b90d9de8f2 user: stern tags: trunk) | |
2023-04-11
| ||
17:16 | Adapt Auth to Sexpr (from JSON) ... (check-in: 8c596d314f user: stern tags: trunk) | |
2023-04-07
| ||
11:11 | Refactor client data for zettel context (mostly: delete it) ... (check-in: 96aa1a43c6 user: stern tags: trunk) | |
2023-04-05
| ||
09:59 | Sexpr: metadata key is now a symbol, not a string (w/ poss. containing white space) anymore ... (check-in: dfba45804e user: stern tags: trunk) | |
2023-04-04
| ||
16:43 | Update to latest sxpf ... (check-in: 6d08b164b8 user: stern tags: trunk) | |
2023-04-03
| ||
11:12 | change LIST -> list as symbol in sexpr's ... (check-in: 414902a68d user: stern tags: trunk) | |
2023-04-02
| ||
16:51 | Add constants for "data" encoding ... (check-in: eb2a102c34 user: stern tags: trunk) | |
16:14 | Add metadata key 'expire' ... (check-in: e11f223228 user: stern tags: trunk) | |
2023-03-27
| ||
14:37 | Version 0.11.0 ... (check-in: 331cad470c user: stern tags: trunk, release, v0.11.0) | |