Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add metainfo for version 7.2.0 #1383

Merged
merged 2 commits into from
Nov 29, 2023
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
22 changes: 22 additions & 0 deletions data/code.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,28 @@
<update_contact>contact_AT_elementary.io</update_contact>

<releases>
<release version="7.2.0" date="2023-11-28" urgency="medium">
<description>
<p>Improvements:</p>
<ul>
<li>When opening a file in Code from the commandline or another app, a line/char position or selection range may be specified</li>
</ul>
<p>Minor updates:</p>
<ul>
<li>"Find in Folder" now works for all folders and text files, not only ".vala" files</li>
<li>"Follow System Style" is now fully respected</li>
<li>The "--new-tab" commandline option now works</li>
<li>Updated translations</li>
</ul>
</description>
<issues>
<issue url="https://github.com/elementary/code/issues/415">Expose "Go To Line" feature externally</issue>
<issue url="https://github.com/elementary/code/issues/1198">Searching within a folder should ignore global filters</issue>
<issue url="https://github.com/elementary/code/issues/1364">System theme change not fully respected if Code already running</issue>
<issue url="https://github.com/elementary/code/issues/1380">"new-tab" command line option not working</issue>
</issues>
</release>

<release version="7.1.0" date="2023-07-28" urgency="medium">
<description>
<p>Improvements:</p>
Expand Down