Revisions of guake

Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 677736 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 17)
- Update to version 3.4.0:
  * Split and resize terminals via mouse or keyboard shortcuts.
  * "New terminal" / "Rename terminal" / "Close terminal" items
    has been removed from the terminal context menu. They are
    still available on the tab context menu.
  * Fix multiline selection right click (gh#Guake/guake#1413).
  * Fix tab name (gh#Guake/guake#1017).
  * fixes jumping preference window (gh#Guake/guake#1149).
  * fix no focus after closing a split terminal
    (gh#Guake/guake#1421).
  * Add note about shell that does not support --login parameter
    (gh#Guake/guake#469).
  * Updated translations.

- Update to version 3.3.2:
  * Travis build cleaned build artifacts before deployment,
    leading to missing files when built in the CI.
- Changesn from version 3.3.1:
  * Don't translate application icon (this finally fixes Guake
    application icon not being displayed with German locale, which
    was only partially resolved with gh#Guake/guake#1320)
  * Install of Guake through pip install was broken; fixed.

- Update to version 3.3.0:
  * Wayland is a bit more well supported. The X11 backend is now
    used by default for GDK and it seems to make the shortcut
    works under most situation.
  * A new command has been added: guake-toggle, should be faster
    than guake -t. You can use it when you register the global
    shortcut manually (X11 or Wayland).
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 633211 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 16)
Automatic request from openSUSE:Leap:15.0:Update by UpdateCrawler
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 15)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 602873 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 14)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 599486 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 13)
The previous (very old) version in Factory has been dropped because of problems. This is now an up-to-date package.

- Use gobject-introspection for typelib library detection.
- update to version 3.1.1:
 * New Features
  * Quick open displays a combobox with predefined settings for Visual Studio Code, Atom and Sublime Text.
 * Bug Fixes
  * Fix hyperlink VTE
- update to version 3.1.0:
 * Release Summary
  * This version of Guake brings mostly bug fixes, and some new features like "Quick Open on selection".
    I have also reworked internally the Quick Open so that it can automatically open files from logs
    from pytest and other python development tools output. However, there might still some false
    positive on the hovering of the mouse in the terminal, the most famous being the output of ``ls -l``
    which may have the mouse looks like it sees hyperlinks on the terminal everywhere. Click does
    nothing but its an annoying limitation.
  * New Features:
   - New "start at login" option in the settings (only for GNOME) #251
   - Add ``--verbose``/``-v`` parameter to enable debug logging. Please note the existing ``-v`` (for
     version number) has been renamed ``-V``.
   - Support for hyperlink VTE extension (`described
     here <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>`__ ) #945 (Untested, as
     it requires VTE 0.50)
   - Add great color palettes from `Guake Color
     Scheme <https://github.com/ziyenano/Guake-Color-Schemes>
   - Allow application to capture right click (ex: Midnight commander). #1096. It is still possible to
     show the contextual menu with Shift+right click.
  * Bug Fixes:
   - delete tab even without libutempter (#1198)
   - Fix crash when changing command file #1229
   - fix ``import sys`` in ``simplegladeapp.py``
   - change scope of ``which_align`` variable in ``pref.py`` (#1225)
   - Fix user interface translations #1228
   - Fix several issues on Quick Edit:
   - There might be broken translations, or not up-to-date language support by Guake. A global refresh
     of all existing translations would be welcomed. Most has not been updated since the transition to
     Guake 3, so these languages support might probably be unfunctional or at least partialy
     localized.
- remove fix-simplegladeapp.patch, merged upstream
- initial package for version 3.0.5
- add fix-simplegladeapp.patch to fix runtime bug
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 12)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 602873 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 11)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 599486 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 10)
The previous (very old) version in Factory has been dropped because of problems. This is now an up-to-date package.

- Use gobject-introspection for typelib library detection.
- update to version 3.1.1:
 * New Features
  * Quick open displays a combobox with predefined settings for Visual Studio Code, Atom and Sublime Text.
 * Bug Fixes
  * Fix hyperlink VTE
- update to version 3.1.0:
 * Release Summary
  * This version of Guake brings mostly bug fixes, and some new features like "Quick Open on selection".
    I have also reworked internally the Quick Open so that it can automatically open files from logs
    from pytest and other python development tools output. However, there might still some false
    positive on the hovering of the mouse in the terminal, the most famous being the output of ``ls -l``
    which may have the mouse looks like it sees hyperlinks on the terminal everywhere. Click does
    nothing but its an annoying limitation.
  * New Features:
   - New "start at login" option in the settings (only for GNOME) #251
   - Add ``--verbose``/``-v`` parameter to enable debug logging. Please note the existing ``-v`` (for
     version number) has been renamed ``-V``.
   - Support for hyperlink VTE extension (`described
     here <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>`__ ) #945 (Untested, as
     it requires VTE 0.50)
   - Add great color palettes from `Guake Color
     Scheme <https://github.com/ziyenano/Guake-Color-Schemes>
   - Allow application to capture right click (ex: Midnight commander). #1096. It is still possible to
     show the contextual menu with Shift+right click.
  * Bug Fixes:
   - delete tab even without libutempter (#1198)
   - Fix crash when changing command file #1229
   - fix ``import sys`` in ``simplegladeapp.py``
   - change scope of ``which_align`` variable in ``pref.py`` (#1225)
   - Fix user interface translations #1228
   - Fix several issues on Quick Edit:
   - There might be broken translations, or not up-to-date language support by Guake. A global refresh
     of all existing translations would be welcomed. Most has not been updated since the transition to
     Guake 3, so these languages support might probably be unfunctional or at least partialy
     localized.
- remove fix-simplegladeapp.patch, merged upstream
- initial package for version 3.0.5
- add fix-simplegladeapp.patch to fix runtime bug
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 9)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 602873 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 8)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 599486 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 7)
The previous (very old) version in Factory has been dropped because of problems. This is now an up-to-date package.

- Use gobject-introspection for typelib library detection.
- update to version 3.1.1:
 * New Features
  * Quick open displays a combobox with predefined settings for Visual Studio Code, Atom and Sublime Text.
 * Bug Fixes
  * Fix hyperlink VTE
- update to version 3.1.0:
 * Release Summary
  * This version of Guake brings mostly bug fixes, and some new features like "Quick Open on selection".
    I have also reworked internally the Quick Open so that it can automatically open files from logs
    from pytest and other python development tools output. However, there might still some false
    positive on the hovering of the mouse in the terminal, the most famous being the output of ``ls -l``
    which may have the mouse looks like it sees hyperlinks on the terminal everywhere. Click does
    nothing but its an annoying limitation.
  * New Features:
   - New "start at login" option in the settings (only for GNOME) #251
   - Add ``--verbose``/``-v`` parameter to enable debug logging. Please note the existing ``-v`` (for
     version number) has been renamed ``-V``.
   - Support for hyperlink VTE extension (`described
     here <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>`__ ) #945 (Untested, as
     it requires VTE 0.50)
   - Add great color palettes from `Guake Color
     Scheme <https://github.com/ziyenano/Guake-Color-Schemes>
   - Allow application to capture right click (ex: Midnight commander). #1096. It is still possible to
     show the contextual menu with Shift+right click.
  * Bug Fixes:
   - delete tab even without libutempter (#1198)
   - Fix crash when changing command file #1229
   - fix ``import sys`` in ``simplegladeapp.py``
   - change scope of ``which_align`` variable in ``pref.py`` (#1225)
   - Fix user interface translations #1228
   - Fix several issues on Quick Edit:
   - There might be broken translations, or not up-to-date language support by Guake. A global refresh
     of all existing translations would be welcomed. Most has not been updated since the transition to
     Guake 3, so these languages support might probably be unfunctional or at least partialy
     localized.
- remove fix-simplegladeapp.patch, merged upstream
- initial package for version 3.0.5
- add fix-simplegladeapp.patch to fix runtime bug
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 6)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 602873 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 5)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 599486 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 4)
The previous (very old) version in Factory has been dropped because of problems. This is now an up-to-date package.

- Use gobject-introspection for typelib library detection.
- update to version 3.1.1:
 * New Features
  * Quick open displays a combobox with predefined settings for Visual Studio Code, Atom and Sublime Text.
 * Bug Fixes
  * Fix hyperlink VTE
- update to version 3.1.0:
 * Release Summary
  * This version of Guake brings mostly bug fixes, and some new features like "Quick Open on selection".
    I have also reworked internally the Quick Open so that it can automatically open files from logs
    from pytest and other python development tools output. However, there might still some false
    positive on the hovering of the mouse in the terminal, the most famous being the output of ``ls -l``
    which may have the mouse looks like it sees hyperlinks on the terminal everywhere. Click does
    nothing but its an annoying limitation.
  * New Features:
   - New "start at login" option in the settings (only for GNOME) #251
   - Add ``--verbose``/``-v`` parameter to enable debug logging. Please note the existing ``-v`` (for
     version number) has been renamed ``-V``.
   - Support for hyperlink VTE extension (`described
     here <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>`__ ) #945 (Untested, as
     it requires VTE 0.50)
   - Add great color palettes from `Guake Color
     Scheme <https://github.com/ziyenano/Guake-Color-Schemes>
   - Allow application to capture right click (ex: Midnight commander). #1096. It is still possible to
     show the contextual menu with Shift+right click.
  * Bug Fixes:
   - delete tab even without libutempter (#1198)
   - Fix crash when changing command file #1229
   - fix ``import sys`` in ``simplegladeapp.py``
   - change scope of ``which_align`` variable in ``pref.py`` (#1225)
   - Fix user interface translations #1228
   - Fix several issues on Quick Edit:
   - There might be broken translations, or not up-to-date language support by Guake. A global refresh
     of all existing translations would be welcomed. Most has not been updated since the transition to
     Guake 3, so these languages support might probably be unfunctional or at least partialy
     localized.
- remove fix-simplegladeapp.patch, merged upstream
- initial package for version 3.0.5
- add fix-simplegladeapp.patch to fix runtime bug
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) committed (revision 3)
branch from 15.0
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 602873 from Leap Reviewbot's avatar Leap Reviewbot (leaper) (revision 2)
Automatic request from openSUSE:Factory by UpdateCrawler
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 599486 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 1)
The previous (very old) version in Factory has been dropped because of problems. This is now an up-to-date package.

- Use gobject-introspection for typelib library detection.
- update to version 3.1.1:
 * New Features
  * Quick open displays a combobox with predefined settings for Visual Studio Code, Atom and Sublime Text.
 * Bug Fixes
  * Fix hyperlink VTE
- update to version 3.1.0:
 * Release Summary
  * This version of Guake brings mostly bug fixes, and some new features like "Quick Open on selection".
    I have also reworked internally the Quick Open so that it can automatically open files from logs
    from pytest and other python development tools output. However, there might still some false
    positive on the hovering of the mouse in the terminal, the most famous being the output of ``ls -l``
    which may have the mouse looks like it sees hyperlinks on the terminal everywhere. Click does
    nothing but its an annoying limitation.
  * New Features:
   - New "start at login" option in the settings (only for GNOME) #251
   - Add ``--verbose``/``-v`` parameter to enable debug logging. Please note the existing ``-v`` (for
     version number) has been renamed ``-V``.
   - Support for hyperlink VTE extension (`described
     here <https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda>`__ ) #945 (Untested, as
     it requires VTE 0.50)
   - Add great color palettes from `Guake Color
     Scheme <https://github.com/ziyenano/Guake-Color-Schemes>
   - Allow application to capture right click (ex: Midnight commander). #1096. It is still possible to
     show the contextual menu with Shift+right click.
  * Bug Fixes:
   - delete tab even without libutempter (#1198)
   - Fix crash when changing command file #1229
   - fix ``import sys`` in ``simplegladeapp.py``
   - change scope of ``which_align`` variable in ``pref.py`` (#1225)
   - Fix user interface translations #1228
   - Fix several issues on Quick Edit:
   - There might be broken translations, or not up-to-date language support by Guake. A global refresh
     of all existing translations would be welcomed. Most has not been updated since the transition to
     Guake 3, so these languages support might probably be unfunctional or at least partialy
     localized.
- remove fix-simplegladeapp.patch, merged upstream
- initial package for version 3.0.5
- add fix-simplegladeapp.patch to fix runtime bug
Displaying all 17 revisions
openSUSE Build Service is sponsored by