Releases: Whiskers-Apps/tux-icons
Releases · Whiskers-Apps/tux-icons
0.4.2
0.4.1
🔨 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
✨ Enhancements
- Added flatpaks apps folders so it can actually get the icons without an icon pack
0.3.0
📦 Changes
- Made cli version
0.2.3
🚀 Changes
- The get icon path functions should be more eficient by using a reference self.
TLDR;
- No more useless clones :P
0.2.1
Fixes
- Fixed broken paths when having return_target_path enabled 😅
0.2.0
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";