From 5b0db01710aae20ca83ce5983d4151504bc57c79 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Wed, 29 Nov 2023 17:11:47 +0000 Subject: [PATCH] Add metainfo for version 7.2.0 (#1383) --- data/code.metainfo.xml.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index d4ded035c..b7de0c904 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -66,6 +66,28 @@ contact_AT_elementary.io + + +

Improvements:

+
    +
  • When opening a file in Code from the commandline or another app, a line/char position or selection range may be specified
  • +
+

Minor updates:

+
    +
  • "Find in Folder" now works for all folders and text files, not only ".vala" files
  • +
  • "Follow System Style" is now fully respected
  • +
  • The "--new-tab" commandline option now works
  • +
  • Updated translations
  • +
+
+ + Expose "Go To Line" feature externally + Searching within a folder should ignore global filters + System theme change not fully respected if Code already running + "new-tab" command line option not working + +
+

Improvements: