v0.40.0 Released
2021-11-02 10:49:07-08:00
Also known as The Hacktoberfest Release. Lots of good stuff in this one, including some notable bug fixes and a closed potential security vulnerability.
Now available here.
⚡️ Added
- Numerous improvements to the display of the Git module, #1102 by @tadeaspaule
- Updated to Go 1.17, by nontw
- Airbrake module added, by @kyrylo
- Displays the battery level of connected devices, if the level can be read by
ioreg
, on MacOS, #1108 by @senorprogrammer - Adds an
args
setting to IP API for defining which fields are displayed, by @Choromanski - Security module no longer displays wifi info if wifi is missing or disabled, #1124 by @yosmoc
q
now quits WTF. Added as a new global hotkey, by @thuan1412- DigitalOcean module now properly displays the droplet region, #1053 by @yosmoc
- gCal module now supports multiple configurations with different email addresses, #1016 by @Seanstoppable
- All modules now support sub-1 second refresh intervals by specifying an optional time unit (ie:
50ms
,20s
), #1103 by @ResamVi
🐞 Fixed
- GitHub module no longer crashes when selecting different items across multiple repos, by @Seanstoppable
make lint
errors fixed, #1127 by @yosmocjwt-go
replaced bygolang-jwt
, because security vulnerabilities, #1121 by @siddhant94