|
68 | 68 | <update_contact>contact_AT_elementary.io</update_contact> |
69 | 69 |
|
70 | 70 | <releases> |
| 71 | + <release version="8.0.0" date="2025-06-13" urgency="medium"> |
| 72 | + <description> |
| 73 | + <p>Improvements:</p> |
| 74 | + <ul> |
| 75 | + <li>A new gutter is added for adding/removing edit marks that can be navigated between with keyboard shortcuts</li> |
| 76 | + <li>Remote branches may now be opened from the "Branch" menu</li> |
| 77 | + <li>Options to overwrite or cancel are given when switching branch with uncommitted changes</li> |
| 78 | + <li>The network can now be accessed from within the Flatpak</li> |
| 79 | + <li>The branch names in the "Branch" submenus are now sorted alphabetically</li> |
| 80 | + <li>The extension list now has switches instead of checkboxes in order to provide a larger target</li> |
| 81 | + <li>The terminal pane now implements smart copy-paste and follows the "natural-copy-paste" setting of Terminal</li> |
| 82 | + <li>The Vala symbol pane now gives more information in the tooltips</li> |
| 83 | + </ul> |
| 84 | + <p>Minor updates:</p> |
| 85 | + <ul> |
| 86 | + <li>Launcher actions now have icons</li> |
| 87 | + <li>Opening and immediately closing a new document no longer prevents further documents being opened</li> |
| 88 | + <li>The Vala symbol pane may only block the UI for a limited time if there are a large number of symbols</li> |
| 89 | + <li>The "Open in …" menu is no longer empty when running as Flatpak</li> |
| 90 | + <li>The search term now persists until editing or closing the search bar.</li> |
| 91 | + <li>No longer allow the parent or child of an open project to be itself opened as a project</li> |
| 92 | + <li>The active project dropdown now keeps in sync</li> |
| 93 | + <li>Numbered lists are now handled correctly by Markdown plugin</li> |
| 94 | + <li>The highlighting plugin now works with selections of more than one word</li> |
| 95 | + <li>The "Open in …" menu is now sorted and includes a "Terminal Pane" entry</li> |
| 96 | + <li>Folders containing may items now expand faster without blocking the UI</li> |
| 97 | + <li>Symbol Pane now always scrolls document to selected symbol</li> |
| 98 | + <li>Updated translations</li> |
| 99 | + </ul> |
| 100 | + </description> |
| 101 | + <issues> |
| 102 | + <issue url="https://github.com/elementary/code/issues/1575">Sort the branch names in "Branch" menu</issue> |
| 103 | + <issue url="https://github.com/elementary/code/issues/1558">Add icons for launcher actions</issue> |
| 104 | + <issue url="https://github.com/elementary/code/issues/1536">Cannot open docs after opening and closing a new document</issue> |
| 105 | + <issue url="https://github.com/elementary/code/issues/1521">Uncommitted changes lost without warning if another branch is checked out with the context menu</issue> |
| 106 | + <issue url="https://github.com/elementary/code/issues/1519">Sort Apps for "Open in …"</issue> |
| 107 | + <issue url="https://github.com/elementary/code/issues/1515">Limit time vala symbol pane takes to parse and display symbols</issue> |
| 108 | + <issue url="https://github.com/elementary/code/issues/1511">Open in menu empty when running as Flatpak</issue> |
| 109 | + <issue url="https://github.com/elementary/code/issues/1508">Search term disappears unexpectedly when editing text</issue> |
| 110 | + <issue url="https://github.com/elementary/code/issues/1494">Code crashes when both a folder and its parent are open as projects and a document present in both is opened</issue> |
| 111 | + <issue url="https://github.com/elementary/code/issues/1471">Active project dropdown sometimes out of sync on restart</issue> |
| 112 | + <issue url="https://github.com/elementary/code/issues/1473">Markdown numbered list auto-completion deletes text</issue> |
| 113 | + <issue url="https://github.com/elementary/code/issues/1469">Certain word selections are not highlighted by plugin</issue> |
| 114 | + <issue url="https://github.com/elementary/code/issues/1410">Add more information to Symbol plugin tooltips</issue> |
| 115 | + <issue url="https://github.com/elementary/code/issues/1408">Move "Open in Terminal Pane" item to the "Open In" menu</issue> |
| 116 | + <issue url="https://github.com/elementary/code/issues/1332">Sidebar is slow to expand folders containing moderately many (2000) files first time</issue> |
| 117 | + <issue url="https://github.com/elementary/code/issues/1317">Symbol Pane: Does not scroll back to already selected method</issue> |
| 118 | + <issue url="https://github.com/elementary/code/issues/1156">ProjectFolder menu: "Branch" option does not show remote branches</issue> |
| 119 | + <issue url="https://github.com/elementary/code/issues/677">Improve message when file changes on disk to include moving or renaming</issue> |
| 120 | + <issue url="https://github.com/elementary/code/issues/147">Implement natural copy/paste in terminal plug</issue> |
| 121 | + </issues> |
| 122 | + </release> |
| 123 | + |
71 | 124 | <release version="7.4.0" date="2024-10-21" urgency="medium"> |
72 | 125 | <description> |
73 | 126 | <p>Minor updates:</p> |
|
0 commit comments