neofetch/CHANGELOG.md

78 lines
2.6 KiB
Markdown
Raw Normal View History

2016-12-02 23:17:17 +00:00
## Contributors
- **[@konimex](https://github.com/konimex)**
## Info
**Distro**<br \>
- Added support for Apricity OS.
- Added support for GoboLinux. **[@konimex](https://github.com/konimex)**
2016-12-03 09:44:49 +00:00
- Added support for SwagArch.
2016-12-05 04:26:09 +00:00
- Added support for AOSC OS.
2016-12-03 22:19:23 +00:00
- Fixed bug that caused Linux Mint systems to be identified as Ubuntu.
2016-12-04 22:50:39 +00:00
- Fixed bug that caused CentOS systems to not be detected.
2016-12-02 23:17:17 +00:00
2016-12-04 23:58:43 +00:00
**Memory**<br \>
- [BSD] Fixed high memory output.
2016-12-05 01:47:31 +00:00
**GPU**<br \>
- [Linux] Fixed bug where sound card was detected as GPU.
2016-12-03 06:02:21 +00:00
**Packages**<br \>
2016-12-05 03:36:30 +00:00
- Only call `wc -l` once at the end of the function instead of calling it once per package manager.
2016-12-03 06:02:21 +00:00
2016-12-04 22:50:39 +00:00
**Desktop Environment**<br \>
- Show Cinnamon version.
2016-12-02 23:17:17 +00:00
2016-12-05 02:41:33 +00:00
2016-12-02 23:17:17 +00:00
## Image
- Changed default image mode to `ascii`.
- See: [Images in the terminal](https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal#enabling-image-mode)
2016-12-02 23:38:43 +00:00
2016-12-05 02:41:33 +00:00
## Wallpaper
- Rewrote wallpaper function.
- Prioritize DE wallpaper setters before falling back to `feh`/`nitrogen`.
- Added support for XFCE's wallpaper setter.
2016-12-05 10:38:32 +00:00
- Added support for Solaris and GNU Hurd. **[@konimex](https://github.com/konimex)**
2016-12-05 02:41:33 +00:00
2016-12-02 23:38:43 +00:00
## Ascii
2016-12-03 06:10:41 +00:00
![ubuntu](https://u.teknik.io/zILeY.png)
2016-12-02 23:40:34 +00:00
<br \><sub>Old Ubuntu Logo vs New Ubuntu Logo</sub>
2016-12-02 23:38:43 +00:00
- Updated Ubuntu logo to the latest version.
2016-12-05 03:37:53 +00:00
- You can use the old logo by launching neofetch with `--ascii_distro ubuntu_old` or by changing `$ascii_distro` to `ubuntu_old` in your config file.
2016-12-03 06:02:21 +00:00
- `--ascii_colors` no longer changes text colors.
2016-12-04 23:58:43 +00:00
- Fixed bug causing RFRemix to use the incorrect ascii art.
2016-12-05 08:41:57 +00:00
2016-12-05 09:48:03 +00:00
## Screenshots
Neofetch will now automatically find and use whatever screenshot tool is available on your system. The screenshot tool is no longer hardcoded and you don't have to edit your config file to specify what program to use.
On Haiku and macOS, Neofetch will use the built-in tools to take screenshots. On systems with an X server Neofetch will look for and use the following programs: `scrot`, `maim`, `import (imagemagick)`, `imlib2_grab` and `gnome-screenshot`.
The config option `scrot_cmd` and the commandline flag `--scrot_cmd` are still there for those who want to use custom flags, programs or scripts to take screenshots.
- Automatically use whatever screenshot tool is available.
- Added screenshot support to macOS
- Added screenshot support to Haiku
2016-12-05 08:41:57 +00:00
## Screenshot Upload
- [teknik.io] Fixed images not uploading with the right filetype.
2016-12-05 08:46:24 +00:00
- Changed default image upload host to `teknik.io`.
- teknik doesn't compress images whereas imgur does.
- You can change this back to imgur by using `--image_host imgur` or by editing your config file.