Skip to content

Commit

Permalink
Update release note for 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Sep 20, 2018
1 parent ccf001c commit 8d05cf3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 989 deletions.
48 changes: 25 additions & 23 deletions NEWS.rst
Expand Up @@ -2,8 +2,8 @@
Guake
=====

(unreleased yet)
================
3.3.3
=====

Release Summary
---------------
Expand Down Expand Up @@ -47,7 +47,7 @@ Bug Fixes
Translation Updates
-------------------

- fr (thanks samuelorsi125t)
- fr (thanks samuelorsi125t and ButterflyOfFire)

- ru (thanks Igor)

Expand All @@ -57,6 +57,8 @@ Translation Updates

- de (thanks Dirk den Hoedt and Mario Aichinger)

- gl (thanks Nacho Vidal)

Notes for Package Maintainers
-----------------------------

Expand Down Expand Up @@ -123,7 +125,7 @@ Bug Fixes

- 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 more cleaner solution would be to develop a GAction
(`vote for this feature here <https://feathub.com/Guake/guake/+29>`_])

Expand Down Expand Up @@ -190,10 +192,10 @@ Bug Fixes
This may causes some issues with log and so that use parenthesis *around* hyperlinks,
but since parenthesis and quotes are valid characters inside a URL, like for instance
URL created by Kibana, they deserve the right to be shown as proper url in Guake.

User can still select the URL in the terminal if he wishes to capture the exact url, before
doing a Ctrl+click or a right click.

For developers, it is advised to end the URL with a character that cannot be used in URL, such
as space, tab, new line. Ending with a dot (``.``) or a comma (``,``) will not be seen as part
of the URL by Guake, so most logs and traces that adds a dot or a comma at the end of the URL
Expand Down Expand Up @@ -269,7 +271,7 @@ New Features

- Add great color palettes from
`Guake Color Scheme <https://github.com/ziyenano/Guake-Color-Schemes>`_, thanks for @ziyenano :

- `Aci`,
- `aco`,
- `Azu`,
Expand Down Expand Up @@ -312,17 +314,17 @@ Bug Fixes
- change scope of ``which_align`` variable in ``pref.py`` (#1225)

- Fix several issues on Quick Edit:

- quick open freezes guake
- support for systems with PCRE2 (regular expression in terminal) disabled for VTE, like
Ubuntu 17.10 and +.

This might disable quick open and open url on direct Ctrl+click.
User can still select the wanted url or text and Cltr+click or use contextual menu.

See this `discussion on Tilix <https://github.com/gnunn1/tilix/issues/916>`_, another
Terminal emulator that suffurs the same issue.

- quick open now appears in contextual menu (#1157)
- bad translation update on the contextual menu. This causes new strings that was hidden to
appear for translators.
Expand Down Expand Up @@ -354,28 +356,28 @@ Notes for Package Maintainers
- The setup mecanism has changed a little bit. Some maintainers used to patch the source code
of Guake to change the pixmap, Gtk schema or locale paths directly in the ``guake/globals.py``
file. This was due to a lack of flexibility of the installation target of the ``Makefile``.

The ``make install`` target looks now a little bit more familiar, allowing distribution
packager to set the various paths directly with make flags.

For example:

.. code-block:: bash
sudo make install \
prefix=/usr \
DESTDIR=/path/for/packager \
PYTHON_SITE_PACKAGE_NAME=site-package \
localedir=/usr/share/locale
The main overrides are:

- ``IMAGE_DIR``: where the pixmap should be installed. Default: ``/usr/local/share/guake/pixmaps``
- ``localedir``: where locales should be installed. Default: ``/usr/local/share/locale``
- ``GLADE_DIR``: where the Glade files should be installed. Default: ``/usr/local/share/guake``
- ``gsettingsschemadir``: where gsettings/dconf schema should be installed.
Default: ``/usr/local/share/glib-2.0/schemas/``

I invite package maintainers to open tickets on Github about any other difficulties
encountered when packaging Guake.

Expand Down Expand Up @@ -417,10 +419,10 @@ New Features
to virtually open any file path in your terminal (if they are on your local machine), but
requires the user to select the file path first, compared to the Quick Open feature that
finds file names using regular expression.

Also notes that is it able to look in the current folder if the selected file name exists,
allowing Ctrl+click on relative paths as well.

Line number syntax is also supported: ``filename.txt:5`` will directly on the 5th line if
your Quick Open is set for.

Expand Down Expand Up @@ -571,7 +573,7 @@ New Features
------------

- Ported to GTK3:

- cli arguments
- D-Bus
- context menu of the terminal, the tab bar and the tray icon
Expand All @@ -589,7 +591,7 @@ New Features
- ``Guake.accel*`` methods

- Guake now use a brand new build system:

- ``pipenv`` to manage dependencies in `Pipfile`
- enforced code styling and checks using Pylint, Flake8, Yapf, ISort.
- simpler release management thanks to PBR
Expand All @@ -600,7 +602,7 @@ New Features
note directly from their Pull Request.

- Update Guake window title when:

- the active tab changes
- the active tab is renamed
- the vte title changes
Expand Down

0 comments on commit 8d05cf3

Please sign in to comment.