Share to mastodon

Butterfly 2.3.0-rc.0 released

Linwood Butterfly

Linwood Butterfly

🎨 Powerful, minimalistic, cross-platform, opensource note-taking app

CodeDoctor


The first release candidate of Butterfly Adonis Blue is here. The final version is expected to be released in the next week.

Highlights:

  • 🔒 Lock layer
  • 📁 File navigator improvements
  • 🤝 Collaboration improvements
  • 🐛 Bug fixes

Please test this release candidate and report any issues you find.

Thanks to @chriscavalluzzi for contributing to this release!

Lock layer

The lock layer option allows you to restrict editing to the current layer. This is useful for preventing accidental edits to other layers while working on a specific layer. You can enable this option in the lock menu on the toolbar.

File navigator improvements

The current file navigator has been improved to use the parent directory of the opened document as the initial path. This makes it easier to navigate to related files without having to manually search for them.

Additionally, a bug was fixed that caused the current opened document not to be highlighted in the file navigator.

Collaboration improvements

I’m also continue working on collaboration improvements in this update. You can now add a custom user name for collaboration, which will be used to identify you in the collaboration session. Additionally the collaboration button was moved in the top left corner menu and disconnecting from a collaboration session will now be visualized.

Bug fixes

On tablet devices, the layout has changed when opening the keyboard, which made it impossible to edit text in the navigation rail. This update fixes this issue. Additionally, the scroll sensitivity was improved and the thumbnail capture now uses the current viewport.

Full changelog

  • Add option to add custom user name for collaboration
  • Add lock layer option to restrict editing to current layer
  • Redesign collaboration dialog
  • Move collaboration button to popup menu
  • Add scroll to navigator (#836)
  • Use opened document parent directory as initial path in file navigator
  • Improve disconnect with collaboration
  • Fix issue with editing text in the navigation rail on tablet (#836)
  • Fix importing non butterfly files result in error (#829)
  • Fix scroll sensitivity not changing move speed
  • Fix thumbnail capture not using the current viewport
  • Fix background dialog shows wrong content after deleting one layer
  • Fix local storage not using specified path (#835)
  • Fix performance drop after using path eraser or deleting elements (#831)
  • Fix resolution size not centered
  • Fix opened document not highlighted inside file navigator