Changes
🐛 fixes the slash menu not showing if no language had been selected #190
🐛 fixes the slash menu not showing if no language had been selected #190
🚑 fixes the app not starting up for some users
The planned Apple M1 device support broke the automatic update process of Apple Intel devices, where the Intel devices would download the M1 build, breaking the app completely. No data would have been lost but on each update, the app would need to be re-installed. The M1 support is postponed until this bug is resolved. Sorry for the inconvenience caused.
code
propertylatest-linux.yml
now back, providing autoupdate for .AppImage
.deb
& .rpm
now automatically attaching to a release, previously were missing due to failing .snap
build.msi
since it did not work.rpm
by @KorbsStudio.msi
(needs to be fixed in one of the next releases, it failed)Skipping 1.3.8
since the pipeline failed.
-/-
The pipeline failed, skipping this version.
The app frame was using the OS theme mode while the UI itself was using the choosen theme mode.
The keyboard shortcuts have been adjusted as they clashed with OS defaults.
Tody Cmd or Ctrl + . Next Day Cmd or Ctrl + N Previous Day Cmd or Ctrl + P Next Week Cmd or Ctrl + Shift + N Previous Week Cmd or Ctrl + Shift + P Settings Cmd or Ctrl + , Leave Settings Esc
You now can use the native menu to navigate to the settings as well as set the current day.
Skipped version 1.1.7
since the pipeline was broken.
For unknown reasons, the renderer will freeze upon pressing ENTER.
-/-
This version is equal to v.1.0.2
and has only been published to test auto-updating.
BREAKING CHANGE
The app writes files now into .json
files. All previously generated files must be migrated by hand.
.md
to .json
JSON.stringify("<p>Your linked content here</p>")
{
"content": "YOUR STRINGYFIED CONTENT FROM MD",
"rating": 0
}
.json
doesn't work as of now