Releases: minthemiddle/Quick-Capture
v1.6.1
v1.6.0
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
v1.5.0
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
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.
v1.3.1
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
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
Complete redesign.
Uses Tailwind now.
Looks much cleaner and Mac-like now.
Full Changelog: v1.1.0...v1.2.0
v1.1.0
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
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