- 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.
- 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.
- Move debian directory into doc
- Fix bug #3: Missing dependency on packaging.
- Add check for "unity:unity7:ubuntu" in environment variable XDG_CURRENT_DESKTOP. See damonlynch/rapid-photo-downloader#46.
- Add
allow_conversion
switch 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.
- 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.
- Reformat code with black.
- Support Lumina.
- Add option to specify file manager to use from command line.
- Support Double Commander.
- Support Krusader.
- Support SpaceFM.
- Support fman.
- Support CutefishOS.
- Support Index File Manager.
- Use
--select
command line switch in caja 1.26 or newer.
- Remove get_ prefix from package level function names.
- Add setup.py for man page generation.
- Improve README to clarify installation and usage.
- Parse filename globs passed via the command line on Windows.
- Use win32 API to execute explorer.exe on Windows, allowing for multiple file selection.
- Update README to include installation instructions.
- Include CHANGELOG.md in package.
- Generate man page for use in Linux.
- Improve command line argument documentation.
- Update README.
- Move config data from
__about__.py
to static config inpyproject.toml
(PEP 621). - Added command line arguments
--debug
and--verbose
.
- Initial release.