Skip to content

Commit a80c597

Browse files
committed
Update reno config
1 parent 4ba0b2a commit a80c597

File tree

4 files changed

+57
-1209
lines changed

4 files changed

+57
-1209
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,4 @@ data/gschemas.compiled
8080
releasenotes/notes/reno.cache
8181
guake/paths.py
8282
guake/paths.py.dev
83+
RELEASENOTES.rst

NEWS.rst

+54
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,60 @@
22
Guake
33
=====
44

5+
(unreleased yet)
6+
================
7+
8+
Release Summary
9+
---------------
10+
11+
Adds two new command line options `--split-vertical` and `split-horizontal`
12+
13+
New Features
14+
------------
15+
16+
- new hotkey (CTRL+SHIFT+H) to open new tab in home directory
17+
18+
- "New tab" button #1471
19+
20+
- Open new tab by double-clicking on the tab bar
21+
22+
- Add new context menu on the notebook
23+
24+
- Add a CLI option to change palette scheme #1345
25+
26+
- `guake --split-vertical` and `--split-horizontal` split the current
27+
tab just like the context menu does
28+
29+
- Optional close buttons for tabs (disabled by default)
30+
31+
- Guake can now provide a set of tabs per workspace
32+
- new exiting feature #32
33+
34+
Bug Fixes
35+
---------
36+
37+
- Fix command-line select tab behavior #1492
38+
39+
- removed duplicate event bind? previously I had issue where quick-open event would be fired
40+
twice because of this.
41+
42+
- fixes
43+
44+
- fixes
45+
46+
- fix unnecessary show/hide
47+
48+
- fix settings only applied to the active workspace if more the 1 is used
49+
50+
- fix prompt quit dialog numbers when more then 1 workspace is used
51+
52+
Translation Updates
53+
-------------------
54+
55+
- de
56+
57+
- de
58+
559
3.4.0
660
=====
761

0 commit comments

Comments
 (0)