Commit a80c597 1 parent 4ba0b2a commit a80c597 Copy full SHA for a80c597
File tree 4 files changed +57
-1209
lines changed
4 files changed +57
-1209
lines changed Original file line number Diff line number Diff line change @@ -80,3 +80,4 @@ data/gschemas.compiled
80
80
releasenotes /notes /reno.cache
81
81
guake /paths.py
82
82
guake /paths.py.dev
83
+ RELEASENOTES.rst
Original file line number Diff line number Diff line change 2
2
Guake
3
3
=====
4
4
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
+
5
59
3.4.0
6
60
=====
7
61
You can’t perform that action at this time.
0 commit comments