|
29 | 29 |
|
30 | 30 | <screenshots> |
31 | 31 | <screenshot type="default"> |
32 | | - <image>https://raw.githubusercontent.com/elementary/code/7.4.0/data/screenshot.png</image> |
| 32 | + <image>https://raw.githubusercontent.com/elementary/code/8.1.2/data/screenshot.png</image> |
33 | 33 | </screenshot> |
34 | 34 | <screenshot> |
35 | | - <image>https://raw.githubusercontent.com/elementary/code/7.4.0/data/screenshot-dark.png</image> |
| 35 | + <image>https://raw.githubusercontent.com/elementary/code/8.1.2/data/screenshot-dark.png</image> |
36 | 36 | </screenshot> |
37 | 37 | </screenshots> |
38 | 38 |
|
|
68 | 68 | <update_contact>contact_AT_elementary.io</update_contact> |
69 | 69 |
|
70 | 70 | <releases> |
| 71 | + <release version="8.1.2" date="2025-11-05" urgency="medium"> |
| 72 | + <description> |
| 73 | + <p>Minor updates:</p> |
| 74 | + <ul> |
| 75 | + <li>The tooltips for C symbols are now more informative</li> |
| 76 | + <li>Cloning success is now indicated by toast instead of a dialog</li> |
| 77 | + <li>Global search and local search now have the same case sensitivity</li> |
| 78 | + <li>Opening a second window no longer results in duplicate project entries in the project chooser</li> |
| 79 | + <li>Updated translations</li> |
| 80 | + </ul> |
| 81 | + </description> |
| 82 | + <issues> |
| 83 | + <issue url="https://github.com/elementary/code/issues/1628">Git clone success dialog should be a toast</issue> |
| 84 | + <issue url="https://github.com/elementary/code/issues/1507">Duplicate projects in dropdown after opening second window from duplicate tab</issue> |
| 85 | + <issue url="https://github.com/elementary/code/issues/1277">Global Search case sensitivity behaviour differs from local search</issue> |
| 86 | + </issues> |
| 87 | + </release> |
| 88 | + <release version="8.1.1" date="2025-09-06" urgency="medium"> |
| 89 | + <description> |
| 90 | + <p>Minor updates:</p> |
| 91 | + <ul> |
| 92 | + <li>The terminal pane is now synchronized with the Terminal app foreground, background and palette settings</li> |
| 93 | + <li>The terminal pane is now synchronized with GNOME font and cursor blink settings</li> |
| 94 | + <li>Updated translations</li> |
| 95 | + </ul> |
| 96 | + </description> |
| 97 | + <issues> |
| 98 | + <issue url="https://github.com/elementary/code/issues/1586">Relies on external Terminal settings keys</issue> |
| 99 | + <issue url="https://github.com/elementary/code/issues/457">Exiting process running in terminal leaves terminal useless</issue> |
| 100 | + <issue url="https://github.com/elementary/code/issues/276">Listen for changes to Terminal color scheme</issue> |
| 101 | + </issues> |
| 102 | + </release> |
| 103 | + <release version="8.1.0" date="2025-08-01" urgency="medium"> |
| 104 | + <description> |
| 105 | + <p>Improvements:</p> |
| 106 | + <ul> |
| 107 | + <li>The Project Chooser context menu now includes an option to clone a remote git repository</li> |
| 108 | + </ul> |
| 109 | + <p>Minor updates:</p> |
| 110 | + <ul> |
| 111 | + <li>The "Open Folder" action now appears in the Project Chooser context menu</li> |
| 112 | + <li>The Vala symbol pane now shows a spinner while loading</li> |
| 113 | + <li>The filter in the C symbol pane now works</li> |
| 114 | + <li>Updated translations</li> |
| 115 | + </ul> |
| 116 | + </description> |
| 117 | + <issues> |
| 118 | + <issue url="https://github.com/elementary/code/issues/1629">Markdown plug: Extending an ordered list at end of document causes infinite loop</issue> |
| 119 | + <issue url="https://github.com/elementary/code/issues/1603">8.0.0 FTBFS with GCC 14 (-Wimplicit-function-declaration)</issue> |
| 120 | + <issue url="https://github.com/elementary/code/issues/1597">Symbol pane filter should work for C symbols too</issue> |
| 121 | + <issue url="https://github.com/elementary/code/issues/1443">Code crashes when deleting lines</issue> |
| 122 | + <issue url="https://github.com/elementary/code/issues/740">Blank tooltip on hovering expanded empty folder</issue> |
| 123 | + <issue url="https://github.com/elementary/code/issues/385">Do not allow projects to be moved to trash from the sidebar</issue> |
| 124 | + <issue url="https://github.com/elementary/code/issues/26">Outline plugin does not indicate when it is loading</issue> |
| 125 | + </issues> |
| 126 | + </release> |
| 127 | + <release version="8.0.0" date="2025-06-20" urgency="medium"> |
| 128 | + <description> |
| 129 | + <p>Improvements:</p> |
| 130 | + <ul> |
| 131 | + <li>A new gutter is added for adding/removing edit marks that can be navigated between with keyboard shortcuts</li> |
| 132 | + <li>Remote branches may now be opened from the "Branch" menu</li> |
| 133 | + <li>Options to overwrite or cancel are given when switching branch with uncommitted changes</li> |
| 134 | + <li>The network can now be accessed from within the Flatpak</li> |
| 135 | + <li>The branch names in the "Branch" submenus are now sorted alphabetically</li> |
| 136 | + <li>The extension list now has switches instead of checkboxes in order to provide a larger target</li> |
| 137 | + <li>The terminal pane now implements smart copy-paste and follows the "natural-copy-paste" setting of Terminal</li> |
| 138 | + <li>The Vala symbol pane now gives more information in the tooltips</li> |
| 139 | + </ul> |
| 140 | + <p>Minor updates:</p> |
| 141 | + <ul> |
| 142 | + <li>Launcher actions now have icons</li> |
| 143 | + <li>Opening and immediately closing a new document no longer prevents further documents being opened</li> |
| 144 | + <li>The Vala symbol pane may only block the UI for a limited time if there are a large number of symbols</li> |
| 145 | + <li>The "Open in …" menu is no longer empty when running as Flatpak</li> |
| 146 | + <li>The search term now persists until editing or closing the search bar.</li> |
| 147 | + <li>No longer allow the parent or child of an open project to be itself opened as a project</li> |
| 148 | + <li>The active project dropdown now keeps in sync</li> |
| 149 | + <li>Numbered lists are now handled correctly by Markdown plugin</li> |
| 150 | + <li>The highlighting plugin now works with selections of more than one word</li> |
| 151 | + <li>The "Open in …" menu is now sorted and includes a "Terminal Pane" entry</li> |
| 152 | + <li>Folders containing may items now expand faster without blocking the UI</li> |
| 153 | + <li>Symbol Pane now always scrolls document to selected symbol</li> |
| 154 | + <li>Updated translations</li> |
| 155 | + </ul> |
| 156 | + </description> |
| 157 | + <issues> |
| 158 | + <issue url="https://github.com/elementary/code/issues/1575">Sort the branch names in "Branch" menu</issue> |
| 159 | + <issue url="https://github.com/elementary/code/issues/1558">Add icons for launcher actions</issue> |
| 160 | + <issue url="https://github.com/elementary/code/issues/1536">Cannot open docs after opening and closing a new document</issue> |
| 161 | + <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> |
| 162 | + <issue url="https://github.com/elementary/code/issues/1519">Sort Apps for "Open in …"</issue> |
| 163 | + <issue url="https://github.com/elementary/code/issues/1515">Limit time vala symbol pane takes to parse and display symbols</issue> |
| 164 | + <issue url="https://github.com/elementary/code/issues/1511">Open in menu empty when running as Flatpak</issue> |
| 165 | + <issue url="https://github.com/elementary/code/issues/1508">Search term disappears unexpectedly when editing text</issue> |
| 166 | + <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> |
| 167 | + <issue url="https://github.com/elementary/code/issues/1471">Active project dropdown sometimes out of sync on restart</issue> |
| 168 | + <issue url="https://github.com/elementary/code/issues/1473">Markdown numbered list auto-completion deletes text</issue> |
| 169 | + <issue url="https://github.com/elementary/code/issues/1469">Certain word selections are not highlighted by plugin</issue> |
| 170 | + <issue url="https://github.com/elementary/code/issues/1410">Add more information to Symbol plugin tooltips</issue> |
| 171 | + <issue url="https://github.com/elementary/code/issues/1408">Move "Open in Terminal Pane" item to the "Open In" menu</issue> |
| 172 | + <issue url="https://github.com/elementary/code/issues/1332">Sidebar is slow to expand folders containing moderately many (2000) files first time</issue> |
| 173 | + <issue url="https://github.com/elementary/code/issues/1317">Symbol Pane: Does not scroll back to already selected method</issue> |
| 174 | + <issue url="https://github.com/elementary/code/issues/1156">ProjectFolder menu: "Branch" option does not show remote branches</issue> |
| 175 | + <issue url="https://github.com/elementary/code/issues/677">Improve message when file changes on disk to include moving or renaming</issue> |
| 176 | + <issue url="https://github.com/elementary/code/issues/147">Implement natural copy/paste in terminal plug</issue> |
| 177 | + </issues> |
| 178 | + </release> |
| 179 | + |
71 | 180 | <release version="7.4.0" date="2024-10-21" urgency="medium"> |
72 | 181 | <description> |
73 | 182 | <p>Minor updates:</p> |
|
0 commit comments