For more details about this release check the related blog post: https://pragtical.dev/blog/pragtical-v3100-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
- New view-documentation-help and view-website commands. by @jgmdev in #474
- Add TCP+SSL and UDP support using SDL3_net+mbedtls by @jgmdev in #398
- Add MarkdownView preview support by @jgmdev in #475
- Update widget for treelist filter support by @jgmdev in #476
- Port process API to use new sdl3 process API by @jgmdev in #477
- Add optional Ligatures support using Harfbuzz by @jgmdev in #479
- Add color emoji support by @jgmdev in #480
- Use MarkdownView for autocomplete description box by @jgmdev in #482
Full Changelog: v3.9.0...v3.10.0