diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 2593cb40e..89fa64d40 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -68,6 +68,59 @@ contact_AT_elementary.io + + +

Improvements:

+
    +
  • A new gutter is added for adding/removing edit marks that can be navigated between with keyboard shortcuts
  • +
  • Remote branches may now be opened from the "Branch" menu
  • +
  • Options to overwrite or cancel are given when switching branch with uncommitted changes
  • +
  • The network can now be accessed from within the Flatpak
  • +
  • The branch names in the "Branch" submenus are now sorted alphabetically
  • +
  • The extension list now has switches instead of checkboxes in order to provide a larger target
  • +
  • The terminal pane now implements smart copy-paste and follows the "natural-copy-paste" setting of Terminal
  • +
  • The Vala symbol pane now gives more information in the tooltips
  • +
+

Minor updates:

+
    +
  • Launcher actions now have icons
  • +
  • Opening and immediately closing a new document no longer prevents further documents being opened
  • +
  • The Vala symbol pane may only block the UI for a limited time if there are a large number of symbols
  • +
  • The "Open in …" menu is no longer empty when running as Flatpak
  • +
  • The search term now persists until editing or closing the search bar.
  • +
  • No longer allow the parent or child of an open project to be itself opened as a project
  • +
  • The active project dropdown now keeps in sync
  • +
  • Numbered lists are now handled correctly by Markdown plugin
  • +
  • The highlighting plugin now works with selections of more than one word
  • +
  • The "Open in …" menu is now sorted and includes a "Terminal Pane" entry
  • +
  • Folders containing may items now expand faster without blocking the UI
  • +
  • Symbol Pane now always scrolls document to selected symbol
  • +
  • Updated translations
  • +
+
+ + Sort the branch names in "Branch" menu + Add icons for launcher actions + Cannot open docs after opening and closing a new document + Uncommitted changes lost without warning if another branch is checked out with the context menu + Sort Apps for "Open in …" + Limit time vala symbol pane takes to parse and display symbols + Open in menu empty when running as Flatpak + Search term disappears unexpectedly when editing text + Code crashes when both a folder and its parent are open as projects and a document present in both is opened + Active project dropdown sometimes out of sync on restart + Markdown numbered list auto-completion deletes text + Certain word selections are not highlighted by plugin + Add more information to Symbol plugin tooltips + Move "Open in Terminal Pane" item to the "Open In" menu + Sidebar is slow to expand folders containing moderately many (2000) files first time + Symbol Pane: Does not scroll back to already selected method + ProjectFolder menu: "Branch" option does not show remote branches + Improve message when file changes on disk to include moving or renaming + Implement natural copy/paste in terminal plug + +
+

Minor updates: