neofetch/Changelog.md

57 lines
1.9 KiB
Markdown
Raw Normal View History

2016-10-12 23:10:14 +01:00
## Contributors
- **[@konimex](https://github.com/konimex)**
2016-10-15 08:22:37 +01:00
- **[@iandrewt](https://github.com/iandrewt)**
2016-10-12 23:10:14 +01:00
<br \>
2016-10-04 02:07:45 +01:00
**General**<br \>
2016-10-15 08:22:09 +01:00
- Added new function called `checkoldflags` which informs users about deprecated config options.
2016-10-04 22:16:51 +01:00
2016-10-13 23:29:21 +01:00
## Packages
- Neofetch is now in Gentoo's official repos.
2016-10-12 23:10:14 +01:00
## Images
**Fixed rendering issues in URxvt when using an XFT font.**
2016-10-13 23:36:30 +01:00
![scrot](https://i.sli.mg/6qp9Cg.png)
2016-10-12 23:10:14 +01:00
2016-10-13 23:29:21 +01:00
This was first thought to be an issue between URxvt and W3m-img and I apologize for immediately closing bug reports and dismissing comments about this.
2016-10-12 23:10:14 +01:00
I spent yesterday trying to fix this issue and found out that launching neofetch with `--bold off`
reduced the rendering problems. I did more digging and found out that removing all text formatting fixes the issue entirely. I later found out that adding a single unformatted character before the formatted text fixed the issue while keeping the formatting the same.
I opened up this PR https://github.com/dylanaraps/neofetch/pull/358 which added options to enable a border between the image and the text to fix the issue. **[@konimex](https://github.com/konimex)** later commented informing me that we could just use a `zero-width space` to fix the issue and that we didn't need a new function/args/ugly border. doh
The final fix was as simple as adding a zero-width space before the info, here's the commit.
https://github.com/dylanaraps/neofetch/commit/3e9c3d648cb4c6f0d5fe5f0b96f9e29429af39d9
2016-10-13 23:29:21 +01:00
2016-10-04 22:16:51 +01:00
## Ascii
- Fixed incorrect prompt location when using `ascii_logo_size small`.
2016-10-15 04:18:50 +01:00
- Bold ascii art by default.
2016-10-13 23:29:21 +01:00
## Info
2016-10-15 08:22:09 +01:00
**Distro**<br \>
- Expanded `distro_shorthand` to Mac OS X and Solaris. **[@konimex](https://github.com/konimex)**
- Removed `osx_buildversion` and `osx_codename` in favour of `distro_shorthand`. **[@konimex](https://github.com/konimex)**
2016-10-13 23:29:21 +01:00
**Theme Font**<br \>
- [XFCE] Fixed incorrect font output.
2016-10-13 23:48:30 +01:00
**Color Blocks**<br \>
- Show 16 colors by default instead of 8.