Use more modern, symbolic icons, add Dutch translation, and a couple of small fixes.
+Added:
+Changed:
+Fixed:
+
diff --git a/data/usr/share/gnome/help/diffuse/C/diffuse.xml b/data/usr/share/gnome/help/diffuse/C/diffuse.xml
index 84f5bb4..3e19bb6 100644
--- a/data/usr/share/gnome/help/diffuse/C/diffuse.xml
+++ b/data/usr/share/gnome/help/diffuse/C/diffuse.xml
@@ -2,7 +2,7 @@
-
+
]>
diff --git a/data/usr/share/gnome/help/diffuse/cs/diffuse.xml b/data/usr/share/gnome/help/diffuse/cs/diffuse.xml
index 43d5c2a..bec3927 100644
--- a/data/usr/share/gnome/help/diffuse/cs/diffuse.xml
+++ b/data/usr/share/gnome/help/diffuse/cs/diffuse.xml
@@ -2,7 +2,7 @@
-
+
]>
diff --git a/data/usr/share/gnome/help/diffuse/it/diffuse.xml b/data/usr/share/gnome/help/diffuse/it/diffuse.xml
index cfc0a17..d4b4a2d 100644
--- a/data/usr/share/gnome/help/diffuse/it/diffuse.xml
+++ b/data/usr/share/gnome/help/diffuse/it/diffuse.xml
@@ -2,7 +2,7 @@
-
+
]>
diff --git a/data/usr/share/gnome/help/diffuse/ru/diffuse.xml b/data/usr/share/gnome/help/diffuse/ru/diffuse.xml
index 8406207..e867499 100644
--- a/data/usr/share/gnome/help/diffuse/ru/diffuse.xml
+++ b/data/usr/share/gnome/help/diffuse/ru/diffuse.xml
@@ -2,7 +2,7 @@
-
+
]>
diff --git a/data/usr/share/omf/diffuse/diffuse-C.omf b/data/usr/share/omf/diffuse/diffuse-C.omf
index 969be9f..1c97c86 100644
--- a/data/usr/share/omf/diffuse/diffuse-C.omf
+++ b/data/usr/share/omf/diffuse/diffuse-C.omf
@@ -4,8 +4,8 @@
` tag under the new ` ` tag (e.g. highlights, ...)
+ - Paste the changes from CHANGELOG.md, and adapt it to HTML (see other
releases in the file)
### Create branch, PR and merge
@@ -25,7 +25,8 @@ few manual steps.
## Create new release on GitHub
1. Create a new release on GitHub's [new release page](https://github.com/MightyCreak/diffuse/releases/new):
- - Choose a tag: `v` followed with the new version (e.g. `v1.2.3`)
+ - Release tag: Enter `v` followed with the new version (e.g. `v1.2.3`) and
+ create the tag
- Release title: the tag (e.g. `v1.2.3`)
- Description:
- For the first paragraph, paste the first paragraph from the release notes
diff --git a/meson.build b/meson.build
index 6168824..0cc86f6 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('diffuse',
- version: '0.8.1',
+ version: '0.8.2',
meson_version: '>= 0.55',
license: 'GPL-2.0-or-later',
default_options: [ 'warning_level=2' ])
diff --git a/new_release.sh b/new_release.sh
index 1226aeb..20933bc 100755
--- a/new_release.sh
+++ b/new_release.sh
@@ -31,7 +31,7 @@ DATE_YEAR=$(date +%Y)
echo "Changing files for new version $NEW_VERSION..."
# meson.build
-sed -i -E "s/version: '.+?',/version: '$NEW_VERSION',/" \
+sed -i -E "s/\bversion: '.+?',/version: '$NEW_VERSION',/" \
meson.build
# GNOME help (.xml and .omf)
diff --git a/utils/book2manual.xsl b/utils/book2manual.xsl
index c1fb5a8..967914e 100644
--- a/utils/book2manual.xsl
+++ b/utils/book2manual.xsl
@@ -1,9 +1,9 @@
-
+
-
+
]>