|
2 | 2 | guake |
3 | 3 | ===== |
4 | 4 |
|
| 5 | +3.8.0 |
| 6 | +===== |
| 7 | + |
| 8 | +Release Summary |
| 9 | +--------------- |
| 10 | + |
| 11 | +Add Finnish translation |
| 12 | + |
| 13 | +Stopped setting GDK_BACKEND to x11 in terminals. |
| 14 | + |
| 15 | +Bug Fixes |
| 16 | +--------- |
| 17 | + |
| 18 | +- - GDK_BACKEND is propagated to the shell in terminal #1871 |
| 19 | + |
| 20 | +Translation Updates |
| 21 | +------------------- |
| 22 | + |
| 23 | +- - fi |
| 24 | + |
| 25 | +3.8.0.0rc1 |
| 26 | +========== |
| 27 | + |
| 28 | +Release Summary |
| 29 | +--------------- |
| 30 | + |
| 31 | +Adds "Galizur" Theme |
| 32 | + |
| 33 | +Adds Shades of Purple Theme |
| 34 | + |
| 35 | +Default to the system theme, make having guake deviate be optional. |
| 36 | + |
| 37 | +Add copy on select option to copy to regular clipboard |
| 38 | + |
| 39 | +Color Palettes: Fix "Gruvbox Dark" & Add "Gruvbox Material Dark" |
| 40 | + |
| 41 | +Add support for tabs in keyboard shortcuts |
| 42 | + |
| 43 | +placing the appstream metainfo file in the right path according to https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-location |
| 44 | + |
| 45 | +Automatically hide the tab bar when there is only one tab |
| 46 | + |
| 47 | +Add close tab to d-bus interface. |
| 48 | + |
| 49 | +Fix ignored "Show scrollbar" after spliting vertically |
| 50 | + |
| 51 | +Fix missing or malformed schema files when upgrading guake |
| 52 | + |
| 53 | +Move window to correct coordinates before maximizing |
| 54 | + |
| 55 | +Fixes prompting when closing a tab. |
| 56 | + |
| 57 | +Fix right click menu not populating when custom commands is malformed |
| 58 | + |
| 59 | +Fix trailing punctuation in URLs being included in the URL |
| 60 | + |
| 61 | +Revive GUAKE_TAB_UUID |
| 62 | + |
| 63 | +New Features |
| 64 | +------------ |
| 65 | + |
| 66 | +- Allow reset of show-hide hot key in preferences |
| 67 | + |
| 68 | +- Add guake background image |
| 69 | + |
| 70 | +- adds a new color theme named "Galizur" |
| 71 | + |
| 72 | +- adds the Shades of Purple converted from https://github.com/ahmadawais/shades-of-purple-iterm2 |
| 73 | + |
| 74 | +- - Now defaults to system default theme |
| 75 | + - New option to still allow independently setting guake's theme. |
| 76 | + |
| 77 | +- - "copy on selection" option even if the desktop doesn't do it #43 |
| 78 | + - copy text on selection #1898 |
| 79 | + |
| 80 | +- Added Gruvbox dark |
| 81 | + |
| 82 | +- - Allow Ctrl-Tab as an accelerator #152 |
| 83 | + |
| 84 | +- - Automatically hide the tab bar when there is only one tab #924 |
| 85 | + |
| 86 | +- Add close tab to d-bus interface. |
| 87 | + |
| 88 | +- Move the window to the correct coordinates, in the correct display, before |
| 89 | + attempting to maximize the window. |
| 90 | + |
| 91 | +- Re-implemented the refocus functionality. |
| 92 | + |
| 93 | + This functionality allows the user to return the focus to an open guake window. |
| 94 | + It happened to be partially be maintained but faced issues in the migration to Gtk3. |
| 95 | + |
| 96 | + The functionality was revived, partially based on commented-out code found in Guake.show_hide(). |
| 97 | + |
| 98 | +- Bring back GUAKE_TAB_UUID |
| 99 | + |
| 100 | +Known Issues |
| 101 | +------------ |
| 102 | + |
| 103 | +- - removes the broken feature, where double-clicking on the tab bar opened a new tab #1439 |
| 104 | + |
| 105 | +Upgrade Notes |
| 106 | +------------- |
| 107 | + |
| 108 | +- - If a different theme from system default was already selected and |
| 109 | + desired, users may need to uncheck "Use system default theme" in |
| 110 | + properties->general |
| 111 | + |
| 112 | +- Will be disabled by default |
| 113 | + |
| 114 | +- Will have to manually change keyboard shortcuts to use tab on existing installations |
| 115 | + |
| 116 | +- If setting is undesired, uncheck the hide tab if one tab option in settings |
| 117 | + |
| 118 | +- Add close tab to d-bus interface. |
| 119 | + |
| 120 | +- Should fix the errors with malformed schema files when upgrading guake. |
| 121 | + |
| 122 | +Deprecations |
| 123 | +------------ |
| 124 | + |
| 125 | +- Default keyboard shortcut for next/previous tab is no longer ctrl+pgup/pgdn |
| 126 | + |
| 127 | +Bug Fixes |
| 128 | +--------- |
| 129 | + |
| 130 | +- Adjusted Gruvbox |
| 131 | + |
| 132 | +- placing the appstream metainfo file in the right path |
| 133 | + |
| 134 | +- fixes #924 |
| 135 | + |
| 136 | +- Added regex for line start by <word> <word>. Refer Issue |
| 137 | + |
| 138 | +- Fix config didn't reload when set_workspace |
| 139 | + |
| 140 | +- Fix ineffective override of the GDK_BACKEND environement variable causing invalid pointer location and display detection (#1820) |
| 141 | + |
| 142 | +- - fixes an issue, where double-clicking in certain CLI apps would instead open a new tab #1697 |
| 143 | + |
| 144 | +- fixes #1734 |
| 145 | + |
| 146 | +- - Does not start after upgrade to 3.7.0 with pip3 due to faulty schema #1718 |
| 147 | + - (Potentially) Guake 3.6.3 missing gschemas.compiled in PyPi #1621 |
| 148 | + |
| 149 | +- - Guake always appears on mouse display regardless of Guake Preferences #1689 |
| 150 | + - guake follows mouse focus when have 2 monitors #1761 |
| 151 | + - Multiple monitors issue with Fedora 31 #1745 |
| 152 | + - Guake window follows mouse across monitors till it loses focus #1735 |
| 153 | + - And possibly more |
| 154 | + |
| 155 | +- - Fixes #1863 |
| 156 | + |
| 157 | +- - Minimal Right Click Menu, no copy or split screen #1845 |
| 158 | + |
| 159 | +- Update search box to work with updated regex vte apis for v0.46+, #1752 |
| 160 | + |
| 161 | +- - Open with URL includes trailing single quote (invalid URL) #1624 |
| 162 | + |
| 163 | +- - Update `session.json` when directory changed, not terminal title changed #1633 |
| 164 | + |
| 165 | +- Fixes #1712 |
| 166 | + |
| 167 | +Notes for Package Maintainers |
| 168 | +----------------------------- |
| 169 | + |
| 170 | +- Add close tab to d-bus interface. |
| 171 | + |
| 172 | +- Should resolve issues with the gschemas.compiled file. Make sure that the location |
| 173 | + org.guake.gschema.xml is being saved to is user executable if guake is installed in |
| 174 | + userspace so that guake can compile and create gschemas.compiled. |
| 175 | + |
| 176 | + If the destination for org.guake.gschema.xml cannot be user executable, make sure to |
| 177 | + include: |
| 178 | + |
| 179 | + glib-compile-schemas [schema directory] |
| 180 | + |
| 181 | + In the installation script, replacing [schema directory] with the place |
| 182 | + org.guake.gschema.xml is being saved. |
| 183 | + |
| 184 | + |
5 | 185 | 3.7.0 |
6 | 186 | ===== |
7 | 187 |
|
|
0 commit comments