Butterfly 2.1.0-rc.1 released
Linwood Butterfly
đ¨ Powerful, minimalistic, cross-platform, opensource note-taking app
A new bugfix release is here: Butterfly 2.1.0-rc.1 đ Highlights:
- đ Fix triangle rendering
- đ ď¸ Fix temporary tool
- đ§ Fix select all
- đ Fix import error
There is currently a poll running to decide how the toolbar should be handled in the future. Click here to vote and discuss: LinwoodDev/Butterfly#627.
Donât forget that this is a beta version and there might be some bugs. Please report them on GitHub. If you have an automatic script to update Butterfly, please adjust it to the new naming of the release assets. Read more about it here.
Fix triangle rendering
The last release introduced a new manual triangle shape. Previously the triangle didnât get sized correctly. This is now fixed.
Fix temporary tool
In the last releases the temporary tool was changed to support select tool and more. To do this, the tool wasnât removed when the pointer gets released. The problem was that the tool was still active when using a not configured input. This is now fixed.
Fix select all
The select all feature was broken a long time ago. Itâs now finally fixed.
Fix import error
The last release introduced more import intents for android. The problem was that the import system still assumed that the file is a .bfly
file. This is now fixed.
Full changelog
- Fix triangle rendering
- Fix temporary tool wonât be removed when using not configured input
- Fix select all
- Fix import error when using open with on android