Skip to content

Releases: Baltasarq/Colorado

Colorado v1.2.6 20200116

16 Jan 10:17
Compare
Choose a tag to compare

Changelog:

  • Minor bugfixes.

Colorado v1.2.5 20190902

02 Sep 17:42
Compare
Choose a tag to compare

Changelog:

  • Fixed bug importing, the delimiter was not really taken into account.
  • Fixed bug exporting, the delimiter was wrong when TAB was chosen.

Colorado v1.2.4 20190408

09 Apr 14:45
Compare
Choose a tag to compare

ChangeLog:

  • Added importers for JSON and XML.

Colorado v1.2.3 20190404

04 Apr 11:07
Compare
Choose a tag to compare

ChangeLog:

  • Added exporters for JSON and XML.

Colorado v1.2.2 20181213

13 Dec 12:21
Compare
Choose a tag to compare

Changelog:

  • Bugfix (regression): Crashing on OnOpen().

Colorado v1.2.1 20181203

04 Dec 10:40
Compare
Choose a tag to compare

Changelog:

  • It is possible now to select multiple rows. These rows indexes will be ported to the dialogs for deletion, clearing and so on... unfortunately, it is not apparently possible to do the same with columns.

Colorado v1.2.0 20181128

28 Nov 16:32
Compare
Choose a tag to compare

ChangeLog:

  • Exporting code heavily refactorized.
  • RTF exporter removed in favor of a new one exporting to markdown.

Colorado v1.1.1 20181115

15 Nov 17:25
Compare
Choose a tag to compare

ChangeLog:

  • Better handling of files while loading:
    • Documents with variable number of columns: it takes the highest number and then loads normally.
    • Documents with no delimiters: creates a document with one column.
    • Empty document: it allows you to create content.

Colorado v1.0.6 20180618

19 Jun 16:27
Compare
Choose a tag to compare

ChangeLog:

  • Bug fixed related to headers and "first row is for headers".
  • Added the "recent files" menu in the File main menu option.

Colorado v1.0.5 20160628

28 Jun 09:29
Compare
Choose a tag to compare

ChangeLog:

  • The temp file for creating the contents while saving is now a truly temp file, instead of polluting the user's directory.