Skip to content

Releases: wtfutil/wtf

v0.10.0

13 May 03:37
Compare
Choose a tag to compare

Changelog

9160d1f Remove Windows build target. It fails to build
cbb147f Update CHANGELOG.md
b4b39d8 Merge pull request #447 from wtfutil/pagerduty-schedule-specifications
2f2599b Merge branch 'master' into pagerduty-schedule-specifications
5fec878 Merge branch 'Seanstoppable-autohelp'
a2e67fa Merge branch 'master' into autohelp
2ee83d3 Merge branch 'Seanstoppable-cleanupdrawing'
ec4b34c Merge branch 'master' into cleanupdrawing
5f054c8 Allow PagerDuty to restrict on scheduleID
f6ed8b6 Update CHANGELOG.md
ea3368a Merge pull request #446 from retgits/master
46c3110 Make widget name part of the output
9b8ce06 Split out char/key mapping help
cd35d1e Re-add command line help
98d370e Merge branch 'master' into master
18e5619 feat: update sample configs
7f3daaa Have keyboard widget manage its own help
42821b3 Clean up drawing functionality
e9e62c2 Merge branch 'master' of github.com:wtfutil/wtf
42461c6 Update CHANGELOG.md
bebc836 Merge pull request #441 from Seanstoppable/splituplogger
03b1abd Remove datadog app reference
db74680 Improve the display of Twitter; less-harsh colours
8c4346f Merge branch 'master' into splituplogger
197b3a5 Update CHANGELOG.md
2067a73 Fix a bug in scrollable.RowColor
78fc097 Update widget.go
18ed770 Merge branch 'master' into abstractscrollable
04fae35 Update CHANGELOG.md
a3717a5 Merge pull request #438 from Seanstoppable/zendeskhelp
521687e Merge branch 'master' into zendeskhelp
d167041 Update CHANGELOG.md
7be64c0 Update CHANGELOG.md
de2db52 Merge pull request #440 from Seanstoppable/stablesort
eafeb3c Merge branch 'master' into stablesort
c328ba4 Split up logger and widget
0d26676 Add stable sort for focusable windows
210723c Create abtract scrollable widget
6765404 Add help text to zendesk widget
bc0813b Add Windows build support in goreleaser config
0b59a3b Fix slow render of new item modal in Todo
0754023 Fix missing title in Clocks
68ed842 Fix double-render of title in Weather
018d2af Add a global Redraw method for TextWidget
aedcf9d Update CHANGELOG.md
9095fe8 Merge pull request #436 from Seanstoppable/datadogscroll
8c4bf5a Make datadog widget scrollable/interactive
4e8c85b Fix line highlighting in HackerNews and Todo modules
ea302d8 feat: update config

v0.9.2

10 May 02:11
75f3e8f
Compare
Choose a tag to compare

Changelog

75f3e8f Merge pull request #433 from Seanstoppable/highlightline
a5f98c1 Move closing region tag to the end of the line
e6a55d5 Add @gnanderson as a contributor
9cf44d6 Merge pull request #432 from gnanderson/master
a53593f fix(gcal): remove possible extraneous variation codepoint
d774157 Remove the unnecessary mutex from gcal
ac87145 Update CHANGELOG.md
5b05ca6 Merge pull request #428 from wtfutil/WTF-427-keyboard-widget
2d0706c WTF-427 Use new keyboard implementation for widgets. Closes #427
a9c5dc3 WTF-427 Add KeyboardWidget and switch Todo widget to using it
b22a9ea Merge branch 'master' of github.com:wtfutil/wtf
4c923d2 Update CHANGELOG.md

0.9.1

06 May 19:46
Compare
Choose a tag to compare

Changelog

  • Increased the pagination limit for GitHub to 100, by @Seanstoppable
  • Support for multiple instances of the same widget added, by @Seanstoppable

0.8.0

27 Apr 21:57
Compare
Choose a tag to compare

Changelog

b310dcd Merge branch 'retgits-go-modules'
e99bb9c Update CHANGELOG.md
7a14c39 Export Go module variables in Makefile
c579b13 fix: update readme with gopath
ee98726 fix: update readme
e03b65b feat: update to go modules

0.7.2

26 Apr 14:04
Compare
Choose a tag to compare

Changelog

66a16af Fix all-contributors file
870fd91 Add @foorb as a contributor
ddc228b Merge pull request #416 from foorb/patch-1
451d453 fix broken links
7e3a8fd Fix a number of minor bugs in the Twitter module
f14766a WTF-415 Improve NBA Scores date format. Closes #415
de00f6a WTF-415 Add arrow key navigation to NBA Scores
e972834 Fix potential race conditions in Logger
d0c1a5d WTF-413 Fix right-align to account for both widget borders. Closes #413
5445309 WTF-315 Fix race conditions caused by writing to view
a1aae62 Fix race conditions caused by writing to view
388851f Fix comment spelling mistake in main.go
40cdfe7 Move widget and FocusTracker creation out of main to simplify main's internals
a18625f Remove extraneous app.Draw() calls by having app.Draw() in its own routine
f60ce69 Clean up TextWidget by simplifying the view creation

0.7.1

23 Apr 10:20
eef8015
Compare
Choose a tag to compare

Changelog

eef8015 Merge pull request #412 from wtfutil/411-hackernews
fa35729 Fix HackerNews row selection issue. Closes #411
5eb21d8 Delete unused code block from main.go
cb3a0d5 Update CHANGELOG.md
c6a7d5d Update CHANGELOG.md
3eaf0a3 Merge pull request #407 from wtfutil/WTF-400-clean-up-utils

0.7.0

22 Apr 04:46
Compare
Choose a tag to compare

Aka: The Probably Broken Release

Warning

Verion 0.7.0 contains fundamental changes to the way settings and configuration are handled internally. These changes affect nearly every file in the project and as such it is highly likely that some things are broken as a result.

If WTF is mission-critical for you, you should a) really rethink your mission-planning, and b) stick with 0.6.0 until the bugs are worked out and 0.8.0 becomes available.

Changelog

88fdf97 WTF-400 Move settings-related functions from util.go into common_settings.go
bd2c6e5 Merge branch 'master' of github.com:wtfutil/wtf
25a21f7 Merge pull request #402 from wtfutil/WTF-400-widget-configs
58a3b67 Merge branch 'WTF-400-widget-configs'
de4e285 Update Tcell dependency to dcf1bb3
7973314 Gcal widget properly renders title again
6fd9430 WTF-400 TextWidget properly renders title again
6227b2b WTF-400 Remove last of wtf.Config from CryptoLive
bc967be WTF-400 Remove last of wtf.Config from Bittex widget
a8e3602 WTF-400 Fix title display in CmdRunner
03e186a WTF-400 Make ChecklistItem tests pass again
b855b9b .vscode dir into .gitignore
643840e WTF-400 Checklist items now have dynamically-settable checkmark icons
59f0bc6 WTF-400 Partial conversion to new Common settings
f09d08b WTF-400 Common settings implemented
d35927f Update README.md
9dae0ac Update README.md
2ed3c08 WTF-400 Move jobNameRegex setting into Jenkins settings
fb4c6e0 Update CHANGELOG.md
b50c762 WTF-400 Move name and configKey values from widget to settings
9f878c9 import regexp
a89e321 Allow users to filter jenkins jobs by regex
d174bd1 WTF-400 Add settings to the template (a settings template as yet to be created)
2807a22 WTF-400 Fix missed wtf.Config occurrances
6f98ecc WTF-400 Unknown extracted to new config format
4b3f957 WTF-400 Zendesk extracted to new config format
cfdfb04 WTF-400 Weather extracted to new config format
d0faa3c WTF-400 VictorOps extracted to new config format
eaa8825 WTF-400 Twitter extracted to new config format
4b5045a WTF-400 Trello extracted to new config format
5593f19 WTF-400 TravisCI extracted to new config format
daa422a WTF-400 Minor code cleanup
8b2fc71 WTF-400 Todoist extracted to new config format
c489f2a WTF-400 Textfile extracted to new config format
ea88f5e WTF-400 System extracted to new config format
5f07cb6 WTF-400 Status extracted to new config format
b4868a5 WTF-400 SpotifyWeb extracted to new config format
ae081e4 WTF-400 Spotify extracted to new config format
0403b75 WTF-400 Rollbar extracted to new config format
d3eef14 WTF-400 Security extracted to new config format
8df624f WTF-400 ResourceUsage extracted to new config format
e55cf75 WTF-400 PrettyWeather extracted to new config format
a8e9f69 WTF-400 PagerDuty extracted to new config format
265149c WTF-400 Power extracted to new config format
ad15679 WTF-400 OpsGenie extracted to new config format
b6d845b WTF-400 NewRelic extracted to new config format
8ad8d94 WTF-400 NBAScore extracted to new config format
3259e16 WTF-400 Mercurial extracted to new config format
8bc217e WTF-400 Logger extracted to new config format
fea83a3 WTF-400 Jira extracted to new config format
9b41e6e WTF-400 Jenkins extracted to new config format
d4558f5 WTF-400 IPInfo extracted to new config format
0b6a589 WTF-400 IPAPI extracted to new config format
92c2cfc WTF-400 HackerNews extracted to new config format
4c6aaca WTF-400 GSpreadsheets extracted to new config format
6e053fc WTF-400 Gitter extracted to new config format
50726b4 WTF-400 GitLab extracted to new config format
6c22ad6 WTF-400 GitHub extracted to new config format
095041b WTF-400 Git extracted to new config format
0790493 WTF-400 Fix wrong YAML identifier for some modules
fcbfd8e WTF-400 Gerrit extracted to new config format
12a895b WTF-400 GCal extracted to new config format
5e1fdef WTF-400 DataDog extracted to new config format
27b4274 WTF-400 Cryptolive extracted to new config format
73e0e18 WTF-400 CmdRunner extracted to new config format
3735667 WTF-400 Clocks extracted to new config format
1630fb9 WTF-400 Blockfolio extracted to new config format
3db2848 WTF-400 Bittrex extracted to new config format
fbf8944 WTF-400 CircleCI extracted to new config format
936acc0 WTF-400 BambooHR extracted to new config format
cf661e7 WTF-400 Todo extracted to new config format
f043830 Update CHANGELOG.md
b43c948 Add @rudolphjacksonm as a contributor
54201a2 Merge pull request #403 from rudolphjacksonm/patch-1
5822883 Allow users to choose color
db7e4b9 Jenkins Green Balls Plugin Support
7385dd8 Update CHANGELOG.md

0.6.0

14 Apr 17:07
347466d
Compare
Choose a tag to compare

Changelog

347466d Update CHANGELOG.md
84f7cd8 Merge pull request #401 from wtfutil/WTF-389-position-check
aa313bd WTF-389 Log an exception and terminate if widget config is invalid
c9c7e12 WTF-389 Don't load widgets that have invalid position co-ordinates in their config
293e191 Add @michelegera as a contributor
6098d67 Merge pull request #399 from michelegera/patch-1
795e247 Fix typo in CHANGELOG
66e5e9a Merge branch 'master' of github.com:wtfutil/wtf
27a806a Add focusable title to NBA Scores module
1a7fa62 Update CHANGELOG.md
58b512b Update CHANGELOG.md
c5d21bc Add @FriedCosey as a contributor
f3c4b70 add activate game color
f334604 fix tie color
d48a3a6 remove duplicate
9008cae add score to main.go
ad6b231 change Interval
951fed2 fix padding
1699ec0 nbascore widget
211bb6b Add @AndrewScibek as a contributor
0c436a9 Merge pull request #395 from Seanstoppable/circleciclient
ec6af9d Merge pull request #394 from Seanstoppable/newrelicclient
14f8f93 Update README.md
3b4126c Update README.md
a8c4c19 Update CHANGELOG.md
29e67a0 Decouple newrelic client and widget
7264dd5 Decouple CircleCI client from widget
8030380 Migrate all modules to their own subfolder
c28c31a Merge branch 'rollbar-support' of https://github.com/AndrewScibek/wtf into AndrewScibek-rollbar-support
63ce6a9 Merge pull request #390 from Seanstoppable/fixbamboohclient
3b1aa99 Merge pull request #391 from wtfutil/WTF-378-makefile-improvement
28ccc97 Display message if wtf cannot be found after installation
14d8571 Decouple bamboohr client from widget
1f93ae7 Merge pull request #387 from Seanstoppable/defaultunknown
90f150d Add default unknown widget
8a7fc81 Initial Rollbar support
8a4c3ac Merge pull request #383 from anandsudhir/dont-fail-on-unknown-widget
95df0f6 Do not fail with error if the configuration has references to widgets that do not exist
373d2bc Add @GaboFDC as a contributor
75db34a Merge pull request #366 from GaboFDC/gf_fix_opsgenie_api
c61e774 Merge pull request #376 from Seanstoppable/pd-alerts
659797c Add incident showing to pagerduty
3122f2f Merge pull request #374 from Seanstoppable/pagerduty
97790d6 Initial pagerduty widget
884864c Regenerate all-contributors documentation
d78878d Merge branch 'master' of github.com:wtfutil/wtf
2c418bd Add @E3V3A as a contributor
da51b25 Update CHANGELOG.md
54a04df Update CHANGELOG.md
857b5ad Merge branch 'master' of https://github.com/E3V3A/wtf into E3V3A-master
fb873e1 Merge branch 'master' of https://github.com/jdenoy/wtf into jdenoy-master
96bef17 Added ticket status in widget display
4dcaa15 Added up/down arrow support for ticket navigation in widget
b673396 Updated and improved the security widget
3ffefcd 0.5.0 released
60794cb Use new api format

0.5.0

04 Feb 18:52
ab0dde5
Compare
Choose a tag to compare

Changelog

ab0dde5 Merge pull request #365 from jdenoy/master
e48ccf2 Changed nmcli cmd to check on AP connect to using '*' in the in-use field instead of 'yes/no' from the active field. This is needed for non english language set in operating system
c0ba7cd Add @maxbeizer as a contributor
4b7f48b Fix all-contributors documentation
6a60f5d Merge branch 'master' of github.com:wtfutil/wtf
bbc9607 Add @linenoise as a contributor
b6ceafd Update CHANGELOG.md
84c8aa2 Merge branch 'retgits-go-generate'
89cf215 Merge branch 'go-generate' of https://github.com/retgits/wtf into retgits-go-generate
db24a0b fix: update help text
3770977 fix: update instructions to run go generate
4739673 Merge branch 'go-generate' of https://github.com/retgits/wtf into retgits-go-generate
85efb48 Merge pull request #363 from wtfutil/362-firewall
b4f1eab 362 Determine linux firewall status on the unambiguous term
89650cb Update CHANGELOG.md
aefb3a1 Add @ImDevinC as a contributor
35a5a81 Merge branch 'ImDevinC-victorops_oncall'
256ef37 Merge branch 'victorops_oncall' of https://github.com/ImDevinC/wtf into ImDevinC-victorops_oncall
f8c4c3f Update CHANGELOG.md
c9f76b6 Update CHANGELOG.md
daa7914 Add @skymeyer as a contributor
83c15e9 Merge branch 'skymeyer-proxysupport'
ad38cc5 Merge branch 'proxysupport' of https://github.com/skymeyer/wtf into skymeyer-proxysupport
b63d064 Update CHANGELOG.md
8ebc2c2 Remove duplicate all-contributors entry
3d6e837 Add @jdenoy as a contributor
fa07e36 fix: fix errorhandling and folder generation
d219d3e fix: fixed typo
ac5d69e feat: add generators
f7cf070 Adds module to display VictorOps on call information
39c3dae Honor system http proxies when using non-default transport
5adfbfb Added HTTP/HTTPS handling in OpenFile() function in wtf/utils.go to manage proper URL openings
1d88811 Add 'make test' to the Makefile
0f86740 Set the GOPATH if not set when using the Makefile
48cb7ba Update dependencies to latest versions
ea27f40 Light intensity drizzle added to weather
878d84f Merge pull request #347 from anandsudhir/fix-references
c8b6eb2 Fix references to old Github repo location with new one
17f6b49 Don't wrap the Resource Usage display
55c5ae0 Update CHANGELOG.md
9513110 Update CHANGELOG.md
6e4d37d Update CHANGELOG.md
3c75077 Add Resource Usage module to the CHANGELOG
3ca2b1d Merge pull request #338 from nicholas-eden/master
30a8ce6 account for no swap detected
51c9823 limit cpu percent range to 0-100
e0d9c35 simplify cpu percent to use lib logic
9705cc2 fix windows error
24899da replace c9s/goprocinfo with shirou/gopsutil to get cross platform cpu info
db19177 fix import ordering
8350dbb Merge branch 'master' of https://github.com/senorprogrammer/wtf
3b60741 Clean up README a bit
cb3e665 Merge pull request #344 from anandsudhir/addcontributors
73a096f Merge branch 'anandsudhir-master'
4f58df2 Add @kaskavalci as a contributor
235b7c2 Add @Seanstoppable as a contributor
4a02d58 Add support for recursive search for git repositories in git module
4c82ab7 Merge pull request #341 from senorprogrammer/revert-339-master
705993d Revert "Update dependencies"
53efd9c Merge pull request #339 from anandsudhir/master
3c66960 Merge pull request #340 from kaskavalci/add-hn-comments
545092a open hacker news comments via c keyword
4738b5c fix bar graph test
08ad5d5 Update dependencies
cab27c6 resource usage mod
748ad82 Update CHANGELOG.md

0.4.0

01 Nov 16:13
3a63001
Compare
Choose a tag to compare

Changelog

3a63001 Merge pull request #336 from HaraldNordgren/go_versions
1f9e0b6 Bump Go versions and use '.x' to always get latest minor versions
e373452 Update CHANGELOG.md
890851d Add @StormFireFox1 as a contributor
3a0bcd2 Update dependencies
8f3ae94 Merge branch 'master' into master
6fa7073 Add @HaraldNordgren as a contributor
0d46e5d Merge pull request #335 from HaraldNordgren/master
014f9bd Bump Travis versions
c3faeb1 Merge branch 'master' into master
6a3c399 Update CHANGELOG.md
d48f8a1 Add @TheRedSpy15 as a contributor
aa5389c Merge branch 'master' into patch-1
7d9dd56 add static hot key assignments for text widgets
9f9c124 syntax fixes
c3baf05 only get linux firewall if root
7b422cc Update firewall.go
fb16b7a Add Spotify Web Widget
8b3d3cc Added firewall status on linux
a48d150 Remove RefreshedAt from TextWidget
76f96ec Merge branch 'master' of github.com:senorprogrammer/wtf
fda4862 Remove the static contributors badge from the readme
29740f5 Update CHANGELOG.md
14e5985 Add @mweb as a contributor
db82fa8 Merge branch 'master' into mercurial
a5839a6 Update the README
2d173cc add mercurial module
99379e6 Fix broken image links in README
75915fd Deleted the /_site and /docs directories
0d35b88 Delete CNAME
12d102e Remove docs (into own repo)
244a150 Create CNAME
93bae7c Delete CNAME
8f314a2 Update CHANGELOG.md
8336117 Add @dvdmssmnn as a contributor
2c0f091 Added the hint for pressing return first
c76f49d authenticate in suspended mode
a032ca5 Update CHANGELOG.md
c8ab4af Display all day events in calendar, see #306
cb29167 Add details to Spotify documentation
065c38d Add documentation for Spotify module
d5e7860 Release note about Twitter crash fix
e2399b3 Update CHANGELOG.md