Skip to content

Releases: lostdesign/linked

1.1.1

30 Mar 09:06
Compare
Choose a tag to compare

Changes

  • 🐛 fixes editor freezing on enter

1.1.0

29 Mar 21:36
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

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

29 Mar 21:35
Compare
Choose a tag to compare

Changes

  • 🐛 fix background color bug
  • 🐛 fix sticky heading

1.0.4

29 Mar 11:08
Compare
Choose a tag to compare

Changes

  • ✨ new app icon

1.0.3

28 Mar 15:44
Compare
Choose a tag to compare

Changes

-/-

Notes

This version is equal to v.1.0.2 and has only been published to test auto-updating.

1.0.2

28 Mar 15:29
Compare
Choose a tag to compare

Changes

  • 👷‍♂️ fixed build
  • 🐛 fixed notarizing
  • 🐛 fixed codesigning

1.0.0

28 Mar 14:28
Compare
Choose a tag to compare

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

  1. Change .md to .json
  2. Open the file and copy it's contents
  3. Stringify the HTML content with JS like JSON.stringify("<p>Your linked content here</p>")
  4. Add the following json object:
{
    "content": "YOUR STRINGYFIED CONTENT FROM MD",
    "rating": 0
}
  1. Save

0.5.0

24 Mar 19:00
Compare
Choose a tag to compare

Changes

  • 🐛 fix editor focus on click

Notes

Screenshots

0.4.1

24 Mar 07:20
Compare
Choose a tag to compare

Changes

  • ⬆️ upgraded to tiptapv2
  • ✨ first windows build
  • 💄 changed the design slightly

Notes

Demo screenshot

0.3.1

22 Mar 23:17
Compare
Choose a tag to compare

Changes

  • 🐛 fix broken copy/paste