diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a0977..4e5b7b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +### Changed + +### Fixed + +## [0.7.2] - 2021-11-18 + ### Added - New options: log_print_output and log_print_stack, to print the log messages on the output and code stack @@ -331,7 +339,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - initial public release -[Unreleased]: https://github.com/MightyCreak/diffuse/compare/v0.7.1...HEAD +[Unreleased]: https://github.com/MightyCreak/diffuse/compare/v0.7.2...HEAD +[0.7.2]: https://github.com/MightyCreak/diffuse/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/MightyCreak/diffuse/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/MightyCreak/diffuse/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/MightyCreak/diffuse/compare/v0.5.0...v0.6.0 diff --git a/data/io.github.mightycreak.Diffuse.metainfo.xml.in b/data/io.github.mightycreak.Diffuse.metainfo.xml.in index c6f6e2a..a6aefd7 100644 --- a/data/io.github.mightycreak.Diffuse.metainfo.xml.in +++ b/data/io.github.mightycreak.Diffuse.metainfo.xml.in @@ -21,6 +21,34 @@ + + +

+ Patch release that fixes an error about APP_NAME and the Brazilian translation. +

+

Added:

+
    +
  • + New options: log_print_output and log_print_stack, to print the log + messages on the output and code stack +
  • +
  • + New log function: utils.logErrorAndDialog, to both log and show a + dialog message +
  • +
+

Changed:

+
    +
  • Modularized the VCSs (reducing main.py by around 1300 lines)
  • +
  • Bump GNOME runtime version from 3.38 to 41
  • +
+

Fixed:

+
    +
  • Fixed 'APP_NAME' error when opening non existing file
  • +
  • Fixed the Portuguese Brazilian (pt_BR) translation
  • +
+
+

diff --git a/data/usr/share/gnome/help/diffuse/C/diffuse.xml b/data/usr/share/gnome/help/diffuse/C/diffuse.xml index 09663c7..db5ec23 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 e119dc1..097645f 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 50ad2f4..ef432de 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 5d451bc..7e65477 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 74a476d..eeaf50d 100644 --- a/data/usr/share/omf/diffuse/diffuse-C.omf +++ b/data/usr/share/omf/diffuse/diffuse-C.omf @@ -5,7 +5,7 @@ Derrick Moser Diffuse User's Manual 2021-11-17 - + 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 8c61be6..ee43c4c 100644 --- a/data/usr/share/omf/diffuse/diffuse-cs.omf +++ b/data/usr/share/omf/diffuse/diffuse-cs.omf @@ -5,7 +5,7 @@ Derrick Moser Uživatelská příručka programu Diffuse 2021-11-17 - + 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 e2e9cc1..311d588 100644 --- a/data/usr/share/omf/diffuse/diffuse-it.omf +++ b/data/usr/share/omf/diffuse/diffuse-it.omf @@ -5,7 +5,7 @@ Derrick Moser Manuale utente di Diffuse 2021-11-17 - + 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 4ace84b..d00a3b7 100644 --- a/data/usr/share/omf/diffuse/diffuse-ru.omf +++ b/data/usr/share/omf/diffuse/diffuse-ru.omf @@ -5,7 +5,7 @@ Derrick Moser Руководство Пользователя Diffuse 2021-11-17 - + Программа Diffuse является графическим инструментом для слияния и сравнения текстовых файлов. manual diff --git a/meson.build b/meson.build index 115b006..7f8704b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('diffuse', - version: '0.7.1', + version: '0.7.2', 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 a10c213..a6b30ad 100644 --- a/utils/book2manual.xsl +++ b/utils/book2manual.xsl @@ -1,9 +1,9 @@ - + - + ]>