Zettelstore

Timeline
Login

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

76 ancestors of version-0.0.11 back to version-0.0.10

2021-04-05
12:18
Version 0.0.11 ... (check-in: 6db9ad537f user: stern tags: trunk, release, version-0.0.11)
2021-04-03
17:31
Include license file and readme into zip-file for released software ... (check-in: ca6e7ae6d7 user: stern tags: trunk)
14:35
Set home zettel of manual to "no-index: true" ... (check-in: 8f6af3b88d user: stern tags: trunk)
14:23
Exclude a zettel from being indexed if it contains the metadata "no-index: true" ... (check-in: 62bff0bdcc user: stern tags: trunk)
13:37
Update dependency to golang.org/x/text@0.3.6 ... (check-in: 1bc9bbf264 user: stern tags: trunk)
2021-03-31
14:10
WebUI: set referrer policy to "no-referrer" ... (check-in: 6b884718c8 user: stern tags: trunk)
2021-03-29
17:38
Fix: render content of footnotes in metadata as endnote in zettel and info web-view. ... (check-in: 2d202190fe user: stern tags: trunk)
11:41
Allow filtering for tags by comparing the prefix only. Still, exact matches are the default. ... (check-in: 969548887f user: stern tags: trunk)
10:33
Log stack trace when goroutine is recovered ... (check-in: 90a7c55031 user: stern tags: trunk)
10:18
Store words of one zettel as a slice (instead as a map). This will lower memory requirements, because the slice has much lower overhead than a map. ... (check-in: 3dfbe392aa user: stern tags: trunk)
09:25
Fix: some typos in the manual ... (check-in: b25ba5eab3 user: stern tags: trunk)
2021-03-27
19:05
Initial implementation of full-text search. Deleted words, because of a zettel edit or a zettel removal, are now removed from the internal index. ... (check-in: 350fbdc4b2 user: stern tags: trunk)
18:00
Removed two unused functions ... (check-in: cac32fa0b9 user: stern tags: trunk)
2021-03-25
18:52
Initial implementation of full-text indexer and search.

Note: removal of a word is currently *not* tracked in the index. This has still to be implemented. This commit is just about testing the implementation. ... (check-in: 9f9c93c91e user: stern tags: trunk)

18:12
Refactor: search.CompileMatch ... (check-in: 059f17c759 user: stern tags: trunk)
2021-03-23
17:31
Add internal methods id.Set.Intersect & id.Slice.Equal ... (check-in: b73ce5dcf7 user: stern tags: trunk)
2021-03-22
13:20
Refactor: merge place.Filter/Sorter into Search ... (check-in: 638d382d9f user: stern tags: trunk)
09:48
Refactor: search.Filter provide a CompileMatch method, instead of an interpreting Match method. ... (check-in: e90fa13094 user: stern tags: trunk)
09:34
Refactor: forgot to add two file before last commit 0e23ec0436. Do not use that commit. ... (check-in: 017b2176e3 user: stern tags: trunk)
09:32
Refactor: move public search models into own files ... (check-in: 0e23ec0436 user: stern tags: trunk)
09:22
Upgrade dependency yuin/goldmark from 1.3.2 to 1.3.3 ... (check-in: da2da467ec user: stern tags: trunk)
2021-03-19
20:49
Fix: missing doc string ... (check-in: 9d67d70a2a user: stern tags: trunk)
20:49
Fix: build always outputs messages from golint, because golint returns with exit code == 0 even if some problems were found. ... (check-in: c686f0cbd0 user: stern tags: trunk)
20:44
Refactor: introduce own package for place change: place/change ... (check-in: 0209264a32 user: stern tags: trunk)
19:40
Fix: wrong parameter in regression test ... (check-in: 3add04f34c user: stern tags: trunk)
2021-03-17
18:50
Refactor: ManagedPlace receives now a match function in SelectMeta ... (check-in: abad973e89 user: stern tags: trunk)
18:41
Refactor places into ManagedPlace, (Public)Place with different SelectMeta methods. ... (check-in: 9ba0d67e49 user: stern tags: trunk)
2021-03-15
18:49
Refactor ast.ZettelNode ... (check-in: 760b35d528 user: stern tags: trunk)
15:09
Fix: text encoder will only emit text, even for title with zettelmarkup ... (check-in: 900b03551b user: stern tags: trunk)
14:44
Fix: native format encodes title not just a a string any more ... (check-in: f89b5d2fb7 user: stern tags: trunk)
14:20
Remove some atomic increments because of alignment problems on some platforms ... (check-in: 40a3868314 user: stern tags: trunk)
14:03
Fix: index all metadata, even title, role, tags, and syntax ... (check-in: a81f0e6569 user: stern tags: trunk)
13:55
Do not render HTML code with nested links ... (check-in: a24f40b951 user: stern tags: trunk)
12:46
Index: parse Zettelmarkup metadata before indexing it ... (check-in: 8ef7c7729e user: stern tags: trunk)
10:51
Fix: do not enrich metadata, when metadata/zettel can be found but cannot be read ... (check-in: a5766b92d1 user: stern tags: trunk)
10:29
Build: add support for staticcheck (and fix some minor problem found by using it) ... (check-in: b1a5cf35c7 user: stern tags: trunk)
10:18
Remove possible nil pointer panic ... (check-in: 5810c15964 user: stern tags: trunk)
10:15
Remove some unused test code ... (check-in: 5169365064 user: stern tags: trunk)
10:13
Refactor: remove usage of deprected package golang.org/x/crypto/ssh/terminal by using golang.org/x/term ... (check-in: 3ed3a34d0a user: stern tags: trunk)
10:08
Refactor index.Selector interface ... (check-in: 8f1ced8108 user: stern tags: trunk)
2021-03-12
21:55
Refactor: replace sync.Lock with atomic.AddUInt64 ... (check-in: 12ef815ec0 user: stern tags: trunk)
2021-03-11
18:38
API,WebUI: remove tags as an input for zettel contexts ... (check-in: fe531d6259 user: stern tags: trunk)
2021-03-10
16:53
Move place.Filter/place.Sorter into new package 'search' ... (check-in: cd237eb13d user: stern tags: trunk)
16:41
Refactor: place.Filter ... (check-in: 772b53a96b user: stern tags: trunk)
15:46
Add initial support for "index.Selector" interface ... (check-in: 073278244c user: stern tags: trunk)
11:28
Search: collect all words and transfer them to the store ... (check-in: 97e60dc5ae user: stern tags: trunk)
11:07
Refactor: remove some code smells ... (check-in: 28c1c7f226 user: stern tags: trunk)
10:19
Bump golang.org/x/text from 0.3.0 to 0.3.5 ... (check-in: c567f50f4f user: stern tags: trunk)
2021-03-09
19:01
Search: initial implementation of word normalizer and word collector. Collected words are currently not processed further. ... (check-in: 4826e9ddd8 user: stern tags: trunk)
18:14
Start small experiment with GitHubs dependabot.

The best of two worlds: fossil for easy usage, GitHub for external analysis. BTW, the mirror process overwrites any changes not done in fossil. So be aware of this ;). ... (check-in: a6055f02d7 user: stern tags: trunk)

2021-03-08
18:01
Refactor: create an own zettel data collector for the indexer. It is a little bit more special than the current in package "collect". ... (check-in: 9a39be6241 user: stern tags: trunk)
17:39
FIX: remove race condition in indexer when enriching zettel metadata ... (check-in: cdb900779a user: stern tags: trunk)
16:13
Refactor: replace encoder.Option with encoder.Environment ... (check-in: 4fa6b15997 user: stern tags: trunk)
2021-03-06
21:31
Refactor: remove some code smells ... (check-in: 7eb9d0b965 user: stern tags: trunk)
20:46
API,WebUI: when filtering, allow to specify that metadata key must or must not be present. ... (check-in: def248150d user: stern tags: trunk)
19:09
Refactor: make place.Filter more OO-like, part 2 ... (check-in: 37b91d83fb user: stern tags: trunk)
2021-03-05
18:55
Refactor: make place.Filter and place.Sorter more OO-like to reduce the number of public visible functions / names. ... (check-in: 7cff0d116e user: stern tags: trunk)
18:21
API,WebUI: add support for negate matching of individual values when filter a list of zettel ... (check-in: 5d96267b5f user: stern tags: trunk)
13:40
WebUI: rename "Links to this zettel" into "Additional links to this zettel" ... (check-in: 331c8670ca user: stern tags: trunk)
13:32
WebUI: menu bar is shown when displaying error messages. ... (check-in: 0c8ddb2a54 user: stern tags: trunk)
2021-03-04
18:47
Refactor: remove some code smells ... (check-in: 6645317803 user: stern tags: trunk)
2021-03-03
18:41
Refactor: remove some code smells ... (check-in: c1ff19c164 user: stern tags: trunk)
15:23
Server: Runtime Values -> Runtime Metrics.

Make use of runtime/metrics instead of runtime.GetMemStats (and runtime/debug.ReadGCStats). ... (check-in: 632912699e user: stern tags: trunk)

14:53
Manual: change example zid for toc API call ... (check-in: 00d05e1769 user: stern tags: trunk)
2021-03-02
18:53
Refactor: remove some code smells ... (check-in: e7d042b43e user: stern tags: trunk)
2021-03-01
19:06
New place type "file" which allows to read zettel from a ZIP file ... (check-in: c2997ba5aa user: stern tags: trunk)
13:47
Add build command "manual". It is also part of making a release. ... (check-in: c1401928f0 user: stern tags: trunk)
2021-02-27
18:31
FIX: show all tags after restricting tag list ... (check-in: 5f07168a72 user: stern tags: trunk)
18:20
FIX: URL for minimum number of tags usage in tag list ... (check-in: 3b840932b2 user: stern tags: trunk)
18:10
Doc: copy 1st section of home page in README.md, so that GitHub user will have something to read ... (check-in: e221bc9d98 user: stern tags: trunk)
2021-02-26
19:30
Refactor: remove some code smells ... (check-in: b025435db8 user: stern tags: trunk)
15:01
Refactor: merge constdata.go into constplace.go ... (check-in: e58722448b user: stern tags: trunk)
14:53
Refactor: data for constplace is now stored in external embedded files ... (check-in: 4aeeed2902 user: stern tags: trunk)
14:14
Cleanup: main function ... (check-in: 4cf769ff74 user: stern tags: trunk)
14:05
Refactor: remove usage of deprecated Go package "ioutil"

(Plus a small bug fix ;)) ... (check-in: 74d10e7f8d user: stern tags: trunk)

11:53
Increase version to 0.0.11-dev to begin next development cycle ... (check-in: d69e61d8eb user: stern tags: trunk)
11:14
Version 0.0.10 ... (check-in: 5d9e4fc19e user: stern tags: trunk, release, version-0.0.10)