v3.3.12

laurent22/joplinv3.3.12May 4, 2025by laurent22

AI Summary

This update fixes a crash that occurred when removing specific keyboard shortcuts and prevents the application from hanging in multi-instance setups. It also undeprecated a plugin setting method.

Key Highlights

  • Fixed crash after removing 'toggle tab indentation' keyboard shortcut
  • Prevented application hanging on multi-instance setup failure
  • Undeprecated joplin.settings.value() for plugins

Full Release Notes

- Improved: Plugins: Undeprecate joplin.settings.value() (3f364a4)
- Fixed: Fix crash after removing "toggle tab indentation" keyboard shortcut (#12213) (#12204 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Fix printing (#12219 by [@personalizedrefrigerator](https://github.com/personalizedrefrigerator))
- Fixed: Prevent application from hanging when multi-instance setup does not work (#12222)