From 96fef52f83c347b37ae7f1d8e0651c4b2e25554c Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Tue, 28 Nov 2023 18:34:22 +0000 Subject: [PATCH] Add metainfo for version 7.2.0 --- 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: