KingDownloads

wtf version history

11 releases tracked, newest first.

v0.50.0

Jun 30, 2026
- Updated dependencies including Go, github.com/digitalocean/godo, and golang.org/x/text. - Added a notice indicating an upcoming rename. - Made the mempool fee API URL configurable. - Included module settings in module help and added aliases for custom feed names.

5 downloads

v0.49.1

Apr 17, 2026
- Dependency security patches - Updated various dependencies including cloudflare/circl, grpc, and k8s client - Minor version bumps for several packages - Preparation for upcoming v0.50 release

5 downloads

v0.49.0

Feb 16, 2026
This is the first release of 2026! I'm aiming for this to also be one of the last releases of v0 as we stabilize to a v1 release and start thinking of a future v2. ## Notable Changes - The `security` module now supports `firewalld`. Thanks to @Ferenc-. - A few help and text improvements. Thanks to @MaxGyver83. - Todoist support has been fixed. The old support had some errors and was using a deprecated API. The new support should work with Todoist's current API. Any issues, please open up an issue. - Tons of dependency updates as usual. ## Changelog * 6f433da256381dedec2f0d8dd21a5cb368659788 Update sponsor info (#2007) * d40b8ee1f2b476a6e0e63f0372b775aa7b8aaf8d chore(deps): bump k8s.io/client-go from 0.35.0 to 0.35.1 (#1998) * 821c561c0e57d4a0a56f6b687e47828d537250e5 chore(deps): bump github.com/digitalocean/godo from 1.174.0 to 1.175.0 (#2001) * ff4ea70bd90731f0774dcdf48a1ea8e8d106e987 Fix typos in help texts (#1995) * f6d2f87c3dc68959bf13c0fdd00167c5ac54f4db Cleanup (#2008) * d67a101227040c21be3247993332a8fe5a0716ce Small readme improvements (#2006) * b1dd21b010f86ad020f4b08ec3bf5e59fc07f267 Replace Todoist module w/ working one (#2004) * 2591448cf48be4f3fcaa

5 downloads

v0.48.0

Dec 19, 2025
Welcome to the final release of 2025! ## Notable Changes - The Covid tracker module has been removed. The module wasn't working and frankly, shouldn't really be needed anymore. (#928) - Rollbar got support for envar API tokens. (#1927) - Tons of dependency updates as usual. The full changelog is below. ## Changelog * 0f78773429dbb11521fcf1fe6b50c87232a3f624 ci: Announce releases on the forum (#1961) * ce3914a1ce97987e134dde3b892c2a264dcac34d chore(deps): bump google.golang.org/api from 0.257.0 to 0.258.0 (#1959) * 6cc39a22c89d7a6206ab3688b673f89f2070cf61 chore(deps): bump k8s.io/client-go from 0.34.2 to 0.35.0 (#1958) * 6e865395d808f369b5d4559ed900498660901549 chore(deps): bump code.cloudfoundry.org/bytefmt from 0.58.0 to 0.59.0 (#1957) * 6052c79df29fb13fd0f9251e4522f3a16ca9165d chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.5 to 6.7.7 (#1955) * e0740fdfbfff768e88b4632fe584dd2ea5f9cace chore(deps): bump github.com/digitalocean/godo from 1.169.0 to 1.171.0 (#1952) * 72aefb1847969752e2073f00d9730ab7a46864a1 chore(deps): bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 (#1949) * 6f1835055444b958ce5c3b5444d2f8a09d0612b7 Bump Go to v1.25.5 (#1951) * 2b301c

5 downloads

v0.47.1

Nov 14, 2025
This release contains updates to dependencies of WTF. This will contain possible bug and security fixes from dependencies. No new features. ## What's Changed * Bump github.com/jedib0t/go-pretty/v6 from 6.6.8 to 6.6.9 by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1886 * Bump code.cloudfoundry.org/bytefmt from 0.55.0 to 0.56.0 by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1885 * Bump google.golang.org/api from 0.252.0 to 0.254.0 by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1884 * Bump github.com/digitalocean/godo from 1.166.0 to 1.167.0 by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1882 * Bump github/codeql-action from 3 to 4 by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1862 * Bump github.com/rivo/tview from 0.0.0-20220307222120-9994674d60a8 to 0.42.0 by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1849 * Bump google.golang.org/api from 0.254.0 to 0.255.0 by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1892 * Bump github.com/docker/docker from 28.5.1+incompatible to 28.5.2+incompatible by @dependabot[bot] in https://github.com/wtfutil/wtf/pull/1893 * Bump github.com/Azure/azure-sdk-fo

5 downloads

v0.47.0

Oct 19, 2025
WTF v0.47.0 is out. There's a few bug fixes, some new modules, and the usual ton of dependency updates. ## Summary **fix** - The Jira module wasn't working. Deprecated API endpoints meant the module wasn't doing what it should be. Thank you to @dfoulkes for the PR that fixed the module in this release. **fix** - The Security module shows which DNS servers are configured for your machine. This was artificially limited to 2 servers. Thanks to @alexfornuto's report, this has been fixed. **fix** - Running `wtf --version` now actually reports the useful version number. Before it was just a git digest. **new module** - There's a new module called "Ping". This allows you to... ping hostnames. 🙂 Thank you @tabell. **new module** - AZLogs. Thanks to @jonhadfield there's a new module to work with Azure Logs. **new** - WTF can now be installed properly with `go install`. There's been some other tooling updates happening in the background as well. Helping make WTF better. (thanks @toby-bro). Updates to the website, including for the new modules, will land very soon. ## Changelog * 5d2cb6728148fb2a738e1edd24989acc225189ce ci: Add the new Homebrew Tap to the release pipeline (

5 downloads

v0.46.1

Sep 6, 2025
WTF v0.46.1 contains updates to dependencies. No new features or fixes to WTF itself. ## Changelog * 1c1e31e33fdf119c96bb43dd16a08cdb86340a6b Bump code.cloudfoundry.org/bytefmt from 0.45.0 to 0.49.0 (#1842) * fb1d1ddc1f399f7e37dd9aa9300cbedd09d754ec Bump google.golang.org/api from 0.246.0 to 0.248.0 (#1833) * a2575daa5fc5f7e8a682b899309eb0bc93d86923 Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#1839) * 419b58be8e640d94f018d960ff8ea333e30315fb Bump github.com/gdamore/tcell/v2 from 2.8.1 to 2.9.0 (#1836) * 709314fcacf768b514699958cd99994d3dc85571 Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#1827) * 0c66380c36f754b8558ef767a988ba1360548231 Bump k8s.io/client-go from 0.33.3 to 0.34.0 (#1838) * f266f5749417a93077d1f244661b8fa6d3239e25 Bump github.com/digitalocean/godo from 1.162.0 to 1.164.0 (#1843) * a5aa1913065be5b3dc374cbccae8fb1bf083f71c Bump actions/setup-go from 5.5.0 to 6.0.0 (#1844) * cef4a93bbf07431d2e9e948bfef6b4c1cc61a62c Bump actions/checkout from 4.2.2 to 5.0.0 (#1823) * f4666033784e5de3aa66a19ecbaff01b94760fbb Fix CodeQL GHA warnings (#1834) * 2d0b82c1232caa28060dcd510ab244f65eb0c58d Announce releases on Bluesky (#1821) * b7467f6abd087a

5 downloads

v0.46.0

Aug 7, 2025
We have a new module, Uptime Kuma, as well as some fixes and additions to the Security/Firewall module. Enjoy. ## Changelog * f84c6414abf846c622ff8d230ed6313cbbdb1166 Create uptimekuma module (#1753) * 3fb4e1efb049b31dfe6e5a4674356a6847554060 Bump k8s.io/client-go from 0.33.2 to 0.33.3 (#1802) * bc6f502c0473fcda1f816a66e1d50177df7aa29f Bump code.cloudfoundry.org/bytefmt from 0.43.0 to 0.44.0 (#1800) * 6666c89b1c4131c54e1166794230c0ac655700c5 Bump k8s.io/apimachinery from 0.33.2 to 0.33.3 (#1804) * 2b06cac675b9ea868b6887cbd84e7901bfd86f2f Bump google.golang.org/api from 0.241.0 to 0.243.0 (#1806) * 0e22fb131f9570206250fb7f762132c4011f2ca8 Bump github.com/digitalocean/godo from 1.157.0 to 1.160.0 (#1808) * c49550c8a4abf949c5127efe2f34c657c0b4a332 Bump google.golang.org/api from 0.240.0 to 0.241.0 (#1793) * af2da473e0b85e274e62c809296262ef274aee28 fix: make firewall check not language dependant * 8f8dcb71e3e3badaf7819deac3b70d390a80126b chore: clearer iptables message * 46ce68eb7225e1f6fa5ff4cc11bb272cbfcb0aa4 feat: firewall - support iptables and nftables * 54bbd543b068a0c76471a0abf1d4122a30640d9e Rename master with trunk in places (#1797) * 7618a6744bd220c529169895b73

5 downloads

v0.45.0

Jul 8, 2025
## Changelog * 930a94a305d19077dbf26402eb7c6b6de2169adc Update Go to v1.24.5 (#1789) * dd954b179d2d4ec10ad899fbd3fa2ccd645430ea Bump code.cloudfoundry.org/bytefmt from 0.42.0 to 0.43.0 (#1782) * e11a6151250d3f0b1f858248555d9ddbff8651fe Bump google.golang.org/api from 0.239.0 to 0.240.0 (#1783) * ed26dfffd2df2f44fc3ceb9002730b03b0ed4295 Bump github.com/digitalocean/godo from 1.155.0 to 1.156.0 (#1788) * 829e5a2a298864b58f35c60cee9371cff89c304b Bump github.com/docker/docker (#1786) * c366b995d382c52eb5e946fb2d4c1db2338b83e0 Switch Homebrew support to cask (#1784) * 54434bb59c3c09f6434b6badc3ba1dd6409898a5 Update GoReleaser to v2.10.2 (#1780) * 6e50052e50fc5346be248d1774834c5f1d42e3b8 ci: Add a workflow for PRs (#1779) * 0c5c1854957e1039997a48c4a128a10c05f5ffb6 Bump github.com/digitalocean/godo from 1.154.0 to 1.155.0 (#1777) * 08093fcdc6b0bb377f66912e422a21209164816f Bump google.golang.org/api from 0.238.0 to 0.239.0 (#1775) * b918df59aaba419e7de952e1590fdfd7ea7880e6 Bump github.com/docker/docker (#1776) * 7c03d2909670e67b1c4f565be8eebbe47f8bf6bc Attempt to get Homebrew publishing working (#1778) * 49d0830c5e2a645d8f9aaea3d11ff7f413ba2a0b Bump github.com/jessevdk/go-flags from 1.5.0

5 downloads

v0.44.1

Jun 27, 2025
*Code-wise, this release is no different than [v0.44.0](https://github.com/wtfutil/wtf/releases/tag/v0.44.0). If you're already on that release, there's no need to upgrade.* This release in particular was cut in order to get Homebrew publishing working again. The Homebrew tap is now updated with its first new release since 2023. If you need reminding, the installation instructions can be found [here](https://wtfutil.com/installation/#homebrew).

5 downloads

v0.44.0

Jun 22, 2025
This is the first release in ~2 years and the first one by @FelicianoTech. As the release process is learned and improved, there will be rough edges. First known issue with this release is that it's not available on the Homebrew tap. There's an access issue that needs to be worked out with Chris Cummer. ## Dos and Don'ts for this release - Do - upgrade to this release if you're using an older version. This release contains many bug fixes from the past two years as well as recent bug fixes and dependency patches that have been merged. - Don't - Don't report bugs/regressions on this release. The next release, v0.45.0, will include a lot of dependency updates, an update to the Go version, and updates to some of the tooling. As such, current bugs might get fixed and new ones might show up after that release. ## Changelog * c2e1809bb60cfcd51957585166bb70bb123d3ee6 Fix GoReleaser flag (#1756) * 83d900ab33dd47040aae2a46eec4cc5151d1876b Remove extra GoReleaser token line (#1755) * d3e28263c0dcc889e50758b91fe5f2791c30e131 update firewall module to use sudo ufw status properly (#1700) * 2eccc3be9cff22b17de0621055bbce5773ac0f59 Change default RSS feed to HTTPS (#1754) * 350e0ca08

5 downloads