Skip to content

Releases: minthemiddle/Quick-Capture

v1.6.1

19 Sep 16:26

Choose a tag to compare

Add the missing "Add task" shortcut (Via #26)

See the assets to download this version and install.
Note that Mac x64 is still missing, only Silicone so far.

v1.6.0

09 Sep 16:14

Choose a tag to compare

Add feature to add formatting via shortcuts for bold (cmd+b), italic (cmd+i) and links (cmd+k).

See implementation details and reasoning in this comment.

See the assets to download this version and install.

v1.5.1

24 Aug 12:44

Choose a tag to compare

Fixes a bug (#24) introduced via v1.5.0 when a submitted thought was recovered when restarting the app
See the assets to download this version and install.

v1.5.0

16 Aug 07:53

Choose a tag to compare

Add "Save on pause" feature:
Quick Capture saves your text temporarily when you pause typing.
Technically, it is writing the text to LocalStorage.
This way, if you forget to save your text to your daily thoughts, it will not be lost.
On reopen, the unsaved text will get loaded again.

Example:

You type.
You accidentily close the app.
You reopen the the app.
The unsaved text is there and you can save it now.

See the assets to download this version and install.

v1.4.0

21 Apr 10:51

Choose a tag to compare

The hard-coded headline format changed from bolded (**timestamp**) to h2 (## timestamp).
Why? A bolded headline is indistinguishable from a bolded body text.
And it can only be detected via regex (\*\*(\d{10})\*\*).

h2 on the other side can be easier detected visually and is distinguishable.

I might at some point make the format customizable.
See this issue for thoughts around this.

See the assets to download this version and install.

⚠️ I consider this app feature-complete for now. See README > caveats for limitations that will not go away anytime soon.

v1.3.1

16 Feb 21:56

Choose a tag to compare

Bug fixes:

  • Indicator not showing wrong symbol any longer (#14)
  • Auto-built now is styled properly (#13)
  • Window now has a proper title

Full Changelog: v1.3.0...v1.3.1

v1.3.0

16 Feb 17:58

Choose a tag to compare

Add status notification:

Show "edit" when editing the file.
Show "saved" when thought was added successfully.
Show "error" when saving fails.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Feb 17:50

Choose a tag to compare

Complete redesign.
Uses Tailwind now.
Looks much cleaner and Mac-like now.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

13 Feb 13:00

Choose a tag to compare

This release adds the feature to submit thoughts also with a hotkey.
For Mac, it's cmd + enter, for Windows/Linux, it's ctrl + enter.

Full changelog: v1.0.0...v1.1.0

v1.0.0

11 Feb 15:20

Choose a tag to compare

Everyone can now use this app to quickly add thoughts to their daily notes.
You can set the path to your daily notes folder via an input field.

Full Changelog: v0.1.0...v1.0.0