Skip to content

Releases: aardappel/treesheets

9355545770

03 Jun 18:47
66590c0
Compare
Choose a tag to compare
Save and load grid bordercolor to/from XML attribute (#660)

9337378263

02 Jun 10:02
6831e0b
Compare
Choose a tag to compare
Translation update (#658)

* Update German text translation file

* Update German binary translation file

* Remove and fix wrong headers in French translation file

* Fix line breaks and whitespaces in French translation file

* Remove obsolete strings in French translation file

* Add new translation strings in French translation file

* Update POT-Creation-Date in French translation file

* Update French binary translation file

* Remove and fix headers in Italian translation file

* Delete obsolete string in Italian translation file

* Update POT-Creation-Date in Italian translation file

* Add new translation strings to Italian translation file

* Fix existing translations in Italian translation file

* Update Italian binary translation file

9337372042

02 Jun 10:00
6831e0b
Compare
Choose a tag to compare
Translation update (#658)

* Update German text translation file

* Update German binary translation file

* Remove and fix wrong headers in French translation file

* Fix line breaks and whitespaces in French translation file

* Remove obsolete strings in French translation file

* Add new translation strings in French translation file

* Update POT-Creation-Date in French translation file

* Update French binary translation file

* Remove and fix headers in Italian translation file

* Delete obsolete string in Italian translation file

* Update POT-Creation-Date in Italian translation file

* Add new translation strings to Italian translation file

* Fix existing translations in Italian translation file

* Update Italian binary translation file

9333979980

01 Jun 23:49
4d1d68f
Compare
Choose a tag to compare
Adapt XML exporter logic to the simpler XML importer logic (#657)

The XML importer uses `void System::FillXML(Cell*, wxXMLNode*, bool)` that does not make use of
inheritance by comparing with the parent cell, while the XML exporter in
`wxString Cell::ToText(int, const Selection&, int, Document*, bool)` makes use of inheritance
to avoid emitting repeating attribute values.

This commit adapts the XML exporter to the simpler logic of the XML importer.

9331579451

01 Jun 16:20
c9f294f
Compare
Choose a tag to compare
Tick off one implemented TODO (#653)

9331577564

01 Jun 16:19
c9f294f
Compare
Choose a tag to compare
Tick off one implemented TODO (#653)

9331574952

01 Jun 16:20
c9f294f
Compare
Choose a tag to compare
Tick off one implemented TODO (#653)

9325433924

31 May 23:22
3ef8e3b
Compare
Choose a tag to compare
Remove Travis CI file (#652)

GitHub Action Runner is being used for CI instead.

9293446795

29 May 21:42
23654b9
Compare
Choose a tag to compare
Import and export XML with color attributes in hexadecimal representa…

…tion (#650)

Due to the autodetection of the representation, `std::stoi` will convert
both the decimal and the hexadecimal representation, thus preserving backwards compatibility.

9276163611

28 May 20:56
Compare
Choose a tag to compare
Add Russian tutorial