Skip to content

Commit

Permalink
release: Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liferooter committed Aug 4, 2022
1 parent dc8dc83 commit 5fd7a4c
Show file tree
Hide file tree
Showing 11 changed files with 74 additions and 1 deletion.
10 changes: 10 additions & 0 deletions data/com.github.liferooter.textpieces.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ SPDX-License-Identifier: CC0-1.0
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="3.1.0" date="2022-08-04">
<description>
<p>New features and improvement:</p>
<ul>
<li>Add style schemes</li>
<li>Add search and replace feature to editor</li>
<li>Fix some bugs</li>
</ul>
</description>
</release>
<release version="3.0.2" date="2021-12-16">
<description>Bug fix</description>
</release>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later

project('textpieces', 'vala',
version: '3.0.2',
version: '3.1.0',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=2',
],
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/CustomToolPage.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesCustomToolPage" parent="GtkBox">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/Editor.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesEditor" parent="AdwBin">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/NewToolPage.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesNewToolPage" parent="GtkBox">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/Preferences.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesPreferences" parent="AdwPreferencesWindow">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/SearchBar.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesSearchBar" parent="AdwBin">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/SearchEntry.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesSearchEntry" parent="GtkWidget">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/ShortcutsWindow.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<object class="GtkShortcutsWindow" id="help_overlay">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/ToolSettings.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesToolSettings" parent="AdwBin">
Expand Down
7 changes: 7 additions & 0 deletions resources/ui/Window.ui
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>

<!--
SPDX-FileCopyrightText: 2022 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<interface>
<requires lib="gtk" version="4.0"/>
<template class="TextPiecesWindow" parent="AdwApplicationWindow">
Expand Down

0 comments on commit 5fd7a4c

Please sign in to comment.