From 1bd2a74185c302e8776edfadb41615955c393be5 Mon Sep 17 00:00:00 2001 From: "Irineu A. Silva" Date: Tue, 29 Oct 2024 01:29:09 -0300 Subject: [PATCH] chore(version): promote v2.2.0 to release --- .../com.neoutils.NeoRegex.metainfo.xml | 128 ++++++++++-------- .../src/main/kotlin/extension/Project.kt | 2 +- 2 files changed, 75 insertions(+), 55 deletions(-) diff --git a/application/installation/com.neoutils.NeoRegex.metainfo.xml b/application/installation/com.neoutils.NeoRegex.metainfo.xml index a0141d4a..4187253b 100644 --- a/application/installation/com.neoutils.NeoRegex.metainfo.xml +++ b/application/installation/com.neoutils.NeoRegex.metainfo.xml @@ -1,58 +1,78 @@ - com.neoutils.NeoRegex - - NeoRegex - An elegant regex validator. - - FSFAP - GPL-3.0-only - - -

- Create and validate regular expressions easily with NeoRegex. -

-
- - https://github.com/NeoUtils/NeoRegex - https://github.com/NeoUtils/NeoRegex/issues - https://github.com/NeoUtils/NeoRegex.git - - com.neoutils.NeoRegex.desktop - - - Utility - - - - #ffffff - #222222 - - - - - https://raw.githubusercontent.com/NeoUtils/NeoRegex/eb443861161e54f9f9878fdb5ba43b3ed9d177a8/screenshots/desktop-dark.png - NeoRegex in Dark Mode - - - - - - -

Desktop version debuts.

-
    -
  • Visualize the regular expression matches in a text editor.
  • -
  • Visualize capture groups while interacting with the match.
  • -
  • An individual undo and redo system for both the visual expression and the text editor.
  • -
-
-
-
- - - NeoUtils - - - + com.neoutils.NeoRegex + + NeoRegex + Create and validate regular expressions. + + FSFAP + GPL-3.0-only + + +

+ Visualize the functioning of your regular expressions in real-time with a useful and intuitive tool. With support for capture groups, undo, and redo. +

+
+ + https://github.com/NeoUtils/NeoRegex + https://github.com/NeoUtils/NeoRegex/issues + https://github.com/NeoUtils/NeoRegex.git + + com.neoutils.NeoRegex.desktop + + + Utility + + + + #ffffff + #222222 + + + + + + https://raw.githubusercontent.com/NeoUtils/NeoRegex/refs/heads/release/v2.2.0/images/linux-dark-mode.png + + NeoRegex in Dark Mode + + + + + https://raw.githubusercontent.com/NeoUtils/NeoRegex/refs/heads/release/v2.2.0/images/linux-light-mode.png + + NeoRegex in Light Mode + + + + + + +

Version 2.2.0 introduces several enhancements:

+
    +
  • Small improvements across the application.
  • +
  • Customized window for a personalized experience.
  • +
  • Enhanced touchscreen support for better usability on touch devices.
  • +
+
+
+ + + +

Desktop version debuts.

+
    +
  • Visualize the regular expression matches in a text editor.
  • +
  • Visualize capture groups while interacting with the match.
  • +
  • An individual undo and redo system for both the visual expression and the text editor.
  • +
+
+
+
+ + + NeoUtils + + +
diff --git a/build-logic/src/main/kotlin/extension/Project.kt b/build-logic/src/main/kotlin/extension/Project.kt index feac44f1..2bd41ba9 100644 --- a/build-logic/src/main/kotlin/extension/Project.kt +++ b/build-logic/src/main/kotlin/extension/Project.kt @@ -28,7 +28,7 @@ val config = Config( major = 2, minor = 2, patch = 0, - phase = Config.Phase.DEVELOP + phase = Config.Phase.RELEASE ), android = Config.Android( compileSdk = 34,