diff --git a/CHANGELOG.md b/CHANGELOG.md index 5befd9c..5ac026f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.7.4 - 2022-04-03 + ### Added - Added a `--remove-obsolete` option for the update-translation.py script - Added links to VCSs in README.md diff --git a/data/io.github.mightycreak.Diffuse.appdata.xml.in b/data/io.github.mightycreak.Diffuse.appdata.xml.in index d2c373a..8016010 100644 --- a/data/io.github.mightycreak.Diffuse.appdata.xml.in +++ b/data/io.github.mightycreak.Diffuse.appdata.xml.in @@ -28,6 +28,40 @@ romain.failliot@foolstep.com + + +

+ Mainly a maintenance release. It does increase the GNOME SDK's version. +

+

Added:

+
    +
  • Added a `--remove-obsolete` option for the update-translation.py script
  • +
  • Added links to VCSs in README.md
  • +
  • New keyword in config file: "option"
  • +
  • Added instructions to install and run from a custom directory
  • +
+

Changed:

+
    +
  • Updated the translation files
  • +
  • Renamed POTFILES.in to POTFILES
  • +
  • Renamed io.github.mightycreak.Diffuse.metadata.xml.in to io.github.mightycreak.Diffuse.appdata.xml.in
  • +
  • Leaner README.md
  • +
  • Moved the documentation to docs/
  • +
  • In the CI, call the linters on the installed directory
  • +
  • Renamed application name from "Diffuse Merge Tool" to "Diffuse"
  • +
  • Linters can be run sooner (before installation)
  • +
  • Better messages when an error occurs while parsing the config file
  • +
  • Start converting the code to static types
  • +
  • Add more information about the dependencies in the documentation
  • +
  • Upgrade Flatpak GNOME's runtime to 42
  • +
+

Fixed:

+
    +
  • >Removed the lasting lint errors (i.e. in main.py)
  • +
  • >Fix Flatpak runtime version in documentation
  • +
+
+

diff --git a/data/usr/share/gnome/help/diffuse/C/diffuse.xml b/data/usr/share/gnome/help/diffuse/C/diffuse.xml index 07764ed..e2d3df7 100644 --- a/data/usr/share/gnome/help/diffuse/C/diffuse.xml +++ b/data/usr/share/gnome/help/diffuse/C/diffuse.xml @@ -2,9 +2,9 @@ - - - + + + ]> <application>&app;</application> User's Manual diff --git a/data/usr/share/gnome/help/diffuse/cs/diffuse.xml b/data/usr/share/gnome/help/diffuse/cs/diffuse.xml index 1b1b781..f2fc329 100644 --- a/data/usr/share/gnome/help/diffuse/cs/diffuse.xml +++ b/data/usr/share/gnome/help/diffuse/cs/diffuse.xml @@ -2,9 +2,9 @@ - - - + + + ]> Uživatelská příručka programu <application>&app;</application> diff --git a/data/usr/share/gnome/help/diffuse/it/diffuse.xml b/data/usr/share/gnome/help/diffuse/it/diffuse.xml index cb286d7..0ee8c46 100644 --- a/data/usr/share/gnome/help/diffuse/it/diffuse.xml +++ b/data/usr/share/gnome/help/diffuse/it/diffuse.xml @@ -2,9 +2,9 @@ - - - + + + ]> Manuale utente di <application>&app;</application> diff --git a/data/usr/share/gnome/help/diffuse/ru/diffuse.xml b/data/usr/share/gnome/help/diffuse/ru/diffuse.xml index 58a49c7..7a8979a 100644 --- a/data/usr/share/gnome/help/diffuse/ru/diffuse.xml +++ b/data/usr/share/gnome/help/diffuse/ru/diffuse.xml @@ -2,9 +2,9 @@ - - - + + + ]> Руководство Пользователя <application>&app;</application> diff --git a/data/usr/share/omf/diffuse/diffuse-C.omf b/data/usr/share/omf/diffuse/diffuse-C.omf index 3dc3e44..dfafaec 100644 --- a/data/usr/share/omf/diffuse/diffuse-C.omf +++ b/data/usr/share/omf/diffuse/diffuse-C.omf @@ -4,8 +4,8 @@ Derrick Moser Derrick Moser Diffuse User's Manual - 2021-11-17 - + 2022-04-03 + Diffuse is a graphical tool for merging and comparing text files. manual diff --git a/data/usr/share/omf/diffuse/diffuse-cs.omf b/data/usr/share/omf/diffuse/diffuse-cs.omf index fed88d8..cc6c5cb 100644 --- a/data/usr/share/omf/diffuse/diffuse-cs.omf +++ b/data/usr/share/omf/diffuse/diffuse-cs.omf @@ -4,8 +4,8 @@ Derrick Moser Derrick Moser Uživatelská příručka programu Diffuse - 2021-11-17 - + 2022-04-03 + Diffuse je grafický nástroj pro slučování a porovnávání textových souborů. manual diff --git a/data/usr/share/omf/diffuse/diffuse-it.omf b/data/usr/share/omf/diffuse/diffuse-it.omf index 65a624a..5e13dfe 100644 --- a/data/usr/share/omf/diffuse/diffuse-it.omf +++ b/data/usr/share/omf/diffuse/diffuse-it.omf @@ -4,8 +4,8 @@ Derrick Moser Derrick Moser Manuale utente di Diffuse - 2021-11-17 - + 2022-04-03 + Diffuse è uno strumento grafico per l'unione e il confronto di file di testo. manual diff --git a/data/usr/share/omf/diffuse/diffuse-ru.omf b/data/usr/share/omf/diffuse/diffuse-ru.omf index c5f6082..647df9a 100644 --- a/data/usr/share/omf/diffuse/diffuse-ru.omf +++ b/data/usr/share/omf/diffuse/diffuse-ru.omf @@ -4,8 +4,8 @@ Derrick Moser Derrick Moser Руководство Пользователя Diffuse - 2021-11-17 - + 2022-04-03 + Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов. manual diff --git a/meson.build b/meson.build index e75b195..c1e9050 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('diffuse', - version: '0.7.3', + version: '0.7.4', meson_version: '>= 0.50', license: 'GPL-2.0-or-later', default_options: [ 'warning_level=2' ]) diff --git a/utils/book2manual.xsl b/utils/book2manual.xsl index d6d29fa..1538a63 100644 --- a/utils/book2manual.xsl +++ b/utils/book2manual.xsl @@ -1,9 +1,9 @@ - + - + ]>