For more details about this release check the related blog post: https://pragtical.dev/blog/pragtical-v3101-release
Notes
- When installing on MacOS from the
.dmgfile (since Pragtical is not signed) you will need to clear the App attributes in order to be able to launch it. To do so open the terminal and runxattr -cr /Applications/Pragtical.app, afterwards you should be able to launch Pragtical normally.
What's Changed
- Fix build for new sdl3_net changes by @jgmdev in #483
- Add incremental parsing support to MarkdownView by @jgmdev in #485
- Filter non used events on the events queue by @jgmdev in #486
- Add selection_callback and allow_directories to file-open commands by @jgmdev in #487
- Another batch of thread api fixes by @jgmdev in #488
- Add MarkdownView copy interactions by @jgmdev in #489
Full Changelog: v3.10.0...v3.10.1