| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- added fix_test.patch to fix build fail due to test TestFormatDateHelperElapsedYear
- Update to version 0.14.1 * Fixed parsing large notes @khimaros in #339 * fix day range parsing (#382) by @tjex in #384 * accept tripple dash file URIs as valid links by @tjex in #391 * fix(lsp): fix trigger completion of zk LSP by @Rahlir in #397 * fix(lsp): ignore diagnostic check within code blocks by @Rahlir in #399 * allow notebook as hidden dir by @tjex in #402 * documentation fixes - project has moved to its own github org - unit tests run on build
- Replace vendor.tar.zstd with vendor.tar.zst
- Set correct version in main.go.
- Update to version 0.14.0:
* Added
+ New tool.shell configuration key to set a custom shell (contributed by @lsvmello).
+ New notebook.dir configuration key to set the default notebook (contributed by @lsvmello).
* Changed
+ The note.ignore configuration property was renamed to note.exclude, to be more consistent with the CLI flags.
* Fixed
+ Fixed LSP positions using UTF-16 offsets (contributed by @wrvsrx).
- Update to version 0.13.0: * zk.new now returns the created note's content in its output (content), and has two new options: * dryRun will prevent zk.new from creating the note on the file system. * insertContentAtLocation can be used to insert the created note's content into an arbitrary location. * A new zk.link command to insert a link to a given note
- Fix specfile. * Remove usage of golang-packaging macros. Buggy - Reset to latest shipped c_compiler.
- Set gcc less than version 12. - Requires fzf.
- add -tags "fts5" for build and install.
- Add more docs. - Recommend fzf since it uses fzf on some commands.
- Initial spec for zk 0.12.0