You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 sdist now produces an archive of the project's source code.
hatch build -t wheel now produces a wheel (zip archive) of the program's Python code; it also generates the manpage.