Releases: lostdesign/linked
Releases · lostdesign/linked
1.1.1
Changes
- 🐛 fixes editor freezing on enter
1.1.0
Changes
- ♻️ rewrite calendar js
- ✨ add calendar week
- ✨ add week change via buttons
Notes
For unknown reasons, the renderer will freeze upon pressing ENTER.
1.0.5
Changes
- 🐛 fix background color bug
- 🐛 fix sticky heading
1.0.4
Changes
- ✨ new app icon
1.0.3
Changes
-/-
Notes
This version is equal to v.1.0.2
and has only been published to test auto-updating.
1.0.2
Changes
- 👷♂️ fixed build
- 🐛 fixed notarizing
- 🐛 fixed codesigning
1.0.0
Changes
- ✨ added auto-update
- ✨ added codesigning
- ✨ added notarizing
- ♻️ refactored the code
- ♻️ app frame now respects dark/light mode style
Notes
BREAKING CHANGE
The app writes files now into .json
files. All previously generated files must be migrated by hand.
Manually migrating your data
- Change
.md
to.json
- Open the file and copy it's contents
- Stringify the HTML content with JS like
JSON.stringify("<p>Your linked content here</p>")
- Add the following json object:
{
"content": "YOUR STRINGYFIED CONTENT FROM MD",
"rating": 0
}
- Save
0.5.0
0.4.1
0.3.1
Changes
- 🐛 fix broken copy/paste