I'm happy to announce a new Dataans release 😶🌫️.
TL;DR
The most important changes are the following: migrated to SQLite, migrated to Tauri 2.0, refactored code structure and added proper error handling, fixed a bunch of bugs, and improved app style.
- Improvements:
TextArea
focus on load #56
- Minimal CI + workspace dependencies #57
- More configuration options #58
- Add issue templates (1 and 2)
- App autostart #59
- Json + Md data export #62
- Fixes:
- Open links in default browser #44
- Fix log level preventing reveal and open operations #45
- Re-activate the window close button #48
- Focus app window on its reopening #49
- Fix incorrect key bindings behavior #51
- Fix
CodeBlock
component width #55
- Fix notes width #60
- Refactoring:
- Small docs refactoring #40
- Migrate to Tauri v2 #52
- Refactor: use SQLite instead of PoloDB for local DB #65 + Run
sqlx
tests on CI #66
- Small style improvements #67
- Refactor: error handling #68
- Refactor: error handling on frontend #69