Package Release Info

tilde-1.1.2-bp154.1.15

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

tilde

Change Logs

* Fri Jun 05 2020 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.1.2
  * This release fixes a bug where Tilde would discard read lines
    before an invalid character, while requested to continue
    reading.
* Thu Dec 19 2019 Jan Engelhardt <jengelh@inai.de>
- Update to release 1.1.1
  * The base config from /usr/share/tilde/base.config now accepts
    all options.
  * Tilde maintains the list of recent files accross sessions.
  * Tilde will open a recently open file at the position is was
    at previously.
* Thu Aug 22 2019 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.0.1
  * This release rewrites the file writing code such that ownership
    and permissions are never accidentally changed.
* Mon Jan 07 2019 Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 1.0.0
  * Files can be opened at a specific position, by appending line
    (and column) number(s). This allows jumping to positions
    indicated by programs processing text files such as
    compilers.
  * Allow changing the default interface attributes from the
    Interface Options dialog.
  * Allow writing files if the directory they are in is not
    writable for the current user. This is ever so slightly more
    risky than creating a temporary file and moving it over the
    existing one, which is the default behavior.
  * Add menu items for the new Paste Selection (which pastes the
    X11 primary selection) and for the new Delete Line actions.
  * Make it possible to disable claiming the primary selection,
    and to automatically disable this when running over SSH. When
    running over SSH on high-latency connections and while
    running a clipboard manager locally, the primary selection
    claiming can make Tilde work slowly.
  * Rewrite files in place if the owner of the file would be
    changed by creating the file anew. This is a short-term
    solution for fixing accidental ownership changes due to the
    scheme used by Tilde to prevent file corruptions.
  * Guard against off-of-line cursor positions in finding next
    brace. This could cause infinite loops in some cases.
  * A new dialog is available that shows the codepoints under the
    cursor.
  * Allow Private-Use Area characters in input and output without
    substituion.
Version: 0.3.7-bp150.2.4
* Mon Aug 07 2017 jengelh@inai.de
- Update to new upstream release 0.3.7
  * Resolve crashes that happened on program exit
  * Add a "toggle comment" functionality.
  * Several problems with syntax highlighting were fixed.
* Thu Feb 19 2015 p.drouand@gmail.com
- Update to version 0.3.4
  * Re-release of version 0.3.4 to update the configure script.
* Mon Jul 21 2014 jengelh@inai.de
- Update to new upstream release 0.3.3
  * This release correctly handle errors in conversion when loading
  files. When the converter failed in unexpected ways, Tilde would
  previously crash.
  * Added warnings about trying to overwrite a read-only file,
  improved the warnings about encoding issues when saving and fixed
  the setting of the comment-keyword style.
* Mon Jun 10 2013 jengelh@inai.de
- Initial package (version 0.3.0) for build.opensuse.org