[file-roller/wip/jtojnar/release-43: 10/10] Release 43.alpha




commit bd6595b3d80244187a1839be74f239565bd52fa5
Author: Jan Tojnar <jtojnar gmail com>
Date:   Wed Aug 17 23:28:29 2022 +0200

    Release 43.alpha

 NEWS                                     | 39 +++++++++++++++++++++++++++++---
 README.md                                |  3 ++-
 data/org.gnome.FileRoller.appdata.xml.in |  1 +
 meson.build                              |  2 +-
 4 files changed, 40 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index f94c9c2b..7c5d2ae5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,27 +1,60 @@
 Version 43.alpha
 ----------------
-Unreleased
+Released: 2022-08-17
 
 New features and user visible changes:
 
 - Support `7zz` and `7zzs` programs from the official 7-Zip project (!75)
+  - Distros will want to adjust the `data/packages.match` file.
 - Add a mnemonic to Extract button (!73)
 - Make password field reveal icon consistent with other GNOME apps
 - Nautilus extension now supports extracting multiple archives simultaneously with “Archive to…” (!78)
+- Add context menu item to navigate to a file from search (!71)
 
 Bugs fixed:
 
 - Fix RAR decompression support in 7-Zip backend (!75)
+- Fix opening RAR archives with encrypted headers (Jake Dane; !82)
 
 Other changes:
 
 - Port Nautilus extension to Nautilus 43 (!81)
 - Various code clean-ups (!74, #69, !59, !15, !80, !78, …)
 - Slightly modernized Meson code (!60)
-- Use portal-based APIs for opening files, adding dependency on libportal and libportal-gtk3 (!55)
+- Use portal-based APIs for opening files, adding dependency on libportal and libportal-gtk3 (Maximiliano; 
!55)
 - Add support for building internal API docs using gi-docgen (!72)
 - Do not hide File-Roller icon in the KDE app laucher (!70)
-- Remove dependency on libnotify (!61)
+- Remove dependency on libnotify (Maximiliano; !61)
+
+Translation updates:
+
+- Abkhazian (Nart Tlisha)
+- Basque (Asier Sarasua Garmendia)
+- Catalan (Jordi Mas)
+- Chinese (China) (Luming Zh)
+- Croatian (Goran Vidović)
+- Dutch (Nathan Follens)
+- Finnish (Jiri Grönroos)
+- French (Irénée THIRION)
+- Friulian (Fabio Tomat)
+- Galician (Fran Dieguez)
+- Georgian (Zurab Kargareteli)
+- Hebrew (Yosef Or Boczko)
+- Indonesian (Andika Triwidada, Kukuh Syafaat)
+- Nepali (Pawan Chitrakar)
+- Occitan (Quentin PAGÈS)
+- Persian (Danial Behzadi)
+- Polish (Piotr Drąg)
+- Portuguese (Hugo Carvalho)
+- Russian (Aleksandr Melman)
+- Serbian (Марко Костић)
+- Slovak (Dušan Kazik)
+- Slovenian (Matej Urbančič)
+- Spanish (Daniel Mustieles)
+- Swedish (Anders Jonsson)
+- Turkish (Emin Tufan Çetin)
+- Ukrainian (Yuri Chornoivan)
+
 
 Version 3.42.0
 ~~~~~~~~~~~~~~
diff --git a/README.md b/README.md
index 1d7232d0..d0a8f3e5 100644
--- a/README.md
+++ b/README.md
@@ -75,9 +75,10 @@ Also you need the following libraries:
 
 * glib >= 2.38
 * gtk+ >= 3.22.0
+* libhandy >=1.5.0
 * libportal >= 0.5
 * libportal-gtk3 >= 0.5
-* libnautilus-extension >= 3.28.0 (optional)
+* libnautilus-extension-4 >= 43.beta (optional)
 * libarchive >= 3.1.900a (optional)
 
 Alternately, with [Nix package manager](https://nixos.org/nix/), you can just run `nix-shell` in the project 
directory, and it will drop you into a shell with all the required dependencies.
diff --git a/data/org.gnome.FileRoller.appdata.xml.in b/data/org.gnome.FileRoller.appdata.xml.in
index 34124030..25f65a58 100644
--- a/data/org.gnome.FileRoller.appdata.xml.in
+++ b/data/org.gnome.FileRoller.appdata.xml.in
@@ -48,6 +48,7 @@
   </provides>
 
   <releases>
+    <release version="43.alpha" date="2022-08-17" type="development"/>
     <release version="3.42.0" date="2022-03-20"/>
     <release version="3.41.90" date="2022-02-23" type="development"/>
     <release version="3.40.0" date="2021-05-01"/>
diff --git a/meson.build b/meson.build
index 5861ea4f..6d7a1135 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('file-roller', 'c',
   license : 'GPL2+',
-  version : '3.42.0',
+  version : '43.alpha',
   meson_version : '>=0.59'
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]