Releases: TheBestTvarynka/Dataans
v.0.2.1
Set a new app version in config files.
v.0.2.0
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:
- Fixes:
- Refactoring:
v.0.1.0
Around half a year ago, I started my new side project: Dataans
. It already has plenty of good features and I think I'm ready to present it to you.
I'd say that it's not ready and missing a lot of functionality, but I remembered the following quote (Lessons learned in 35 years of making software):
When you deliver work you’re really proud of, you’ve almost certainly done too much and taken too long.
I've been thinking about it for a while and decided to finally publish a first release. Otherwise, it might never happen. I always have something in mind to implement/fix/improve. It is an infinite process.
Features
- Quake (drop-down) mode. The keybinding can be configured.
- Cross-platform.
- All notes are markdown snippets grouped into spaces. The following MD features are supported:
- Italic, bold, strike-through text.
- Quotes.
- Links.
- Headers.
- Tables.
- In-line code and code blocks.
- Pasting images from clipboard.
- Files can be attached to the note.
- Common keybindings for text editing (like
ctrl+k
for creating links). - The app can be configured using the config file. The color scheme also can be configured.
- Simple note search.
- Many different keybindings to control the application.
How to try it
Follow this instructions: github/TheBestTvarynka/Dataans/dataans/README.md.
Contributing
See our contributing guide: https://github.com/TheBestTvarynka/Dataans/blob/main/doc/CONTRIBUTING.md.