Skip to content

Commit 4cca10b

Browse files
author
Jeremy Wootten
authored
Add release metainfo and update screenshot addresses for 7.1.0 (#1303)
1 parent 75c7282 commit 4cca10b

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

data/code.metainfo.xml.in

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929

3030
<screenshots>
3131
<screenshot type="default">
32-
<image>https://raw.githubusercontent.com/elementary/code/7.0.0/data/screenshot.png</image>
32+
<image>https://raw.githubusercontent.com/elementary/code/7.1.0/data/screenshot.png</image>
3333
</screenshot>
3434
<screenshot>
35-
<image>https://raw.githubusercontent.com/elementary/code/7.0.0/data/screenshot-dark.png</image>
35+
<image>https://raw.githubusercontent.com/elementary/code/7.1.0/data/screenshot-dark.png</image>
3636
</screenshot>
3737
</screenshots>
3838

@@ -62,29 +62,44 @@
6262
<update_contact>contact_AT_elementary.io</update_contact>
6363

6464
<releases>
65-
<release version="7.1.0" date="2023-03-17" urgency="medium">
65+
<release version="7.1.0" date="2023-04-06" urgency="medium">
6666
<description>
6767
<p>Improvements:</p>
6868
<ul>
6969
<li>Search options transferred to searchbar menu</li>
7070
<li>Whole word search option added</li>
71+
<li>Whole word, case sensitive mode and use regex search settings now persist</li>
7172
</ul>
7273
<p>Minor updates:</p>
7374
<ul>
74-
<li>Show when running a development branch of Code</li>
75+
<li>The search bar now updates properly after changing the active document</li>
76+
<li>Trying to save a document to an unwritable location is now handled better</li>
77+
<li>The system style is now followed by the symbol outline and when launched without open documents</li>
78+
<li>Mixed case sensitive search now works as expected</li>
79+
<li>The search results no longer change unexpectedly when focussing a document</li>
80+
<li>Now there is always an active project at startup if there are projects in the sidebar</li>
81+
<li>If a development branch is running this shows in the window title and in the dock tooltip</li>
82+
<li>Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs</li>
7583
<li>Updated translations</li>
7684
</ul>
7785
</description>
7886
<issues>
7987
<issue url="https://github.com/elementary/code/issues/933">Add whole word search</issue>
8088
<issue url="https://github.com/elementary/code/issues/1175">Search occurence label does not update when active document changed</issue>
81-
<issue url="https://github.com/elementary/code/issues/1261">Handle saving to unwritable location better to avoid data loss</issue>
89+
<issue url="https://github.com/elementary/code/issues/1261">Saving new document to an unwritable location gives unexpected behaviour and possible data loss</issue>
8290
<issue url="https://github.com/elementary/code/issues/1263">Symbol outline does not respect system style</issue>
8391
<issue url="https://github.com/elementary/code/issues/1270">Does not follow system color scheme when launching with no files open</issue>
8492
<issue url="https://github.com/elementary/code/issues/1275">Case sensitive/insensitive search does not work as expected with mixed case search term</issue>
8593
<issue url="https://github.com/elementary/code/issues/1282">Cannot open files with unknown characters</issue>
8694
<issue url="https://github.com/elementary/code/issues/1293">Search results change when document focused in</issue>
8795
<issue url="https://github.com/elementary/code/pull/1254">Ensure active project at startup (include non-git folders)</issue>
96+
<issue url="https://github.com/elementary/code/pull/1248">Clicking "Find in Project…" in the welcome screen causes the app crashing</issue>
97+
<issue url="https://github.com/elementary/code/pull/1210">Unexpected closing on pressing Global Search accelerator with no open documents</issue>
98+
<issue url="https://github.com/elementary/code/pull/1266">"Replace All" should not disable the "Replace" and "Replace All" buttons</issue>
99+
<issue url="https://github.com/elementary/code/pull/1272">Secure WebDav files opened from Files cannot save</issue>
100+
<issue url="https://github.com/elementary/code/pull/1256">Cancelling saving does not work as expected when closing project folder resulting in data loss</issue>
101+
<issue url="https://github.com/elementary/code/pull/1183">Autosave of unsaved buffers not reliable</issue>
102+
<issue url="https://github.com/elementary/code/pull/1282">Cannot open files with unknown characters</issue>
88103
</issues>
89104
</release>
90105

0 commit comments

Comments
 (0)