Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Releases: sthesing/Zettels

Final Alpha – Reimplementation notice

04 Jun 14:29
Compare
Choose a tag to compare
Pre-release

This implementation of Zettels is no longer actively developed. Instead, I
chose to reimplement Zettels from scratch in Rust.

While doing so, I added a lot of features and separated the command line
interface from the backend, which is now a library called libzettels,
sporting an API that can be used to easily build other user interfaces.

Check the reimplementation out:

1. Zettels - Command line tool

2. Libzettels - Backend

v0.6.0

28 Jul 13:33
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

[0.6.0]

Changed

  • Adjusted ignore settings in default settings file to ignore hidden
    directories, too.
  • Properly handling pandoc's specs for YAML metadata, now. Metadata block now
    may also end with '---'.
  • Reimplemented function to find updated files. Should be much faster now,
    when dealing with a large number of Zettels. Depending on UNIX tool find
    now, tested against GNU find.

Fixed

  • With every run of zettels, the index was built from scratch. Now it only
    updates it if files in the Zettelkasten directory have changed.

v0.5.0

09 Jun 11:27
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

[0.5.0] - 2017-06-09

Added

  • This change log

Changed

  • dropped the query (or q) subcommand. So what used to be zettels q is
    now just zettels.
  • renamed the -t (or --targets) flag to -l (or --links)
  • First column of the default pretty output format is now 40 spaces wide

Fixed

  • Issue with external links inside the markdown files (#9)

v0.3.0

31 May 15:04
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

New features:

  • Added an 'ignore' setting - .gitignore style patterns to be ignored by the zettel parser.
  • More output format options

v0.1.1

29 May 15:37
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Bugfixes