Releases: Trangar/zettelkasten
Releases · Trangar/zettelkasten
0.1.1
Fixed some minor issues
What's Changed
- Fixed an issue where
users.last_visited_zettel
would not be updated by @VictorKoenders in #16 - Clear the terminal on successful exit by @VictorKoenders in #17
- Fixed an issue where following
sys:config
would no longer work by @VictorKoenders in #20 - Released 0.1.1 by @VictorKoenders in #21
Full Changelog: 0.1.0...0.1.1
V0.1.0
This is the first release. The binaries available are in the configuration runtime-async-std
, data-sqlite
and front-terminal
.
By default your database will be configured at:
- Linux:
$XDG_DATA_HOME/zettelkasten
or$HOME/.local/share/zettelkasten/
- Windows:
C:/Users/<user>/AppData/Roaming/zettelkasten
This can be overwritten by defining the following environment variables:
DATABASE_URL
ZETTELKASTEN_DATABASE_URL
Note that zettelkasten will respect a .env
file in the folder you are in.
What's Changed
- Prototype terminal frontend and sqlite backend by @VictorKoenders in #3
- Added CI by @VictorKoenders in #5
- Bump actions/checkout from 2 to 3 by @dependabot in #7
- Terminal zettel rendering by @VictorKoenders in #6
- Working config editor by @VictorKoenders in #9
- Vko/page editing by @VictorKoenders in #8
- Implemented search by @VictorKoenders in #10
- Fixed an issue where data-sqlite would not show results matching the zettel path by @VictorKoenders in #11
- Removed zettel::title in data-sqlite by @VictorKoenders in #12
- List all zettels by @VictorKoenders in #13
- Prepared release for 0.1.0 by @VictorKoenders in #14
New Contributors
- @VictorKoenders made their first contribution in #3
- @dependabot made their first contribution in #7
Full Changelog: https://github.com/Trangar/zettelkasten/commits/0.1.0