Skip to content

Commit

Permalink
Release 7.1.0 update metainfo (#1350)
Browse files Browse the repository at this point in the history
* Correct links to issues and sort

* Add recent issue fixes

* Update for pull #1336
  • Loading branch information
Jeremy Wootten committed Jul 11, 2023
1 parent a9c78dc commit a2db8d3
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions data/code.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -84,27 +84,32 @@
<li>Now there is always an active project at startup if there are projects in the sidebar</li>
<li>If a development branch is running this shows in the window title and in the dock tooltip</li>
<li>Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs</li>
<li>Ensure active project at startup (include non-git folders)</li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/code/issues/739">No expander on folders that contain no text files</issue>
<issue url="https://github.com/elementary/code/issues/933">Add whole word search</issue>
<issue url="https://github.com/elementary/code/issues/965">Undo-ing sometimes deletes the entire contents of a file</issue>
<issue url="https://github.com/elementary/code/issues/1175">Search occurence label does not update when active document changed</issue>
<issue url="https://github.com/elementary/code/issues/1183">Autosave of unsaved buffers not reliable</issue>
<issue url="https://github.com/elementary/code/issues/1208">Slow to close multiple documents</issue>
<issue url="https://github.com/elementary/code/issues/1210">Unexpected closing on pressing Global Search accelerator with no open documents</issue>
<issue url="https://github.com/elementary/code/issues/1248">Clicking "Find in Project…" in the welcome screen causes the app crashing</issue>
<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>
<issue url="https://github.com/elementary/code/issues/1261">Saving new document to an unwritable location gives unexpected behaviour and possible data loss</issue>
<issue url="https://github.com/elementary/code/issues/1263">Symbol outline does not respect system style</issue>
<issue url="https://github.com/elementary/code/issues/1266">"Replace All" should not disable the "Replace" and "Replace All" buttons</issue>
<issue url="https://github.com/elementary/code/issues/1270">Does not follow system color scheme when launching with no files open</issue>
<issue url="https://github.com/elementary/code/issues/1272">Secure WebDav files opened from Files cannot save</issue>
<issue url="https://github.com/elementary/code/issues/1275">Case sensitive/insensitive search does not work as expected with mixed case search term</issue>
<issue url="https://github.com/elementary/code/issues/1282">Cannot open files with unknown characters</issue>
<issue url="https://github.com/elementary/code/issues/1293">Search results change when document focused in</issue>
<issue url="https://github.com/elementary/code/pull/1254">Ensure active project at startup (include non-git folders)</issue>
<issue url="https://github.com/elementary/code/pull/1248">Clicking "Find in Project…" in the welcome screen causes the app crashing</issue>
<issue url="https://github.com/elementary/code/pull/1210">Unexpected closing on pressing Global Search accelerator with no open documents</issue>
<issue url="https://github.com/elementary/code/pull/1266">"Replace All" should not disable the "Replace" and "Replace All" buttons</issue>
<issue url="https://github.com/elementary/code/pull/1272">Secure WebDav files opened from Files cannot save</issue>
<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>
<issue url="https://github.com/elementary/code/pull/1183">Autosave of unsaved buffers not reliable</issue>
<issue url="https://github.com/elementary/code/pull/1282">Cannot open files with unknown characters</issue>
<issue url="https://github.com/elementary/code/pull/1252">No expander on folders that contain no text files</issue>
<issue url="https://github.com/elementary/code/issues/1327">Git branch change can result in unwanted warnings</issue>
<issue url="https://github.com/elementary/code/issues/1335">Search entry reverts to previous term after editing and pressing Control+f</issue>
<issue url="https://github.com/elementary/code/issues/1340">Tab width menu does not work</issue>
<issue url="https://github.com/elementary/code/issues/1341">Line numbers should start from one not zero</issue>
</issues>
</release>

Expand Down

0 comments on commit a2db8d3

Please sign in to comment.