Skip to content

Commit

Permalink
chore(version): promote v2.2.0 to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Irineu333 committed Oct 31, 2024
1 parent 274da88 commit 1bd2a74
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 55 deletions.
128 changes: 74 additions & 54 deletions application/installation/com.neoutils.NeoRegex.metainfo.xml
Original file line number Diff line number Diff line change
@@ -1,58 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.neoutils.NeoRegex</id>

<name>NeoRegex</name>
<summary>An elegant regex validator.</summary>

<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-only</project_license>

<description>
<p>
Create and validate regular expressions easily with NeoRegex.
</p>
</description>

<url type="homepage">https://github.com/NeoUtils/NeoRegex</url>
<url type="bugtracker">https://github.com/NeoUtils/NeoRegex/issues</url>
<url type="vcs-browser">https://github.com/NeoUtils/NeoRegex.git</url>

<launchable type="desktop-id">com.neoutils.NeoRegex.desktop</launchable>

<categories>
<category>Utility</category>
</categories>

<branding>
<color type="primary" scheme_preference="light">#ffffff</color>
<color type="primary" scheme_preference="dark">#222222</color>
</branding>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/NeoUtils/NeoRegex/eb443861161e54f9f9878fdb5ba43b3ed9d177a8/screenshots/desktop-dark.png</image>
<caption>NeoRegex in Dark Mode</caption>
</screenshot>
</screenshots>

<releases>
<release version="2.0.0" date="2024-09-18">
<description>
<p>Desktop version debuts.</p>
<ul>
<li>Visualize the regular expression matches in a text editor.</li>
<li>Visualize capture groups while interacting with the match.</li>
<li>An individual undo and redo system for both the visual expression and the text editor.</li>
</ul>
</description>
</release>
</releases>

<developer id="com.neoutils">
<name>NeoUtils</name>
</developer>

<content_rating type="oars-1.1"/>
<id>com.neoutils.NeoRegex</id>

<name>NeoRegex</name>
<summary>Create and validate regular expressions.</summary>

<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-only</project_license>

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

<url type="homepage">https://github.com/NeoUtils/NeoRegex</url>
<url type="bugtracker">https://github.com/NeoUtils/NeoRegex/issues</url>
<url type="vcs-browser">https://github.com/NeoUtils/NeoRegex.git</url>

<launchable type="desktop-id">com.neoutils.NeoRegex.desktop</launchable>

<categories>
<category>Utility</category>
</categories>

<branding>
<color type="primary" scheme_preference="light">#ffffff</color>
<color type="primary" scheme_preference="dark">#222222</color>
</branding>

<screenshots>
<screenshot type="default">
<image>
https://raw.githubusercontent.com/NeoUtils/NeoRegex/refs/heads/release/v2.2.0/images/linux-dark-mode.png
</image>
<caption>NeoRegex in Dark Mode</caption>
</screenshot>

<screenshot type="default">
<image>
https://raw.githubusercontent.com/NeoUtils/NeoRegex/refs/heads/release/v2.2.0/images/linux-light-mode.png
</image>
<caption>NeoRegex in Light Mode</caption>
</screenshot>
</screenshots>

<releases>
<release version="2.2.0" date="2024-10-29">
<description>
<p>Version 2.2.0 introduces several enhancements:</p>
<ul>
<li>Small improvements across the application.</li>
<li>Customized window for a personalized experience.</li>
<li>Enhanced touchscreen support for better usability on touch devices.</li>
</ul>
</description>
</release>

<release version="2.0.0" date="2024-09-18">
<description>
<p>Desktop version debuts.</p>
<ul>
<li>Visualize the regular expression matches in a text editor.</li>
<li>Visualize capture groups while interacting with the match.</li>
<li>An individual undo and redo system for both the visual expression and the text editor.</li>
</ul>
</description>
</release>
</releases>

<developer id="com.neoutils">
<name>NeoUtils</name>
</developer>

<content_rating type="oars-1.1"/>

</component>
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/extension/Project.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1bd2a74

Please sign in to comment.