This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Releases: TanmayPatil105/procfetch
Releases · TanmayPatil105/procfetch
v0.3.0
What's Changed
- feat: Add debian packaging script by @TanmayPatil105 in #136
- Always check unknown argument by @youpong in #137
- Introduce Options by @youpong in #138
- Support macOS by @youpong in #139
- configure debian package by @youpong in #140
- Add some new method to the Path class by @youpong in #142
- Fix missing adduser on the docker image ubuntu:latest. by @youpong in #145
- Make git ignore debian/control by @youpong in #147
- Output of
dpkg -l
includes header information by @TanmayPatil105 in #149 - Reduce the width of battery percentage bar by @TanmayPatil105 in #151
- Dynamically look for battery info under
/sys/class/power_supply
directory by @akshaykhoje in #135 - Ignore fetch.cpp from coverage report by @TanmayPatil105 in #152
- Get user name by getpwuid instead of environment variable USER by @youpong in #150
- Makefile by @youpong in #155
- Reduce memory footprint of procfetch by @TanmayPatil105 in #154
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- fix file permission by @youpong in #129
- Remove option -C by @youpong in #131
- Introduce asynchronous Command::exec_async() by @youpong in #132
- Support --with-cxx option by @youpong in #133
- Refactor build tool by @youpong in #134
Full Changelog: v0.2.1...v0.2.2
This might be the last release for procfetch :)
Thanks to all the contributors and especially @youpong
v0.2.1
v0.2.0
Major changes
- Made
LIB_DIR
change according to Installation ie.Manual
andbrew
What's Changed
- ⚡️ print_process() refers to LIB_DIR by @youpong in #118
- 🗑 Cleanup files by @TanmayPatil105 in #120
- 🔧 Fix #119: change Doxyfile.in by @youpong in #121
- 🐛 Fix no res file in VMs by @TanmayPatil105 in #123
Full Changelog: v0.1.5...v0.2.0
v0.1.5
What's Changed
- Add git push instruction by @youpong in #105
- ✨ Added gif goal to Makefile by @TanmayPatil105 in #109
- Add gif goal by @youpong in #111
- Add -C option to configure by @youpong in #113
- ✨ feat(battery): print battery percentage bar by @TanmayPatil105 in #115
- Update fetch.cpp by @youpong in #116
- 🔒 Add flag for battery by @TanmayPatil105 in #117
Full Changelog: v0.1.2...v0.1.5
v0.1.2
v0.1.0
What's Changed
- Bump up version 0.0.3 by @youpong in #87
- Add version option by @youpong in #88
- Introduce configure script by @youpong in #89
- Make configure create Doxyfile by @youpong in #90
- Update readme by @youpong in #91
- Make expect() display filename and line number. by @youpong in #93
- Color the test result message. by @youpong in #94
- Copy the procfetch.gif by @youpong in #96
- Introduce class Context by @youpong in #98
Full Changelog: v0.0.3...v0.1.0
v0.0.3
Fixes
- Fixed ascii not printing for
EndeavourOS
in #85 - Renamed
Rocky
linux key value for printing ascii art in #85;
What's Changed
- Introduce class Color by @youpong in #74
- Introduce a method Crayon#color(string) by @youpong in #76
- Re-implement DisplayInfo() by Crayon. by @youpong in #77
- Implement own Crayon.getColor(string). by @youpong in #78
- bump by @youpong in #79
- Delete unused function getColor() by @youpong in #80
- Add document by @youpong in #81
- Fixes #83 by @TanmayPatil105 in #85
- Unify identifier naming style with camelCase. by @youpong in #86
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add dist goal to Makefile by @youpong in #73
- Add following flags using getopt
|-a
to change color of ascii art
|-d
to to print ascii_art of different distros
Full Changelog: v0.0.1...v0.0.2