Releases: damonlynch/showinfilemanager
Releases · damonlynch/showinfilemanager
v1.1.6
- Support Cosmic Files.
- Add check for "kde:plasma" in environment variable
XDG_CURRENT_DESKTOP. - Fix #27: Incorrect behavior when Windows explorer hides file extensions. Thanks to tpl2go for the fix.
- Fix #29: Directory names with Unicode do not open correctly in file managers that cannot select files. Thanks to nipatriknilsson for identifying the underlying problem.
- Drop Python 3.8 and 3.9 support. Use Python 3.10+ typing syntax.
- Add
__version__to package. hatch build -t sdistnow produces an archive of the project's source code.hatch build -t wheelnow produces a wheel (zip archive) of the program's Python code; it also generates the manpage.
Release of version 1.1.6a1
- Update SPDX headers to be compliant with spec.
- Switch to hatch from setuptools.
- New build dependency: hatch-argparse-manpage.
- Add Release Notes.
- Refactor: use absolute imports, not relative.
- Refactor: flatten code by using a new class. The API is unchanged.
Release of version 1.1.5
- Drop setup.py and setup.cfg in favor of pyproject.toml.
- Purge doc directory.
- New build dependency: argparse-manpage
- Generate man page with argparse-manpage instead of pandoc.
- Format and lint using ruff. Drop black.
- Drop Python 3.6 and 3.7 support.
Release of version 1.1.4
Move debian dir to doc dir
Release of version 1.1.3
Fix bug #3: Missing dependency on packaging.
Release of version 1.1.2
Add check for "unity:unity7:ubuntu" in environment variable XDG_CURRENT_DESKTOP.
Release of version 1.1.1
- Add
allow_conversionswitch toshow_in_file_manager(). Set to False if passing non-standard URIs. - Recognize non-standard URI prefix 'camera:/', used by KDE.
- Added function
linux_desktop_humanize(), to make Linux desktop environment variable name values human friendly.
Release of version 1.1.0
- On WSL2, use a Linux file manager (if set) for WSL paths, and Windows
Explorer for Windows paths. If no Linux file manager is installed, use
Windows Explorer. To override the default choice of using Explorer for
Windows paths, simply specify a file manager of your choice. - On both WSL1 and WSL2, use Windows style URIs to work around a
bug in WSL where using
the /select switch while passing a path with spaces in it fails. - Don't mess up the terminal when launching Windows Explorer from WSL
on Windows Terminal.
Release of version 1.0.1
- Reformat code with black.
Release of version 1.0.0
- Support Lumina