Skip to content

Commit

Permalink
Summary of changes and known issues in changelog for v1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoda-vid committed Aug 22, 2018
1 parent 3964287 commit 226d16d
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,31 @@ http://textflex.com/texttrix

----v.1.1.0 (2018-08-22)----

-Migrated repositories to Git
-Option to cap length of display tab name to pack more tabs into each row
-Option to refresh files changed elsewhere without prompting
-Build all dependencies within main build script
-Fix file loading and undo on Java 9+
-Fix preferences export
-Fix file auto-refresh occasionally missing updates
-Fix remembering cursor position during file refresh
-Fix bookmark positions during undo/redo
This release marks a migration to Git in name and in spirit, including both
transitioning from Subversion on Sourceforge to Git on GitHub as well as
better support for actually using Git with the editor such as refreshing source
files when changing branches. The editor now also supports Java 9-10 and
brings a number of bug fixes.

Changes:

- Migrated repositories to Git
- Option to cap length of display tab name to pack more tabs into each row
- Option to refresh files changed elsewhere without prompting
- Build all dependencies within main build script
- Fix file loading and undo on Java 9+
- Fix preferences export
- Fix file auto-refresh occasionally missing updates
- Fix returning to cursor position after file refresh
- Fix bookmark positions during undo/redo

Known issues:

- Undo does not work when using the HTML-style syntax highlighter on
Java 9+ because of a Java bug
(https://bugs.openjdk.java.net/browse/JDK-8190763) reportedly being
fixed in Java 12. A workaround was introduced for the main syntax
highlighter in Text Trix.

----v.1.0.2 (2017-06-06)----

Expand Down

0 comments on commit 226d16d

Please sign in to comment.