Skip to content

Commit 488bfd2

Browse files
Jeremy Woottenzeebok
andauthored
Release 7.1.0 (#1304)
* Update project version in meson.build * Release 7.1.0 update metainfo (#1350) * Correct links to issues and sort * Add recent issue fixes * Update for pull #1336 * Add another fixed issue to metainfo, update date --------- Co-authored-by: Ryan Kornheisl <[email protected]>
1 parent 6c7626d commit 488bfd2

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

data/code.metainfo.xml.in

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<update_contact>contact_AT_elementary.io</update_contact>
6767

6868
<releases>
69-
<release version="7.1.0" date="2023-04-06" urgency="medium">
69+
<release version="7.1.0" date="2023-07-28" urgency="medium">
7070
<description>
7171
<p>Improvements:</p>
7272
<ul>
@@ -84,27 +84,33 @@
8484
<li>Now there is always an active project at startup if there are projects in the sidebar</li>
8585
<li>If a development branch is running this shows in the window title and in the dock tooltip</li>
8686
<li>Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs</li>
87+
<li>Ensure active project at startup (include non-git folders)</li>
8788
<li>Updated translations</li>
8889
</ul>
8990
</description>
9091
<issues>
92+
<issue url="https://github.com/elementary/code/issues/739">No expander on folders that contain no text files</issue>
9193
<issue url="https://github.com/elementary/code/issues/933">Add whole word search</issue>
94+
<issue url="https://github.com/elementary/code/issues/965">Undo-ing sometimes deletes the entire contents of a file</issue>
9295
<issue url="https://github.com/elementary/code/issues/1175">Search occurence label does not update when active document changed</issue>
96+
<issue url="https://github.com/elementary/code/issues/1183">Autosave of unsaved buffers not reliable</issue>
97+
<issue url="https://github.com/elementary/code/issues/1208">Slow to close multiple documents</issue>
98+
<issue url="https://github.com/elementary/code/issues/1210">Unexpected closing on pressing Global Search accelerator with no open documents</issue>
99+
<issue url="https://github.com/elementary/code/issues/1248">Clicking "Find in Project…" in the welcome screen causes the app crashing</issue>
100+
<issue url="https://github.com/elementary/code/issues/1256">Cancelling saving does not work as expected when closing project folder resulting in data loss</issue>
93101
<issue url="https://github.com/elementary/code/issues/1261">Saving new document to an unwritable location gives unexpected behaviour and possible data loss</issue>
94102
<issue url="https://github.com/elementary/code/issues/1263">Symbol outline does not respect system style</issue>
103+
<issue url="https://github.com/elementary/code/issues/1266">"Replace All" should not disable the "Replace" and "Replace All" buttons</issue>
95104
<issue url="https://github.com/elementary/code/issues/1270">Does not follow system color scheme when launching with no files open</issue>
105+
<issue url="https://github.com/elementary/code/issues/1272">Secure WebDav files opened from Files cannot save</issue>
96106
<issue url="https://github.com/elementary/code/issues/1275">Case sensitive/insensitive search does not work as expected with mixed case search term</issue>
97107
<issue url="https://github.com/elementary/code/issues/1282">Cannot open files with unknown characters</issue>
98108
<issue url="https://github.com/elementary/code/issues/1293">Search results change when document focused in</issue>
99-
<issue url="https://github.com/elementary/code/pull/1254">Ensure active project at startup (include non-git folders)</issue>
100-
<issue url="https://github.com/elementary/code/pull/1248">Clicking "Find in Project…" in the welcome screen causes the app crashing</issue>
101-
<issue url="https://github.com/elementary/code/pull/1210">Unexpected closing on pressing Global Search accelerator with no open documents</issue>
102-
<issue url="https://github.com/elementary/code/pull/1266">"Replace All" should not disable the "Replace" and "Replace All" buttons</issue>
103-
<issue url="https://github.com/elementary/code/pull/1272">Secure WebDav files opened from Files cannot save</issue>
104-
<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>
105-
<issue url="https://github.com/elementary/code/pull/1183">Autosave of unsaved buffers not reliable</issue>
106-
<issue url="https://github.com/elementary/code/pull/1282">Cannot open files with unknown characters</issue>
107-
<issue url="https://github.com/elementary/code/pull/1252">No expander on folders that contain no text files</issue>
109+
<issue url="https://github.com/elementary/code/issues/1319">Document does not open when sidebar entry clicked if it is already focused</issue>
110+
<issue url="https://github.com/elementary/code/issues/1327">Git branch change can result in unwanted warnings</issue>
111+
<issue url="https://github.com/elementary/code/issues/1335">Search entry reverts to previous term after editing and pressing Control+f</issue>
112+
<issue url="https://github.com/elementary/code/issues/1340">Tab width menu does not work</issue>
113+
<issue url="https://github.com/elementary/code/issues/1341">Line numbers should start from one not zero</issue>
108114
</issues>
109115
</release>
110116

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project(
22
'io.elementary.code',
33
'vala', 'c',
44
meson_version: '>= 0.58.0',
5-
version: '7.0.0'
5+
version: '7.1.0'
66
)
77

88
add_project_arguments([

0 commit comments

Comments
 (0)