summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@iomega>2016-04-04 16:07:36 -0300
committerroot <root@iomega>2016-04-04 16:07:36 -0300
commitf906d6011b7704b3f00bb297016ef07f95203413 (patch)
tree1c50c4316c9bd70640216a0131efd272300b47e5
parentf1a585fcde5edb7a452266b22df77ac9361400ff (diff)
Added CHANGES file
-rw-r--r--CHANGES23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..5244fd3
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,23 @@
+v0.2.2
+* Added plain text export.
+* Added padding between cells.
+* Added 256 color support and "redefine_color" special command.
+* Added "aa" command in normal mode to act as autojus special command.
+* Added "gl" for going to last position in normal mode.
+* Added SC-IM man page.
+* Added "refresh" special command to refresh UI.
+* Big fix in how extended ascii are chars shown.
+* Big changes in functions used for showing cell content.
+* Fix in autonumeric mode.
+* Fix bug when typing real long string (issue #32).
+* Fix when using QUIT command with external scripts.
+* "cellcolor" command now checks if a locked cell exists prior to change format.
+* Locked cells are stored after any other command when saving a file.
+* Saving sc file: cellcolor and lock commands now are stored by rows when saving a sc file.
+* "Pv" command now do not paste cellcolors.
+* Translated source code comments to English.
+* Various fixes when using SC-IM without UI (--nocurses).
+* Help documentation now can be loaded without making install SC-IM.
+* MAXROWS now can be defined in Makefile.
+
+