Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion data/code.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@
<update_contact>contact_AT_elementary.io</update_contact>

<releases>
<release version="8.2.0" date="2026-01-31" urgency="medium">
<release version="8.2.0" date="2026-02-31" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>The high-contrast style-scheme is replaced by an elementary version with improved contrast for line numbers</li>
<li>The terminal pane now follows Terminal app color-scheme setting</li>
<li>It is now possible to disable syntax highlighting</li>
<li>There is now an option to keep the project folders sorted</li>
</ul>
<p>Minor updates:</p>
<ul>
Expand All @@ -83,20 +84,24 @@
<li>The terminal pane now follows the current active project path on start or opening</li>
<li>It is no longer possible to open multiple PasteBin dialogs</li>
<li>A cause of possible crashing by the sidebar on startup was fixed</li>
<li>Two issues where global search shows incorrect information are fixed</li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/code/issues/276">Listen for changes to Terminal color scheme</issue>
<issue url="https://github.com/elementary/code/issues/457">Exiting process running in terminal leaves terminal useless</issue>
<issue url="https://github.com/elementary/code/issues/548">Line numbers in high contrast theme</issue>
<issue url="https://github.com/elementary/code/issues/568">Sort open project folders</issue>
<issue url="https://github.com/elementary/code/issues/949">Pastebin Dialog: Can open infinite format dialogs</issue>
<issue url="https://github.com/elementary/code/issues/1507">Duplicate projects in dropdown after opening second window from duplicate tab</issue>
<issue url="https://github.com/elementary/code/issues/1523">Terminal Pane does not follow current active project path on startup or when reopened</issue>
<issue url="https://github.com/elementary/code/issues/1586">Relies on external Terminal settings keys</issue>
<issue url="https://github.com/elementary/code/issues/1654">Segmentation Fault when starting Code</issue>
<issue url="https://github.com/elementary/code/issues/1662">Crash on Global search when a file name is a prefix of a folder which is a parent of a matched file</issue>
<issue url="https://github.com/elementary/code/issues/1664">Add an option in Preferences to disable syntax highlighting globally</issue>
<issue url="https://github.com/elementary/code/issues/1667">Global search gives incorrect number of hits for some search terms</issue>
<issue url="https://github.com/elementary/code/issues/1668">Global search sometimes fails to update badges when a new search is carried out</issue>
</issues>
</release>
<release version="8.1.2" date="2025-11-05" urgency="medium">
Expand Down
Loading