Skip to content
Closed
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
18 changes: 17 additions & 1 deletion data/code.metainfo.xml.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018–2023 elementary, Inc. <contact@elementary.io> -->
<!--Copyright 2018–2023 elementary, Inc. <contact@elementary.io> -->
<component type="desktop-application">
<id>io.elementary.code</id>
<launchable type="desktop-id">io.elementary.code.desktop</launchable>
Expand Down Expand Up @@ -68,6 +68,22 @@
<update_contact>contact_AT_elementary.io</update_contact>

<releases>
<release version="8.3.3" date="2026-09-14" urgency="medium">
<description>
<p>Minor updates:</p>
<ul>
<li>The syntax is now correctly displayed in the format bar when the document is first opened</li>
<li>Opening a document from the command line with the `-g` option now scrolls to the selected range</li>
<li>When entering an ordered list in markdown mode, inserted lines are now indented and numbered correctly </li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/code/issues/1475">Appending and inserting with indented ordered lists not handled correctly</issue>
<issue url="https://github.com/elementary/code/issues/1703">Document opened with range does not scroll to show selected range</issue>
<issue url="https://github.com/elementary/code/issues/1798">Language shown in format bar incorrect when document first opened</issue>
</issues>
</release>
<release version="8.3.2" date="2026-08-04" urgency="medium">
<description>
<p>Minor updates:</p>
Expand Down
Loading