Skip to content

Releases: aardappel/treesheets

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.

3737844276

20 Dec 05:48
f83d726
Compare
Choose a tag to compare
Apply image scale operations to multiple cells (#316)

3724685119

18 Dec 12:03
178a1c3
Compare
Choose a tag to compare
Add "Go to next filter match" (#314)

Use Case: Sometimes cells with filter matches are highly dispersed throughout
the document. Make it easier to find them by providing this
functionality.

Also add an additional check on the parent cell (see document.h).

This avoids an invalid pointer causing a segfault when jumping between
cells that are filtered by their last edits.

3724616083

18 Dec 11:41
0a6d836
Compare
Choose a tag to compare
Fix reset Image scale for multiple images (#315)

Move pointer of current cell into the loop

3688322507

13 Dec 18:48
321a1df
Compare
Choose a tag to compare
pt_BR: update translation and tutorial (#310)

* pt_BR: update translation and tutorial

Also the instructions in `TS/translations/readme_translations.txt`.

* Runaway comma

3680832204

12 Dec 23:57
1267670
Compare
Choose a tag to compare
Add functionality to filter by cell color (#309)

Use Case: Color certain cells with a specific color (e.g. serving as marker for
later discussions) and then filter them to find them easier.

3678446697

12 Dec 18:12
3715124
Compare
Choose a tag to compare
Reset layout when resetting image scale (#307)

When the image scale is reset, also reset the layout to adapt the cell
to the new dimensions of the image.