Skip to content
Tags give the ability to mark specific points in history as being important
  • 4.0.alpha
    739405ee · Release 4.0.alpha ·
    Release: 4.0.alpha
    - The extension was ported to Nautilus 43 (https://gitlab.gnome.org/GNOME/nautilus-python/-/merge_requests/11)
      - Notably, this removes any direct access to GTK widgets from the API. **Most scripts will need to be modified.** Please check the migration guide in the docs on how to update your scripts.
    - Switched to Meson build system (https://gitlab.gnome.org/GNOME/nautilus-python/-/merge_requests/10)
    - Removed support for Python 2
    - Fixed build with `-fno-common` (Andreas Henriksson)
    - Added missing parent constructor calls to examples
    - Decorated the examples with typehints
    - Fixed several memory leaks (Michael Webster)
  • 4.0
    cec007e8 · Release 4.0 ·
    Release 4.0
    
    - Updated migration docs and rewrote overview.
    
  • 4.0.1
    a91fb816 · Release 4.0.1 ·
    Release 4.0.1
    
    - Fixed build failure due to underlinking. (https://gitlab.gnome.org/GNOME/nautilus-python/-/merge_requests/13)
    - Fixed build failure with Python 3.13 (Patrick Monnerat)