Skip to content

Releases: aardappel/treesheets

3209

09 Jun 18:23

Choose a tag to compare

Add zh_TW Traditional Chinese locale

3207

06 Jun 10:58

Choose a tag to compare

Add option to filter cells with the same style

Also do some reorganization of the filter menu items for better
overview

3206

04 Jun 18:16

Choose a tag to compare

Do a two-pass for inserting cells

In the first round we populate the new grid only with the original cells,
moving them to their new positions.

In the second round we fill the rest of the grid by moving in the new cell
(if existing) and by copying the styles from neighboring cells.

In the corner case that a row or column is added at the top or at the
left, the code for copying the styles from the appropriate neighbor cell
looks to the next down or right opposed to the other
cases where it looks up or to the left.

For this to work, the neighboring cell must exist. This is why the first
separate round exists.
In a only-one-pass loop otherwise we would have looked to the right or down but the original cells have not been yet moved into the new grid.

3205

04 Jun 10:51

Choose a tag to compare

Add Vietnamese tutorial translation

Added tutorial-vi.cts to provide a comprehensive Vietnamese guide for TreeSheets users.

3203

03 Jun 20:55

Choose a tag to compare

Add Vietnamese translation for readme

Add Vietnamese translation for readme (readme-vi.html)

3201

02 Jun 19:48

Choose a tag to compare

Update Vietnamese translation for new strings

Merged the latest ts.pot template and fully updated both ts.po and ts.mo files.

3199

01 Jun 09:46

Choose a tag to compare

Better distinguish between catalog codes and final codes list

3198

01 Jun 00:47

Choose a tag to compare

Reset share pointer for grid after merge with parent

3197

31 May 09:51

Choose a tag to compare

Use user-friendly language labels for language choice

3196

30 May 21:47

Choose a tag to compare

Offer option to use English original strings