|
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.1/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.1/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.0.0" date="2025-06-13" urgency="medium"> |
| 71 | + <release version="8.1.1" date="2025-09-06" urgency="medium"> |
| 72 | + <description> |
| 73 | + <p>Minor updates:</p> |
| 74 | + <ul> |
| 75 | + <li>The terminal pane is now synchronized with the Terminal app foreground, background and palette settings</li> |
| 76 | + <li>The terminal pane is now synchronized with GNOME font and cursor blink settings</li> |
| 77 | + <li>Updated translations</li> |
| 78 | + </ul> |
| 79 | + </description> |
| 80 | + <issues> |
| 81 | + <issue url="https://github.com/elementary/code/issues/1586">Relies on external Terminal settings keys</issue> |
| 82 | + <issue url="https://github.com/elementary/code/issues/457">Exiting process running in terminal leaves terminal useless</issue> |
| 83 | + <issue url="https://github.com/elementary/code/issues/276">Listen for changes to Terminal color scheme</issue> |
| 84 | + </issues> |
| 85 | + </release> |
| 86 | + <release version="8.1.0" date="2025-08-01" urgency="medium"> |
| 87 | + <description> |
| 88 | + <p>Improvements:</p> |
| 89 | + <ul> |
| 90 | + <li>The Project Chooser context menu now includes an option to clone a remote git repository</li> |
| 91 | + </ul> |
| 92 | + <p>Minor updates:</p> |
| 93 | + <ul> |
| 94 | + <li>The "Open Folder" action now appears in the Project Chooser context menu</li> |
| 95 | + <li>The Vala symbol pane now shows a spinner while loading</li> |
| 96 | + <li>The filter in the C symbol pane now works</li> |
| 97 | + <li>Updated translations</li> |
| 98 | + </ul> |
| 99 | + </description> |
| 100 | + <issues> |
| 101 | + <issue url="https://github.com/elementary/code/issues/1629">Markdown plug: Extending an ordered list at end of document causes infinite loop</issue> |
| 102 | + <issue url="https://github.com/elementary/code/issues/1603">8.0.0 FTBFS with GCC 14 (-Wimplicit-function-declaration)</issue> |
| 103 | + <issue url="https://github.com/elementary/code/issues/1597">Symbol pane filter should work for C symbols too</issue> |
| 104 | + <issue url="https://github.com/elementary/code/issues/1443">Code crashes when deleting lines</issue> |
| 105 | + <issue url="https://github.com/elementary/code/issues/740">Blank tooltip on hovering expanded empty folder</issue> |
| 106 | + <issue url="https://github.com/elementary/code/issues/385">Do not allow projects to be moved to trash from the sidebar</issue> |
| 107 | + <issue url="https://github.com/elementary/code/issues/26">Outline plugin does not indicate when it is loading</issue> |
| 108 | + </issues> |
| 109 | + </release> |
| 110 | + <release version="8.0.0" date="2025-06-20" urgency="medium"> |
72 | 111 | <description> |
73 | 112 | <p>Improvements:</p> |
74 | 113 | <ul> |
|
0 commit comments