Skip to content

Releases: Whiskers-Apps/tux-icons

0.4.2

05 Feb 11:24
Compare
Choose a tag to compare

🩹 Fix

  • Added svgz as a supported icon file

0.4.1

25 Jan 20:09
Compare
Choose a tag to compare

🔨 Added

  • Added a function to get the icons directories
  • Added a search for the icons in /usr/share/icons and $HOME/.local/share/icons

✨ Enhancements

  • Added check to see if the file is an image. Some flatpaks should now properly get the icon

0.3.1

18 Nov 12:55
Compare
Choose a tag to compare

✨ Enhancements

  • Added flatpaks apps folders so it can actually get the icons without an icon pack

0.3.0

10 Oct 15:00
Compare
Choose a tag to compare

📦 Changes

  • Made cli version

0.2.3

09 Oct 13:50
Compare
Choose a tag to compare

🚀 Changes

  • The get icon path functions should be more eficient by using a reference self.

TLDR;

  • No more useless clones :P

0.2.1

21 Sep 13:05
Compare
Choose a tag to compare

Fixes

  • Fixed broken paths when having return_target_path enabled 😅

0.2.0

21 Sep 12:37
Compare
Choose a tag to compare

New

  • Added target path option to return the actual file path when it's a symlink;

Fixes

  • Fixed wrong pixmaps folder. "/usr/share/icons/pixmaps" => "/usr/share/pixmaps";