diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in index 642178174..d4ded035c 100644 --- a/data/code.metainfo.xml.in +++ b/data/code.metainfo.xml.in @@ -66,7 +66,7 @@ contact_AT_elementary.io - +

Improvements:

    @@ -84,27 +84,33 @@
  • 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 + 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 + Line numbers should start from one not zero
diff --git a/meson.build b/meson.build index c8bce58a3..57876f8ce 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'io.elementary.code', 'vala', 'c', meson_version: '>= 0.58.0', - version: '7.0.0' + version: '7.1.0' ) add_project_arguments([