Skip to content

1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 14:28
· 324 commits to master since this release

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