Releases: wtfutil/wtf
Releases · wtfutil/wtf
v0.24.0
Changelog
⚡️ Added
- Proper, usable Docker file added, by @Boot-Error
- GitLab module displays issues assigned to, and opened by, the user, by @caalberts
- TravisCI now checks for uncommitted vendor changes, by @indradhanush
- Football module added, by @C123R
- resourceuseage now supports a
cpuCombined
setting, by @madepolli - Twitter Stats module added, by @Ameobea
🐞 Fixed
- Github PRs do not count against issues, by @alexfornuto
- Todo scrolling now works properly, #707 by 3mard
- Configs with a missing
color
key now load properly, #718 and #730 by @senorprogrammer
v0.23.0
Changelog
⚡️ Added
- Azure DevOps module added, by @v-braun
- Dev.to module added, by @VictorAvelar
- TravisCI module now supports enterprise endpoints, #652 by @scw007
- Subreddit module added, by @lawrencecraft
- gCal module now supports a
hourFormat
setting for defining whether to display 12 or 24-hour times, #665 by @senorprogrammer - Scarf installation instructions added to README, by @aviaviavi
- Spotify widget now supports colour themes, #659 by @Tardog
- Buildkite module added, by @jmks
- Improvements to the CmdRunner module, by @noxer
🐞 Fixed
- gCal calendar event time colour can now be changed by setting the
eventTime
configuration setting, #638 by @indradhanush - Clocks now obeys global row colour settings, #658 by @senorprogrammer
- Transmission module no longer blocks rendering when a Transmission daemon cannot be found, #661 by @senorprogrammer
- Trello module now respects project list order, #664 by @Seanstoppable
- Todo module now respects checkbox settings, #616 by @Seanstoppable
- Todoist module now properly handles todo items with due date and times, #645 by @massa1240
- Invalid pointer error in Azure DevOps fixed by @Boot-Error
- Renamed slice error in Dev fixed by @Boot-Error
👍 Updated
- Updated
go-datadog-api
to version v2.24.0 - Updated
go-github
to version 26.13 - Updated
watcher
to version 1.0.7 - Updated
google-api-go-client
to version 0.10.0 - Updated
chroma
to version 0.6.7 - Updated
go-gitlab
to version 0.20.1 - Updated
trello
to version 1.4.0 - Updated
tcell
to version 1.3.0 - Updated
gopsutil
to version 2.19.9+incompatible - Updated
yaml
to version 2.2.4
v0.22.0
Changelog
⚡️ Added
- Arpansagovau (arpansa.gov.au) module added, by @jeffz
- 'calendarReadLevel' setting added to gCal module, by @mikkeljuhl
- Todoist module now catches and displays API errors, by @Seanstoppable
- TravisCI sort orders now configurable, by @nyourchuck
- Google Analytics module now supports real-time metrics, #581 by @Ameobea
- Colors in configuration can now be defined using long-form hex, i.e.: #ff0000, by @Seanstoppable
- GitHub module pull requests are now selectable and openable via keyboard, #547 by @Midnight-Conqueror
- Docker module added, #594 by @v-braun
- NewRelic module now supports displaying data from multiple apps, #471 by @ChrisDBrown and @Seanstoppable
- Digital Clock module added, by @Narengowda
🐞 Fixed
- ScrollableWidget bounds checking error fixed, #578 by @Seanstoppable
- Now properly URL-decodes Jenkins branch names, #575 by @lesteenman
- Jira column sizes render properly, #574 by @lesteenman
- Todoist module updated to latest API version, by @Seanstoppable
- gCal colour highlighting working again, #611 by @senorprogrammer
- Per-module background and text colour settings working again, #568 by @Seanstoppable
- Git module no longer forces sorting of repositories, #608 by @Seanstoppable
- GitHub PR icons render properly without phantom characters, by @Midnight-Conqueror
- GitLab configuration now takes a list of project paths, #566 by @senorprogrammer
- Kubernetes configuration segfault fixed, #549 by @ibaum
v0.21.0
Changelog
⚡️ Added
- Power Soure module support added for FreeBSD, by @hxw
🐞 Fixed
- Power indicator displays ∞ on Linux when fully-charged and on AC power, #534 by @Seanstoppable
- Default background color is now the terminal background color, making transparency support possible in MacOS and Linux, by @Seanstoppable
xdg-open
now used as the opener for HTTP/HTTPS by default, by @hxw- Transmission port over-ride now working, #565 by @Seanstoppable
- Default config is now created on first run, #553 by @senorprogrammer
Docker images
docker pull wtfutil/wtf
v0.20.0
Changelog
⚡️ Added
- Kubernetes module, #142 by @sudermanjr
🐞 Fixed
- Tab and Esc keys work properly in modal dialogs, #520 by @Seanstoppable
wtfutil -m
flag now works with non-enabled modules, #529 by @Seanstoppable- Jenkins job filtering preserved across redraws, #532 by @Seanstoppable
Docker images
docker pull wtfutil/wtf
v0.19.1
Changelog
⚡️ Added
- Add build targets for arm and arm64 architectures
v0.19.0
Changelog
☠️ Breaking Change
- HIBP module now requires an API key to operate. See Authentication and the Have I Been Pwned API for more details, #508 by @senorprogrammer
⚡️ Added
- OpsGenie module now supports "region" configuration option ("us" or "eu"), by @l13t
🐞 Fixed
- Fixes the error message shown when an explicitly-specified custom config file cannot be found or cannot be read, by @senorprogrammer
- Rollbar module works again, #507 by @Seanstoppable
- The default config that gets installed on first run is much improved, #504 by @senorprogrammer
- Default config file is now
chmod 0600
to ensure only the owning user can read it, by @senorprogrammer
v0.18.0
Changelog
⚡️ Added
- Google Analytics module, by @DylanBartels
🐞 Fixed
- Now creates the ~/.config directory if that directory is missing, #510
v0.17.1
Changelog
- Fixes an issue with the default config file not being created on first run
v0.17.0
Changelog
2b19cce Vendoring dependencies
122ea31 Update CHANGELOG.md
d1a7d5d Update CHANGELOG.md
375c296 Fix a date-sorting bug in FeedReader
540535b Regenerate all-contributors
4fc8185 Add @gary-kim as a contributor
561f4d1 Merge pull request #500 from gary-kim/fix/498/readme-gccgo
26d6952 Update README.md to reflect gccgo-9 compatability
92e16b7 Update README.md