Hello community,

here is the log from the commit of package tilda for openSUSE:Factory checked 
in at 2020-04-27 23:39:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tilda (Old)
 and      /work/SRC/openSUSE:Factory/.tilda.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tilda"

Mon Apr 27 23:39:52 2020 rev:11 rq:798205 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tilda/tilda.changes      2019-03-29 
20:43:24.602677798 +0100
+++ /work/SRC/openSUSE:Factory/.tilda.new.2738/tilda.changes    2020-04-27 
23:40:08.179729158 +0200
@@ -1,0 +2,44 @@
+Sat Apr  4 11:57:49 UTC 2020 - Sam Yu <[email protected]>
+
+- Update to version 1.5.0:
+       * Search is now backwards by default (Sebastian Geiger).
+       * Tilda now handles monitor changes and adjusts its size automatically.
+         This is useful in cases when a notebook is connected to an external
+         monitor (Sebastian Geiger).
+       * Tilda now stores the relative sizes of the window in percent rather
+         than the absolute values in pixels (Sebastian Geiger).
+       * The confirmation dialogs for confirm tab close and prompt on exit are
+         now enabled by default (Sebastian Geiger).
+       * When using the block cursor, the background color of the cursor
+         is now correctly applied (Brian Hsu).
+       * Fixed issue in transparency. Fixes #269 (Sebastian Geiger).
+       * Fixed a resize issue in fullscreen mode. Fixes #306 (Sebastian 
Geiger).
+       * Tilda now uses asynchronous command spawning. A new option supports
+         changing the default timeout when spawning a command
+         (default is 3 seconds) (Sebastian Geiger).
+       * Various fixes related to the window title. Tooltips now display
+         full tab title (Tom Briden). Fixed missing title on initial window and
+         fixed a problem with setting the title when switching between tabs. 
Also
+         the computation of the title is now more consistent between the window
+         title, tooltips and the tab title (Sebastian Geiger).
+       * When loading configuration files tilda follows symlinks.
+         Fixes #327 (Sebastian Geiger).
+       * Tilda now uses xdg-open to open web links rather
+         than x-www-browser (lucasbru).
+       * In non-X11 environments such as Wayland tilda will now always use the
+         X11 backend (Roman Hoellen).
+       * Exclamation mark '!' is now supported by the HTTP regex for detecting
+         web links.
+       * Added a check if lock dir exists which avoids a warning when tilda
+         starts the first time and the lock dir has not been created yet
+         (Sebastian Geiger).
+       * We now correctly free the resources when closing the a terminal tab
+         (Sebastian Geiger).
+       * Tilda now uses structured logging. In debug mode tilda will 
automatically
+         output all debug messages. In non-debug mode, debug messages can still
+         be output by exporting G_MESSAGES_DEBUG=tilda (Sebastian Geiger).
+       * Removed 'Allow Bold' option (Sebastian Geiger).
+       * Removed deprecated antialiasing option (Sebastian Geiger).
+       * Dropped support for older VTE versions (Sebastian Geiger).
+
+-------------------------------------------------------------------

Old:
----
  tilda-1.4.1.tar.gz

New:
----
  tilda-1.5.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tilda.spec ++++++
--- /var/tmp/diff_new_pack.6qgEu5/_old  2020-04-27 23:40:10.867734406 +0200
+++ /var/tmp/diff_new_pack.6qgEu5/_new  2020-04-27 23:40:10.871734413 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           tilda
-Version:        1.4.1
+Version:        1.5.0
 Release:        0
 Summary:        A Gtk based drop down terminal for Linux and Unix
 License:        GPL-2.0-or-later
@@ -30,6 +30,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(libconfuse)
+BuildRequires:  pkgconfig(libpcre2-posix)
 BuildRequires:  pkgconfig(vte-2.91)
 Recommends:     %{name}-lang
 
@@ -66,8 +67,8 @@
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/%{name}.appdata.xml
 
 %files lang -f %{name}.lang
 

++++++ tilda-1.4.1.tar.gz -> tilda-1.5.0.tar.gz ++++++
++++ 31771 lines of diff (skipped)


Reply via email to