Skip to content
Open
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
25 changes: 25 additions & 0 deletions data/code.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,31 @@
<update_contact>contact_AT_elementary.io</update_contact>

<releases>
<release version="8.2.0" date="2025-12-29" 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>
</ul>
<p>Minor updates:</p>
<ul>
<li>Absence of Terminal or Gnome settings no longer causes a crash</li>
<li>The terminal pane now handles the shell exiting gracefully</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/1507">Duplicate projects in dropdown after opening second window from duplicate tab</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/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">DAdd an option in Preferences to disable syntax highlighting globally</issue>
</issues>
</release>
<release version="8.1.2" date="2025-11-05" urgency="medium">
<description>
<p>Minor updates:</p>
Expand Down