[file-roller] Created tag 43.alpha



The unsigned tag '43.alpha' was created.

Tagger: Jan Tojnar <jtojnar gmail com>
Date: 1660854839 +0200

    Released: 2022-08-18
    
    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 
(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 (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)

Changes since the last tag '3.42.0':

Aleksandr Melman (2):
      Update Russian translation
      Update Russian translation

Anders Jonsson (3):
      Update Swedish translation
      Update Swedish translation
      Update Swedish translation

Andika Triwidada (1):
      Update Indonesian translation

Asier Sarasua Garmendia (2):
      Update Basque translation
      Update Basque translation

Bartłomiej Piotrowski (1):
      Update (or drop) the Docker image used by Flatpak job

Danial Behzadi (2):
      Update Persian translation
      Update Persian translation

Daniel Mustieles (2):
      Updated Spanish translation
      Updated Spanish translation

Dušan Kazik (1):
      Update Slovak translation

Emin Tufan Çetin (4):
      Update Turkish translation
      Update Turkish translation
      Update Turkish translation
      Update Turkish translation

Fabio Tomat (1):
      Update Friulian translation

Fran Dieguez (1):
      Update Galician translation

Goran Vidović (3):
      Update Croatian translation
      Update Croatian translation
      Update Croatian translation

Hugo Carvalho (2):
      Update Portuguese translation
      Update Portuguese translation

Iain Lane (4):
      fr-window: Use GDK_EVENT_PROPAGATE/GDK_EVENT_STOP
      fr-window: Use GtkSearchEntry::stop-search instead of handling manually
      fr-window: Position the Shift-F10 menu at the selected row
      fr-window: Show the right click menu on the "Menu" key too

Irénée THIRION (1):
      Update French translation

Jake Dane (1):
      command-rar: Fix ask password for encrypted RARs

Jan Tojnar (71):
      doap: Add myself as co-maintainer
      fr-window: Fix type mismatch warning
      Fix some GTK deprecations
      Drop some ancient debris
      Port GtkMenu to GtkPopoverMenu
      Remove the use of GtkAccelGroup
      Use literal string for style classes
      Refer to cursors using name
      dlg-extract: Start dialogs asynchronously
      dlg-extract: Use meaningful names for the split callback funcs
      Use specific casts for g_signal_connect
      dlg-add: Asynchronize dialog
      Replace custom _gtk_builder_new_from_resource function
      Fix callback argument types with the help of tartan
      build: Install nautilus plug-in relative to prefix
      Add support for introspection
      Correct return values of signal handlers
      Remove unused egg-macros.h
      build: Find python for helper script explicitly
      Add files for Nix development environment
      ci: Add a Nix build
      ci: Move ci config to top-level
      data: Show the app in KDE
      build: Switch introspection to a feature
      introspection: Allow building without schemas installed and outside X server
      docs: Build API documentation using gi-docgen
      Add mnemonic to Extract button
      Remove custom mkdtemp fallback
      build: Use Meson’s summary feature
      clean-up: Remove unused toolbar file
      gtk-utils: Use the same password reveal icon as GTK 4
      extract: Fix crash when extracting to tmpfs
      nix: Update dependencies
      command-7z: Fix RAR support detection with p7zip ≥ 15.07
      command-7z: Fix detection of unrar potential support
      command-7z: Add support for the official 7-Zip project
      NEWS: Update list of changes
      nautilus: Stop using deprecated API
      nautilus: fixed memleaks, removed useless code
      application: Use logic operator instead of bitwise
      nautilus: Support extracting multiple archives simultaneously with “Archive to…”
      glib-utils: Remove useless GPtrArray functions
      test-server: Remove unreachable code after calling g_error
      gtk-utils: Delete some more unused functions
      comparison of integer expressions of different signedness: ‘size_t’
      Missing initializer for struct field
      Fix bunch of remaining warnings
      nautilus: Add support for Nautilus 43
      nautilus: Port to Nautilus 43
      NEWS: Update
      window: Use declare type macro
      window: Use G_DEFINE_TYPE_WITH_PRIVATE
      window: Remove priv member from the public struct
      process: Use declare type macro
      process: Remove priv member from the public struct
      archive: Register autocleanup function
      archive-libarchive: Use G_DECLARE_FINAL_TYPE
      archive-libarchive: Remove priv member from the public struct
      command: Remove priv member from the public struct
      archive: Remove priv member from the public struct
      Add context menu item to navigate to a file from search
      data/packages.match: Update the template
      build: Use export_dynamic kwarg instead of link_args
      gir: Include enums and other typedefs
      gir: Drop more unused symbols
      init: Remove GNOME 2 options migration
      gir: Add Fr prefix to public symbols without namespace
      gir: Add Fr prefix to FileData
      gir: Add missing introspection annotations
      Always use FrArchiveCaps enum instead of guint8 typedef
      Release 43.alpha

Jiri Grönroos (1):
      Update Finnish translation

Jordi Mas (1):
      Update Catalan translation

Kukuh Syafaat (1):
      Update Indonesian translation

Luming Zh (2):
      Update Chinese (China) translation
      Update Chinese (China) translation

Matej Urbančič (1):
      Update Slovenian translation

Maximiliano Sandoval R (7):
      meson: Update to 0.59
      meson: Use gnome.post_install
      Add flatpak manifest
      Add CI job for flatpak
      Use GNotification instead of libnotify
      Use open uri portal instead of GtkAppChooserDialog
      window: Remove unnecesary return value

Nart Tlisha (2):
      Add Abkhazian translation
      Update Abkhazian translation

Nathan Follens (3):
      Update Dutch translation
      Add Dutch translation
      Update Dutch translation

Pablo Barciela (1):
      window: remove unused struct members

Paolo Bacchilega (1):
      updated NEWS for version 3.42.0

Pawan Chitrakar (1):
      Update Nepali translation

Piotr Drąg (1):
      Update Polish translation

Quentin PAGÈS (2):
      Update Occitan translation
      Update Occitan translation

Sabri Ünal (1):
      window: Remove remnants of GtkToolbar code

Stephan Vedder (1):
      Rename icon to match package name

Yosef Or Boczko (3):
      Update Hebrew translation
      Update Hebrew translation
      Update Hebrew translation

Yuri Chornoivan (2):
      Update Ukrainian translation
      Update Ukrainian translation

Zurab Kargareteli (2):
      Update Georgian translation
      Update Georgian translation

monsta (1):
      gio-utils: fix typo in names of two functions

rbuj (12):
      command-dpkg: Fix use after free
      gtk-utils: Remove unused wrapper for gtk_builder_new_from_file
      command-lrzip: Fix empty string check str is empty: if (*str == '\0') {...}
      glib-utils: Remove get_time_string()
      gio-utils: Remove unused functions $ cppcheck --enable=unusedFunction . [src/gio-utils.c:1091]: (style) 
The function 'g_copy_uri_async' is never used. [src/gio-utils.c:1060]: (style) The function 
'g_copy_uris_async' is never used.
      dlg-prop: show the exact number of bytes as part of the size
      Use g_list_free_full and g_slist_free_full
      Automatically sets the maximum size of static arrays
      gtk-utils: Remove _gtk_count_selected
      command-7z: Fix EPUB feature support
      glib-utils: _g_str_escape_full should be static
      dlg-package-installer: fix memory leak

Марко Костић (1):
      Update Serbian translation


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