Releases: Baltasarq/Colorado
Releases · Baltasarq/Colorado
Colorado v1.2.6 20200116
Colorado v1.2.5 20190902
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
ChangeLog:
- Added importers for JSON and XML.
Colorado v1.2.3 20190404
ChangeLog:
- Added exporters for JSON and XML.
Colorado v1.2.2 20181213
Changelog:
- Bugfix (regression): Crashing on OnOpen().
Colorado v1.2.1 20181203
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
ChangeLog:
- Exporting code heavily refactorized.
- RTF exporter removed in favor of a new one exporting to markdown.
Colorado v1.1.1 20181115
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
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
ChangeLog:
- The temp file for creating the contents while saving is now a truly temp file, instead of polluting the user's directory.