From df287ed9d13aee41f986496ceb7b5b6a8d18996c Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Mon, 26 May 2025 12:14:53 +0100 Subject: [PATCH 1/7] Update release info for 8.0.0 in metadata --- data/code.metainfo.xml.in | 39 +++++++++++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 8 deletions(-) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 2593cb40e3..878eab9069 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -29,10 +29,10 @@ - https://raw.githubusercontent.com/elementary/code/7.4.0/data/screenshot.png + https://raw.githubusercontent.com/elementary/code/8.0.0/data/screenshot.png - https://raw.githubusercontent.com/elementary/code/7.4.0/data/screenshot-dark.png + https://raw.githubusercontent.com/elementary/code/8.0.0/data/screenshot-dark.png @@ -68,19 +68,42 @@ contact_AT_elementary.io - + +

Improvements:

+
    +
  • 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
  • +

Minor updates:

    -
  • Add symbol filter to Outline pane
  • +
  • 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 "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
- Editing a file does not update Recent in Files - improper markdown auto comment on empty lines - Git status icons use user-namespace icons - Opening folders with same name and on different partitions as projects causes Code to crash + 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 + 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
From 69abdb5a7a10b0d64c3eb7a014651e4c7d02560a Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Mon, 26 May 2025 18:42:37 +0100 Subject: [PATCH 2/7] Add some missed fixes to metadata --- data/code.metainfo.xml.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 878eab9069..ffdf7ec284 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -72,6 +72,7 @@

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
  • @@ -84,6 +85,9 @@
  • 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
  • @@ -99,6 +103,9 @@ 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 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 From adf4fcb0810bfcf688951dd3c524f810afe6655a Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Wed, 28 May 2025 09:44:53 +0100 Subject: [PATCH 3/7] Reinstate accidentally overwritten release --- data/code.metainfo.xml.in | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index ffdf7ec284..3ffba5df2f 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -114,6 +114,22 @@ + + +

    Minor updates:

    +
      +
    • Add symbol filter to Outline pane
    • +
    • Updated translations
    • +
    +
    + + Editing a file does not update Recent in Files + improper markdown auto comment on empty lines + Git status icons use user-namespace icons + Opening folders with same name and on different partitions as projects causes Code to crash + +
    +

    Improvements:

    From 7f75277a18143ae1e0c2d893cc95eeab71ba9534 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Wed, 28 May 2025 09:45:30 +0100 Subject: [PATCH 4/7] Revert screenshot addresses --- data/code.metainfo.xml.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 3ffba5df2f..ed8f423d5a 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -29,10 +29,10 @@ - https://raw.githubusercontent.com/elementary/code/8.0.0/data/screenshot.png + https://raw.githubusercontent.com/elementary/code/7.4.0/data/screenshot.png - https://raw.githubusercontent.com/elementary/code/8.0.0/data/screenshot-dark.png + https://raw.githubusercontent.com/elementary/code/7.4.0/data/screenshot-dark.png From 90dd887df04d101c21f39fe2fe9c0d4a23b23f5a Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Thu, 29 May 2025 15:36:26 +0100 Subject: [PATCH 5/7] Update appdata for recent merged branches --- data/code.metainfo.xml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index ed8f423d5a..1fae4de633 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -76,6 +76,8 @@
  • 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

Minor updates:

    @@ -95,6 +97,7 @@
+ 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 From abfe5072284ea6da2694e70b305e57826ada66ed Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Thu, 5 Jun 2025 10:28:57 +0100 Subject: [PATCH 6/7] Update appdata for recent merges --- data/code.metainfo.xml.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 1fae4de633..d8936d142b 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -78,6 +78,7 @@
  • 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
  • Minor updates:

      @@ -114,6 +115,7 @@ 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 From c88b5faf8d8891c9259ec3f97526b36491384f10 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Tue, 10 Jun 2025 16:47:33 +0100 Subject: [PATCH 7/7] Update appdata for latest merges --- data/code.metainfo.xml.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index d8936d142b..89fa64d40c 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -68,7 +68,7 @@ contact_AT_elementary.io - +

      Improvements:

        @@ -79,6 +79,7 @@
      • 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:

        @@ -110,6 +111,7 @@ 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