Changelog
This commit is contained in:
parent
b21533d842
commit
1e2bde6dbe
33
1.2.md
33
1.2.md
|
@ -1,17 +1,20 @@
|
||||||
# Fetch 1.2
|
# Fetch 1.2
|
||||||
|
|
||||||
|
This new release comes with a few config breaking changes, see this wiki page<br \>
|
||||||
|
for info on how you can workaround the issues.
|
||||||
|
|
||||||
|
https://github.com/dylanaraps/fetch/wiki/Following-HEAD
|
||||||
|
|
||||||
- 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)
|
- 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)
|
||||||
- Fixed text padding when the user didn't have the locale 'en_US.UTF8' installed.
|
- Fixed text padding when the user didn't have the locale `en_US.UTF8` installed.
|
||||||
- `--ascii_distro` now also enables ascii mode.
|
- Cleaned up parts of the script.
|
||||||
- Check for packages based on which package manager is installed instead of<br \>
|
|
||||||
using a hardcoded list of distros.
|
|
||||||
|
|
||||||
### OS
|
### OS
|
||||||
|
|
||||||
Fetch is now at support parity with Screenfetch. We support all the Linux distros<br \>
|
Fetch is now at support parity with Screenfetch. We support all the Linux distros<br \>
|
||||||
Screenfetch sypports excluding distros that have been discontinued.
|
Screenfetch supports excluding the distros that have been discontinued.
|
||||||
|
|
||||||
Fetch now supports:
|
Added support for these distros:
|
||||||
- `Puppy Linux`
|
- `Puppy Linux`
|
||||||
- `Kali Linux`
|
- `Kali Linux`
|
||||||
- `openSUSE`
|
- `openSUSE`
|
||||||
|
@ -60,7 +63,7 @@ fixes issues where the wallpaper set by gsettings is an xml file.
|
||||||
- Added support for showing the user's DE.
|
- Added support for showing the user's DE.
|
||||||
|
|
||||||
**Window Manager**:
|
**Window Manager**:
|
||||||
- `wmctrl` is now a required dependency. See **#75**.
|
- `wmctrl` is now a required dependency. See **[#75](https://github.com/dylanaraps/fetch/issues/75)**.
|
||||||
- Renamed 'windowmanager' to 'wm'
|
- Renamed 'windowmanager' to 'wm'
|
||||||
|
|
||||||
**IP Address**:
|
**IP Address**:
|
||||||
|
@ -71,9 +74,9 @@ ping for the public IP.
|
||||||
|
|
||||||
\[1\] Public IP requires an internet connection as we ping a website.
|
\[1\] Public IP requires an internet connection as we ping a website.
|
||||||
|
|
||||||
|
**Packages**:
|
||||||
**Window Manager**:
|
- Check for packages based on which package manager is installed instead of<br \>
|
||||||
- Grab last occurence of `^exec x` when parsing xinit files.
|
using a hardcoded list of distros.
|
||||||
|
|
||||||
**Theme**:
|
**Theme**:
|
||||||
- Added support for getting DE theme.
|
- Added support for getting DE theme.
|
||||||
|
@ -102,3 +105,13 @@ info "Font" font
|
||||||
- Added support for `MOC`.
|
- Added support for `MOC`.
|
||||||
- We now check to see if the player is running before printing anything.
|
- We now check to see if the player is running before printing anything.
|
||||||
- We now check playback state and show it if relevent.
|
- We now check playback state and show it if relevent.
|
||||||
|
|
||||||
|
**Uptime**:
|
||||||
|
- [Linux] Fixed uptime when it's under 1 minute.
|
||||||
|
|
||||||
|
|
||||||
|
### Ascii Art
|
||||||
|
- `--ascii_distro` now also enables ascii mode.
|
||||||
|
- Fix missing ascii art when fetch is installed in /usr/local
|
||||||
|
- Update Deepin's ascii art to their new logo
|
||||||
|
|
||||||
|
|
Reference in New Issue