diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 1a61c6b74..32e7d7e31 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -1,5 +1,5 @@ - + io.elementary.code io.elementary.code.desktop @@ -68,6 +68,33 @@ contact_AT_elementary.io + + +

New features:

+
    +
  • The font size in the terminal pane can now be changed independently of the document font size
  • +
  • The Close Other Tabs action now has the shortcut Shift + Ctrl + W
  • +
  • A Find Matching Bracket action that works over the whole document is introduced, with the shortcut Shift + Ctrl + I
  • +
+

Minor updates:

+
    +
  • The syntax is now correctly displayed in the format bar when the document is first opened
  • +
  • Opening a document from the command line with the `-g` option now scrolls to the selected range
  • +
  • When entering an ordered list in markdown mode, inserted lines are now indented and numbered correctly
  • +
  • Several shortcuts are no longer intercepted by the main window when the terminal is focused
  • +
  • Updated translations
  • +
+
+ + Appending and inserting with indented ordered lists not handled correctly + Independent font size for terminal + Ctrl + R is intercepted when using the terminal pane + Ctrl + U does not clear current line in embedded terminal + Ctrl + K is intercepted when using e.g. nano in terminal pane + Document opened with range does not scroll to show selected range + Language shown in format bar incorrect when document first opened + +

Minor updates: