Skip to content

Releases: damonlynch/showinfilemanager

Release of version 1.1.6a1

18 Apr 08:10
1727bb0
Compare
Choose a tag to compare
Pre-release
  • 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

06 Mar 04:34
5a5106d
Compare
Choose a tag to compare
  • 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

04 Mar 17:52
f9cd5e0
Compare
Choose a tag to compare

Move debian dir to doc dir

Release of version 1.1.3

19 Feb 02:19
99712f7
Compare
Choose a tag to compare

Fix bug #3: Missing dependency on packaging.

Release of version 1.1.2

27 Dec 17:03
ad032a7
Compare
Choose a tag to compare

Add check for "unity:unity7:ubuntu" in environment variable XDG_CURRENT_DESKTOP.

Release of version 1.1.1

31 Oct 17:45
8e32fd8
Compare
Choose a tag to compare
  • Add allow_conversion switch to show_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

29 Oct 21:29
483a917
Compare
Choose a tag to compare
  • 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

23 Oct 19:14
d2aa36d
Compare
Choose a tag to compare
  • Reformat code with black.

Release of version 1.0.0

04 Oct 15:09
da59f1f
Compare
Choose a tag to compare

Release of version 0.9.0

09 Sep 01:28
354201f
Compare
Choose a tag to compare