Releases: wtfutil/wtf
Releases · wtfutil/wtf
v0.43.0
⚡️ Added
- Added URLCheck tests by @pliski
- Added protocol version to IpInfo module by @vadeg
- Upgrade CodeQL Module by @Seanstoppable
- Updated to Go 1.19 by @Seanstoppable
- Lunar Phase module added by @doctorfree
- Lower default refreshing for resourceusage by @Seanstoppable
- Pivotal tracker by @reiktar
- Progress module by @michenriksen
🐞 Fixed
- Fixed Git command for usage on windows by @ibrahim-13
- Fixed Transmission module to use latest API by @Seanstoppable
- Fixed Todoist module to use latest API by @Seanstoppable
- Multiple library upgrades by @Seanstoppable
- Better error handling for todo module by @Seanstoppable
- Make gitlab scrolling consistent with other modules by @Seanstoppable
- Make UptimeRobot title configurable like other modules by @Seanstoppable
- Feed Reader improvements and reddit RSS bug fix by @michenriksen
v0.42.0
⚡️ Added
- FeedReader module now displays the name of the parent feed in front of the feed item, #1138 by @igbanam
- Steam Status module added by @despreston
- Working directory option for CmdRunner, #1293 by @Seanstoppable
- Updated to Go 1.18, by @Seanstoppable
- "compact" option added to Weather module by @Bizzaro
- Mempool cryptocurrency module by @Bizzaro
- Nextbus module added by @Bizzaro
- URLCheck module added by @pliski
- Twitch modules added by @zyrre
🐞 Fixed
- Spotify module now properly displays the artist list, by @inetAnt
- Football module now uses HTTPS to connect to API, #1183 by @despreston
- Jira module now properly escapes brackets in issue summary, by @Eraac
- Pocket module now properly handles empty lists, by @asadali
- Twitch module OAuth token support added, UI improved, and underlying library upgraded, by @despreston
- Typing "q" no longer quits the entire app every time, #1257 by @senorprogrammer
- Row highlighting properly terminates the highlight color, #1280 by @Seanstoppable
- Textfile widget properly displays text inside square brackets
- CmdRunner doesn't continue to keep around processes in pty mode #1225 by @Seanstoppable
- Fix tag filtering in Todo module #1172 by @Seanstoppable
v0.41.0
Changelog
🐞 Fixed
- Kubernetes module now uses a client per widget, rather than a global client, #1081 by @hypnoglow
- FeedReader module now supports basic auth, #957 by @ResamVi
- Single words inside square brackets are displayed in the CmdRunner module, #1142 by @yosmoc
text_widget.tpl
generator fixed and documentation improved, by @Quentinchampenois
👍 Updated
- ExchangeRates module has been removed. Exchange rate data is supported by the Yahoo Finance module, by @yosmoc
- Replace usage of
ioutil
withio
andos
functions, by @Juneezee
v0.40.0
Changelog
⚡️ 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
v0.39.2
v0.39.0
Changelog
⚡️ Added
- Updown module added, by @hjr265
- Considerable improvements to the Todo module. See PR #1100 for details. By @tadeaspaule
🐞 Fixed
- Healthchecks module now respects the
apiURL
setting in the config file, by @hjr265 - Example FeedReader RSS feed in the default config changed to a working feed, #1096 by @senorprogrammer
v0.38.0
Changelog
- FeedReader module handles line breaks in item titles gracefully, #1088 by @GibranHL0
v0.37.0
Changelog
⚡️ Added
- Yahoo Finance module added, by @inetAnt
🐞 Fixed
- Fixed error closing the Jira module response body, #1070 by @senorprogrammer
v0.36.0
Changelog
⚡️ Added
- HealthChecks module added, by @stone
- Asana module added, by @xntrik
- Kubernetes module now displays the Ready Replicas and Total Replicas count, by @LKaemmerling
- Now builds using Go 1.16, which provides support for Apple's M1 ARM hardware, by @LKaemmerling
🐞 Fixed
- Numerous dangling response bodies closed, by @dabcoder
- HackerNews read-on-response error fixed, by @LKaemmerling
- CircleCI read-on-response error fixed, by @dabcoder
v0.35.0
Changelog
⚡️ Added
- CircleCI module now supports
numberOfBuilds
setting defining how many builds to display, #1020 by @dabcoder - The \ key now opens module documentation in the browser for the currently-focused module, by @senorprogrammer
- Krisinformation module added, by @stone
- Covid module has been added, by @dabcoder
- Support for a "Language" configuration key added. Supports any BCP 47 tag for identifying a langauge, by @senorprogrammer