2016-02-08 12:29:25 +01:00
# Fetch 1.2
2016-02-14 14:06:46 +01:00
- Fetch now has a **gitter** chatroom. [![Gitter ](https://badges.gitter.im/dylanaraps/fetch.svg )](https://gitter.im/dylanaraps/fetch?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge)
2016-02-10 13:05:37 +01:00
- Fixed text padding when the user didn't have the locale 'en_US.UTF8' installed.
2016-02-14 10:39:35 +01:00
- `--ascii_distro` now also enables ascii mode.
2016-02-15 13:59:57 +01:00
- Check for packages based on which package manager is installed instead of< br \>
using a hardcoded list of distros.
2016-02-10 13:05:37 +01:00
2016-02-08 23:12:52 +01:00
### OS
2016-02-11 23:21:11 +01:00
Fetch now supports:
2016-02-14 07:05:55 +01:00
- `Puppy Linux`
- `Kali Linux`
- `openSUSE`
- `Raspbian`
- `Mageia`
- `PCLinuxOS`
- `Zorin OS`
- `Tails`
- `BLAG`
- `Void Linux`
- `Trisquel`
2016-02-14 09:42:27 +01:00
- `Solus`
2016-02-14 10:35:42 +01:00
- `Peppermint`
2016-02-14 13:29:04 +01:00
- `NixOS`
2016-02-14 13:49:36 +01:00
- `Chakra`
2016-02-15 01:55:32 +01:00
- `Mandriva`
2016-02-15 02:07:46 +01:00
- `gNewSense`
2016-02-15 02:20:40 +01:00
- `LMDE`
2016-02-15 02:39:16 +01:00
- `KaOS`
2016-02-15 11:15:28 +01:00
- `Sabayon`
2016-02-15 12:59:28 +01:00
- `Frugalware`
2016-02-15 23:52:10 +01:00
- `Chapeau`
2016-02-08 23:12:52 +01:00
2016-02-08 12:29:25 +01:00
### Makefile
- Fixed makefile on OS X El Captain.
2016-02-08 19:25:18 +01:00
- `$PREFIX` is now also used when installing ascii art and the default config
2016-02-08 21:31:07 +01:00
2016-02-09 11:45:52 +01:00
### Wallpaper
- Fetch now supports using `MATE` desktop's wallpapers.
- Fetch now fallsback to ascii mode if the found wallpaper is an xml file. This< br \>
fixes issues where the wallpaper set by gsettings is an xml file.
2016-02-08 21:31:07 +01:00
### Info
2016-02-10 12:46:50 +01:00
**Desktop Environment**:
- Added support for showing the user's DE.
**Window Manager**:
- Renamed 'windowmanager' to 'wm'
**IP Address**:
2016-02-09 11:49:16 +01:00
- Added function to get your local IP
- Added function to get your public IP \[1\]
- Added `--ip_host` and `$public_ip_host` which allow you to change the website we< br \>
ping for the public IP.
\[1\] Public IP requires an internet connection as we ping a website.
2016-02-08 21:31:07 +01:00
**Window Manager**:
- Grab last occurence of `^exec x` when parsing xinit files.
2016-02-08 23:12:52 +01:00
**GTK**:
- We now correctly get the DE theme.
2016-02-10 23:20:59 +01:00
**GPU**:
- `gpu_shorthand` is now enabled by default.
2016-02-11 23:21:11 +01:00
- We now favor showing the dedicated GPU over the integrated one.
2016-02-16 05:06:20 +01:00
**Song**:
- Added support for `MOC` .
- We now check to see if the player is running before printing anything.
- We now check playback state and show it if relevent.