Skip to content

Releases: TheBestTvarynka/Dataans

v.0.2.1

04 Jan 22:52
63f27b9
Compare
Choose a tag to compare

Set a new app version in config files.

v.0.2.0

04 Jan 22:17
e84bbfc
Compare
Choose a tag to compare

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

v.0.1.0

19 Oct 12:16
8f2a3a4
Compare
Choose a tag to compare

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.