Releases: aardappel/treesheets
Releases · aardappel/treesheets
3983562083
Add mime info (#334) Refer to Shared MIME-info Database spec [1] and tutorial for app authors [2]. [1]: https://www.freedesktop.org/wiki/Specifications/shared-mime-info-spec/ [2]: https://www.freedesktop.org/wiki/Specifications/AddingMIMETutor/
3971349099
Fix unqualified std cast calls (#332)
3842400023
Add search icon to toolbar (#330)
3824776578
Update German translation (#327) Keep up with https://github.com/aardappel/treesheets/pull/322
3824342565
pt_BR: update translation (#326)
3823536458
Fix German translation (#325)
3809129847
Apply open link / open file to multiple files (#322) Loop through all selected cells and open the files / links
3748693451
Fix memory leak when another instance is running (#321) The instance_checker as a wxSingleInstanceChecker class instance shall be destroyed before exiting the program. This is in compliance with the class reference. Memory leak found with the AddressSanitizer bundled with Clang.
3748645284
Fix memory leak when another instance is running (#321) The instance_checker as a wxSingleInstanceChecker class instance shall be destroyed before exiting the program. This is in compliance with the class reference. Memory leak found with the AddressSanitizer bundled with Clang.
3748636590
Fix memory leak when another instance is running (#321) The instance_checker as a wxSingleInstanceChecker class instance shall be destroyed before exiting the program. This is in compliance with the class reference. Memory leak found with the AddressSanitizer bundled with Clang.