|
29 | 29 |
|
30 | 30 | <screenshots> |
31 | 31 | <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> |
33 | 33 | </screenshot> |
34 | 34 | <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> |
36 | 36 | </screenshot> |
37 | 37 | </screenshots> |
38 | 38 |
|
|
62 | 62 | <update_contact>contact_AT_elementary.io</update_contact> |
63 | 63 |
|
64 | 64 | <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"> |
66 | 66 | <description> |
67 | 67 | <p>Improvements:</p> |
68 | 68 | <ul> |
69 | 69 | <li>Search options transferred to searchbar menu</li> |
70 | 70 | <li>Whole word search option added</li> |
| 71 | + <li>Whole word, case sensitive mode and use regex search settings now persist</li> |
71 | 72 | </ul> |
72 | 73 | <p>Minor updates:</p> |
73 | 74 | <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> |
75 | 83 | <li>Updated translations</li> |
76 | 84 | </ul> |
77 | 85 | </description> |
78 | 86 | <issues> |
79 | 87 | <issue url="https://github.com/elementary/code/issues/933">Add whole word search</issue> |
80 | 88 | <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> |
82 | 90 | <issue url="https://github.com/elementary/code/issues/1263">Symbol outline does not respect system style</issue> |
83 | 91 | <issue url="https://github.com/elementary/code/issues/1270">Does not follow system color scheme when launching with no files open</issue> |
84 | 92 | <issue url="https://github.com/elementary/code/issues/1275">Case sensitive/insensitive search does not work as expected with mixed case search term</issue> |
85 | 93 | <issue url="https://github.com/elementary/code/issues/1282">Cannot open files with unknown characters</issue> |
86 | 94 | <issue url="https://github.com/elementary/code/issues/1293">Search results change when document focused in</issue> |
87 | 95 | <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> |
88 | 103 | </issues> |
89 | 104 | </release> |
90 | 105 |
|
|
0 commit comments