From a11d768447e1e1d48e010de818e85a979f227c80 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Thu, 6 Apr 2023 19:08:58 +0100 Subject: [PATCH 1/3] Update project version in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1d72ef89f..7155081ef 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.code', 'vala', 'c', - version: '7.0.0' + version: '7.1.0' ) add_project_arguments([ From a2db8d3d2957c86e969de2982585396774af7702 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Tue, 11 Jul 2023 14:42:26 +0100 Subject: [PATCH 2/3] Release 7.1.0 update metainfo (#1350) * Correct links to issues and sort * Add recent issue fixes * Update for pull #1336 --- data/code.metainfo.xml.in | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 642178174..d5d27d58f 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -84,27 +84,32 @@
  • Now there is always an active project at startup if there are projects in the sidebar
  • If a development branch is running this shows in the window title and in the dock tooltip
  • Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs
  • +
  • Ensure active project at startup (include non-git folders)
  • Updated translations
  • + No expander on folders that contain no text files Add whole word search + Undo-ing sometimes deletes the entire contents of a file Search occurence label does not update when active document changed + Autosave of unsaved buffers not reliable + Slow to close multiple documents + Unexpected closing on pressing Global Search accelerator with no open documents + Clicking "Find in Project…" in the welcome screen causes the app crashing + Cancelling saving does not work as expected when closing project folder resulting in data loss Saving new document to an unwritable location gives unexpected behaviour and possible data loss Symbol outline does not respect system style + "Replace All" should not disable the "Replace" and "Replace All" buttons Does not follow system color scheme when launching with no files open + Secure WebDav files opened from Files cannot save Case sensitive/insensitive search does not work as expected with mixed case search term Cannot open files with unknown characters Search results change when document focused in - Ensure active project at startup (include non-git folders) - Clicking "Find in Project…" in the welcome screen causes the app crashing - Unexpected closing on pressing Global Search accelerator with no open documents - "Replace All" should not disable the "Replace" and "Replace All" buttons - Secure WebDav files opened from Files cannot save - Cancelling saving does not work as expected when closing project folder resulting in data loss - Autosave of unsaved buffers not reliable - Cannot open files with unknown characters - No expander on folders that contain no text files + Git branch change can result in unwanted warnings + Search entry reverts to previous term after editing and pressing Control+f + Tab width menu does not work + Line numbers should start from one not zero From 52597c1b438ab58807b1f1b02827dd9637490ecd Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Fri, 28 Jul 2023 17:19:58 +0100 Subject: [PATCH 3/3] Add another fixed issue to metainfo, update date --- data/code.metainfo.xml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index d5d27d58f..d4ded035c 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -66,7 +66,7 @@ contact_AT_elementary.io - +

    Improvements:

      @@ -106,6 +106,7 @@ Case sensitive/insensitive search does not work as expected with mixed case search term Cannot open files with unknown characters Search results change when document focused in + Document does not open when sidebar entry clicked if it is already focused Git branch change can result in unwanted warnings Search entry reverts to previous term after editing and pressing Control+f Tab width menu does not work