|
66 | 66 | <update_contact>contact_AT_elementary.io</update_contact> |
67 | 67 |
|
68 | 68 | <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"> |
70 | 70 | <description> |
71 | 71 | <p>Improvements:</p> |
72 | 72 | <ul> |
|
84 | 84 | <li>Now there is always an active project at startup if there are projects in the sidebar</li> |
85 | 85 | <li>If a development branch is running this shows in the window title and in the dock tooltip</li> |
86 | 86 | <li>Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs</li> |
| 87 | + <li>Ensure active project at startup (include non-git folders)</li> |
87 | 88 | <li>Updated translations</li> |
88 | 89 | </ul> |
89 | 90 | </description> |
90 | 91 | <issues> |
| 92 | + <issue url="https://github.com/elementary/code/issues/739">No expander on folders that contain no text files</issue> |
91 | 93 | <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> |
92 | 95 | <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> |
93 | 101 | <issue url="https://github.com/elementary/code/issues/1261">Saving new document to an unwritable location gives unexpected behaviour and possible data loss</issue> |
94 | 102 | <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> |
95 | 104 | <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> |
96 | 106 | <issue url="https://github.com/elementary/code/issues/1275">Case sensitive/insensitive search does not work as expected with mixed case search term</issue> |
97 | 107 | <issue url="https://github.com/elementary/code/issues/1282">Cannot open files with unknown characters</issue> |
98 | 108 | <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> |
108 | 114 | </issues> |
109 | 115 | </release> |
110 | 116 |
|
|
0 commit comments