Skip to content

Releases: aardappel/treesheets

3983562083

23 Jan 05:26
e86fa2a
Compare
Choose a tag to compare
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

20 Jan 21:30
4d48bbe
Compare
Choose a tag to compare
Fix unqualified std cast calls (#332)

3842400023

04 Jan 23:31
fad7747
Compare
Choose a tag to compare
Add search icon to toolbar (#330)

3824776578

02 Jan 19:50
d3761c8
Compare
Choose a tag to compare
Update German translation (#327)

Keep up with https://github.com/aardappel/treesheets/pull/322

3824342565

02 Jan 18:14
6f075dc
Compare
Choose a tag to compare
pt_BR: update translation (#326)

3823536458

02 Jan 15:32
c17f18f
Compare
Choose a tag to compare
Fix German translation (#325)

3809129847

30 Dec 21:32
9607a9a
Compare
Choose a tag to compare
Apply open link / open file to multiple files (#322)

Loop through all selected cells and open the files / links

3748693451

21 Dec 11:11
de21ad9
Compare
Choose a tag to compare
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

21 Dec 11:05
de21ad9
Compare
Choose a tag to compare
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

21 Dec 11:02
de21ad9
Compare
Choose a tag to compare
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.