* Find notes with missing backlinks using zk list --missing-backlink
* LSP diagnostic for missing backlinks when other notes link to current note
without reciprocal links
* Code action to add missing backlinks
* LSP diagnostic for self-referential links
* Release tarballs now output the program version
* Config path can be set with $ZK_CONFIG_DIR
* bump deps: golang.org/x/crypto v0.45.0 fixes CVE-2025-58181
OBS-URL: https://build.opensuse.org/package/show/utilities/zk?expand=0&rev=37
119 lines
4.9 KiB
Plaintext
119 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sun Dec 21 15:05:38 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 0.15.2
|
|
* Find notes with missing backlinks using zk list --missing-backlink
|
|
* LSP diagnostic for missing backlinks when other notes link to current note
|
|
without reciprocal links
|
|
* Code action to add missing backlinks
|
|
* LSP diagnostic for self-referential links
|
|
* Release tarballs now output the program version
|
|
* Config path can be set with $ZK_CONFIG_DIR
|
|
* bump deps: golang.org/x/crypto v0.45.0 fixes CVE-2025-58181
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 20 09:08:47 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 0.15.0
|
|
* fixed LSP crashes when editing code fences and/or working in text files
|
|
with code fences
|
|
* new feature to set a group path "by name", in that any directory with the
|
|
same name can share the same group rules, no matter how deep in the
|
|
notebook. See references below.
|
|
|
|
- added _service file to help vendor dependencies
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 22 15:24:08 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- Update to version 0.14.2
|
|
* Path in .zk/config.toml for the default note template now accepts
|
|
UNIX "~/paths"
|
|
* Find notes without tags with zk list --tagless
|
|
* fix: LSP ignores magnet links as links to notes
|
|
* fix: Note titles with double quoted words no longer break json output
|
|
* fix: Grammar in error output
|
|
* fix: Group rules could not be nested
|
|
|
|
- dropped fix_test.patch as already included in upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Nov 24 19:36:45 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- added fix_test.patch to fix build fail due to test TestFormatDateHelperElapsedYear
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 27 06:20:12 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 19 07:29:38 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
|
|
|
|
- Replace vendor.tar.zstd with vendor.tar.zst
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 12 07:23:52 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Set correct version in main.go.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 10 15:10:11 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
|
|
|
- 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).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 13 11:57:07 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 5 06:30:37 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Fix specfile.
|
|
* Remove usage of golang-packaging macros. Buggy
|
|
- Reset to latest shipped c_compiler.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 31 16:05:29 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Set gcc less than version 12.
|
|
- Requires fzf.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 31 06:15:12 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- add -tags "fts5" for build and install.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 23 13:14:31 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Add more docs.
|
|
- Recommend fzf since it uses fzf on some commands.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 4 14:12:16 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
- Initial spec for zk 0.12.0
|