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