Skip to content

Commit

Permalink
Update README.md and Release version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTumultuousUnicornOfDarkness committed Oct 24, 2014
1 parent e0a6174 commit 8024712
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v1.2.1 (10.24.2014):
* Add arguments support (--no-gui, --version, --help)
* Add support for custom refresh time (--refresh)
* Rewrite error messages
* Restructuration of files and functions in files
* Fixes:
** Segfault when compiling without GTK & embeded
** Unwanted characters in NCurses
** Compilation with CMake


v1.2.0 (10.12.2014):
* Add NCurses mode
* Add possibility to disable GTK/NCurses/Libcpuid/Libdmi before compiling
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ Note: portable binary will be in directory "ebuild/bin".

Start program with **root privileges** allow to use **Dmidecode** (Libdmi).
Simply run command `cpu-x` if it is installed on you system, or double-click on `cpu-x` is also possible.
If GTK and NCurses are supported, you can start CPU-X in NCurses mode by taping in a shell `cpu-x --no-gui`.
If GTK and NCurses are supported, you can start CPU-X in NCurses mode by taping in a shell `cpu-x --no-gui`.
Use `cpu-x --help` for other commands and help.


## Download binairies
Expand Down
2 changes: 1 addition & 1 deletion src/cpu-x.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define BASEFILE (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : __FILE__) /* Don't show full path of file */
#define MSGERR(msg, args...) fprintf(stderr, "%s:%s:%i: " msg "\n", PRGNAME, BASEFILE, __LINE__, ##args)
#define PRGNAME "CPU-X"
#define PRGVER "1.2.0"
#define PRGVER "1.2.1"
#define EXIT_FNO 2 /* Exit when File Not Open */

#define S 80 /* Big char* */
Expand Down

0 comments on commit 8024712

Please sign in to comment.