Releases: FPurchess/blank
Releases · FPurchess/blank
Blank v1.2.0
✨ Features
- 📻 add support to open files via CLI (
$ blank <filepath>
)
🐛 💄 Fixes & Improvements
- fix: correct filesystem permissions to handle files in leading dot dirs as well
- add vitest setup and refactor tests
See the assets to download this version and install.
Blank v1.1.0
✨ Features
- ⌨️ add editor configurations to support custom keyboard bindings
🔧 Technical Improvements
- migrate to Tauri 2
- switch from
yarn
tobun
See the assets to download this version and install.
Blank v0.2.0
✨ Features
- add welcome message with sample showcase for new users
- add autocompletion for common layout tasks (headings, bullet lists) and ASCII-characters
- add support for blockquotes, code-blocks, images and links (
prosemirror-markdown
)
🐛 💄 Fixes & Improvements
- map increasing / decreasing indentation to
TAB / Shift + TAB
- restore word/char counter upon program start
Special thanks to @marijnh for the quick fix of marijnh/w3c-keyname#13
See the assets to download this version and install.
Blank v0.1.3
CHANGELOG:
- 💌 use
pdfmake
instead ofwkhtmltopdf
to fix #1 - 💄 tweak typography & font (
DejaVu Sans
) - 🐛 fix windows builds
See the assets to download this version and install.
Blank v0.1.2
CHANGELOG:
- 🌞 🌒 persist theme-selection
- 💾 restore document-state upon start
See the assets to download this version and install.
v0.1.1
CHANGELOG:
- add system notifications
- add line breaks (Key binding: Mod + Enter / Shift + Enter)
- add horizontal line (Key binding: Mod + h)
- add eslint / prettier
- add test suite (vitest)
See the assets to download this version and install.
v0.1.0
🎉 initial release 🎉
See the assets to download this version and install.