Nitpick whitespace and bump version

This commit is contained in:
Nguyễn Gia Phong 2020-09-04 16:59:54 +07:00
parent 5e0cb0c84a
commit f452b5780f
3 changed files with 12 additions and 9 deletions

View File

@ -39,7 +39,7 @@ Please re-read your issue once again to avoid a couple of common mistakes
1. [Fork this repository](https://github.com/vicious-widgets/vicious/fork) 1. [Fork this repository](https://github.com/vicious-widgets/vicious/fork)
2. Check out the source code with: 2. Check out the source code with:
git clone git@github.com:YOUR_GITHUB_USERNAME/vicious.git git clone https://github.com/YOUR_GITHUB_USERNAME/vicious.git
cd vicious cd vicious
3. Start working on your patch. If you want to add a new widget type, 3. Start working on your patch. If you want to add a new widget type,

View File

@ -1,3 +1,7 @@
# Changes in 2.4.2
Feature: [hwmontemp] Bring back sysfs path cache
# Changes in 2.4.1 # Changes in 2.4.1
Fixed: Fixed:

View File

@ -334,5 +334,4 @@ end
-- }}} -- }}}
return vicious return vicious
-- }}} -- }}}