Skip to content

Commit 698c64e

Browse files
Merge pull request #1804 from contour-terminal/maintenance/cleanup-metainfo
metainfo.xml: re-order next-release changelog to keep things grouped
2 parents 5d93bb7 + c471170 commit 698c64e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

metainfo.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
<release version="0.6.2" urgency="medium" type="development">
108108
<description>
109109
<ul>
110-
<li>Drop Qt5 support</li>
111110
<li>Fixes insert mode / default status line colorscheme loading (#1737)</li>
112111
<li>Fixes `CancelSelection` default binding with escape (#1710)</li>
113112
<li>Fixes `CreateTab` to sometimes spawn more than one tab (#1695)</li>
@@ -117,6 +116,9 @@
117116
<li>Fixes crash on scaling down some symbols during font size change</li>
118117
<li>Fixes mouse scrolling speed being too slow</li>
119118
<li>Fixes crash in vi normal mode when using `y0` (#1801)</li>
119+
<li>Fixes empty history jump (#1781)</li>
120+
<li>Fixes double line box drawing characters</li>
121+
<li>Fixes DECRQM (DEC Request Mode) response (#1797)</li>
120122
<li>Enables customizing predefined color palette (#1763)</li>
121123
<li>Ensure inserting new tabs happens right next to the currently active tab (#1695)</li>
122124
<li>Allow glyphs to underflow if they are not bigger than the cell size (#1603)</li>
@@ -126,12 +128,10 @@
126128
<li>Adds CenterCursor (`zz`) vi motion</li>
127129
<li>Adds ability to name tabs (#1690)</li>
128130
<li>Adds dynamic loading of conpty.dll to allow mouse mode on Windows 10</li>
129-
<li>Fix empty history jump (#1781)</li>
130131
<li>Adds git graph drawing glyphs</li>
131-
<li>Fixes double line box drawing characters</li>
132132
<li>Adds new arc style for box drawing characters</li>
133133
<li>Adds multiple rendering options for braille characters</li>
134-
<li>Bugfix DECRQM (Dec Request Mode) response (#1797)</li>
134+
<li>Drop Qt5 support</li>
135135
</ul>
136136
</description>
137137
</release>

0 commit comments

Comments
 (0)