wtf

The personal information dashboard for your terminal

MPL-2.0 License

Downloads
83
Stars
15.5K
Committers
180

Bot releases are hidden (Show)

wtf - v0.10.0

Published by senorprogrammer over 5 years ago

Changelog

9160d1fb Remove Windows build target. It fails to build
cbb147f4 Update CHANGELOG.md
b4b39d87 Merge pull request #447 from wtfutil/pagerduty-schedule-specifications
2f2599b3 Merge branch 'master' into pagerduty-schedule-specifications
5fec8781 Merge branch 'Seanstoppable-autohelp'
a2e67fa4 Merge branch 'master' into autohelp
2ee83d30 Merge branch 'Seanstoppable-cleanupdrawing'
ec4b34c9 Merge branch 'master' into cleanupdrawing
5f054c8f Allow PagerDuty to restrict on scheduleID
f6ed8b6b Update CHANGELOG.md
ea3368a2 Merge pull request #446 from retgits/master
46c31103 Make widget name part of the output
9b8ce069 Split out char/key mapping help
cd35d1e0 Re-add command line help
98d370ed Merge branch 'master' into master
18e56192 feat: update sample configs
7f3daaac Have keyboard widget manage its own help
42821b31 Clean up drawing functionality
e9e62c20 Merge branch 'master' of github.com:wtfutil/wtf
42461c6e Update CHANGELOG.md
bebc8362 Merge pull request #441 from Seanstoppable/splituplogger
03b1abd7 Remove datadog app reference
db746802 Improve the display of Twitter; less-harsh colours
8c4346f8 Merge branch 'master' into splituplogger
197b3a50 Update CHANGELOG.md
2067a730 Fix a bug in scrollable.RowColor
78fc0978 Update widget.go
18ed770f Merge branch 'master' into abstractscrollable
04fae35f Update CHANGELOG.md
a3717a5a Merge pull request #438 from Seanstoppable/zendeskhelp
521687e0 Merge branch 'master' into zendeskhelp
d1670413 Update CHANGELOG.md
7be64c05 Update CHANGELOG.md
de2db520 Merge pull request #440 from Seanstoppable/stablesort
eafeb3c6 Merge branch 'master' into stablesort
c328ba4c Split up logger and widget
0d266768 Add stable sort for focusable windows
210723cd Create abtract scrollable widget
6765404b Add help text to zendesk widget
bc0813b8 Add Windows build support in goreleaser config
0b59a3b6 Fix slow render of new item modal in Todo
07540231 Fix missing title in Clocks
68ed842c Fix double-render of title in Weather
018d2af3 Add a global Redraw method for TextWidget
aedcf9dd Update CHANGELOG.md
9095fe85 Merge pull request #436 from Seanstoppable/datadogscroll
8c4bf5ab Make datadog widget scrollable/interactive
4e8c85bc Fix line highlighting in HackerNews and Todo modules
ea302d80 feat: update config

wtf - v0.9.2

Published by senorprogrammer over 5 years ago

Changelog

75f3e8f9 Merge pull request #433 from Seanstoppable/highlightline
a5f98c13 Move closing region tag to the end of the line
e6a55d5a Add @gnanderson as a contributor
9cf44d67 Merge pull request #432 from gnanderson/master
a53593f8 fix(gcal): remove possible extraneous variation codepoint
d7741578 Remove the unnecessary mutex from gcal
ac871457 Update CHANGELOG.md
5b05ca6e Merge pull request #428 from wtfutil/WTF-427-keyboard-widget
2d0706c4 WTF-427 Use new keyboard implementation for widgets. Closes #427
a9c5dc3b WTF-427 Add KeyboardWidget and switch Todo widget to using it
b22a9ead Merge branch 'master' of github.com:wtfutil/wtf
4c923d25 Update CHANGELOG.md

wtf - 0.9.1

Published by senorprogrammer over 5 years ago

Changelog

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

Published by senorprogrammer over 5 years ago

Changelog

b310dcd6 Merge branch 'retgits-go-modules'
e99bb9c1 Update CHANGELOG.md
7a14c39d Export Go module variables in Makefile
c579b137 fix: update readme with gopath
ee98726c fix: update readme
e03b65b4 feat: update to go modules

wtf - 0.7.2

Published by senorprogrammer over 5 years ago

Changelog

66a16af9 Fix all-contributors file
870fd911 Add @foorb as a contributor
ddc228b5 Merge pull request #416 from foorb/patch-1
451d4535 fix broken links
7e3a8fdc Fix a number of minor bugs in the Twitter module
f14766a1 WTF-415 Improve NBA Scores date format. Closes #415
de00f6ab WTF-415 Add arrow key navigation to NBA Scores
e9728343 Fix potential race conditions in Logger
d0c1a5db WTF-413 Fix right-align to account for both widget borders. Closes #413
5445309a WTF-315 Fix race conditions caused by writing to view
a1aae620 Fix race conditions caused by writing to view
388851f0 Fix comment spelling mistake in main.go
40cdfe71 Move widget and FocusTracker creation out of main to simplify main's internals
a18625f4 Remove extraneous app.Draw() calls by having app.Draw() in its own routine
f60ce696 Clean up TextWidget by simplifying the view creation

wtf - 0.7.1

Published by senorprogrammer over 5 years ago

Changelog

eef80151 Merge pull request #412 from wtfutil/411-hackernews
fa357294 Fix HackerNews row selection issue. Closes #411
5eb21d82 Delete unused code block from main.go
cb3a0d5f Update CHANGELOG.md
c6a7d5d3 Update CHANGELOG.md
3eaf0a32 Merge pull request #407 from wtfutil/WTF-400-clean-up-utils

wtf - 0.7.0

Published by senorprogrammer over 5 years ago

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

88fdf970 WTF-400 Move settings-related functions from util.go into common_settings.go
bd2c6e5c Merge branch 'master' of github.com:wtfutil/wtf
25a21f75 Merge pull request #402 from wtfutil/WTF-400-widget-configs
58a3b67c Merge branch 'WTF-400-widget-configs'
de4e285c Update Tcell dependency to dcf1bb3
79733145 Gcal widget properly renders title again
6fd9430e WTF-400 TextWidget properly renders title again
6227b2bc WTF-400 Remove last of wtf.Config from CryptoLive
bc967be9 WTF-400 Remove last of wtf.Config from Bittex widget
a8e36028 WTF-400 Fix title display in CmdRunner
03e186a0 WTF-400 Make ChecklistItem tests pass again
b855b9be .vscode dir into .gitignore
643840e0 WTF-400 Checklist items now have dynamically-settable checkmark icons
59f0bc6c WTF-400 Partial conversion to new Common settings
f09d08bd WTF-400 Common settings implemented
d35927f7 Update README.md
9dae0ac9 Update README.md
2ed3c087 WTF-400 Move jobNameRegex setting into Jenkins settings
fb4c6e04 Update CHANGELOG.md
b50c762d WTF-400 Move name and configKey values from widget to settings
9f878c9e import regexp
a89e3214 Allow users to filter jenkins jobs by regex
d174bd14 WTF-400 Add settings to the template (a settings template as yet to be created)
2807a220 WTF-400 Fix missed wtf.Config occurrances
6f98eccc WTF-400 Unknown extracted to new config format
4b3f957c WTF-400 Zendesk extracted to new config format
cfdfb044 WTF-400 Weather extracted to new config format
d0faa3cb WTF-400 VictorOps extracted to new config format
eaa8825a WTF-400 Twitter extracted to new config format
4b5045a0 WTF-400 Trello extracted to new config format
5593f19e WTF-400 TravisCI extracted to new config format
daa422ae WTF-400 Minor code cleanup
8b2fc71f WTF-400 Todoist extracted to new config format
c489f2a4 WTF-400 Textfile extracted to new config format
ea88f5ee WTF-400 System extracted to new config format
5f07cb6d WTF-400 Status extracted to new config format
b4868a54 WTF-400 SpotifyWeb extracted to new config format
ae081e4b WTF-400 Spotify extracted to new config format
0403b75f WTF-400 Rollbar extracted to new config format
d3eef146 WTF-400 Security extracted to new config format
8df624f2 WTF-400 ResourceUsage extracted to new config format
e55cf754 WTF-400 PrettyWeather extracted to new config format
a8e9f69c WTF-400 PagerDuty extracted to new config format
265149ca WTF-400 Power extracted to new config format
ad156795 WTF-400 OpsGenie extracted to new config format
b6d845b7 WTF-400 NewRelic extracted to new config format
8ad8d942 WTF-400 NBAScore extracted to new config format
3259e16a WTF-400 Mercurial extracted to new config format
8bc217e9 WTF-400 Logger extracted to new config format
fea83a38 WTF-400 Jira extracted to new config format
9b41e6e7 WTF-400 Jenkins extracted to new config format
d4558f53 WTF-400 IPInfo extracted to new config format
0b6a5898 WTF-400 IPAPI extracted to new config format
92c2cfc4 WTF-400 HackerNews extracted to new config format
4c6aacac WTF-400 GSpreadsheets extracted to new config format
6e053fc1 WTF-400 Gitter extracted to new config format
50726b4f WTF-400 GitLab extracted to new config format
6c22ad6d WTF-400 GitHub extracted to new config format
095041be WTF-400 Git extracted to new config format
0790493c WTF-400 Fix wrong YAML identifier for some modules
fcbfd8e9 WTF-400 Gerrit extracted to new config format
12a895b9 WTF-400 GCal extracted to new config format
5e1fdef5 WTF-400 DataDog extracted to new config format
27b4274d WTF-400 Cryptolive extracted to new config format
73e0e18e WTF-400 CmdRunner extracted to new config format
37356679 WTF-400 Clocks extracted to new config format
1630fb96 WTF-400 Blockfolio extracted to new config format
3db28481 WTF-400 Bittrex extracted to new config format
fbf89448 WTF-400 CircleCI extracted to new config format
936acc03 WTF-400 BambooHR extracted to new config format
cf661e7e WTF-400 Todo extracted to new config format
f043830b Update CHANGELOG.md
b43c9485 Add @rudolphjacksonm as a contributor
54201a20 Merge pull request #403 from rudolphjacksonm/patch-1
58228834 Allow users to choose color
db7e4b96 Jenkins Green Balls Plugin Support
7385dd82 Update CHANGELOG.md

wtf - 0.6.0

Published by senorprogrammer over 5 years ago

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

wtf - 0.5.0

Published by senorprogrammer over 5 years ago

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

wtf - 0.4.0

Published by senorprogrammer almost 6 years ago

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

wtf - 0.3.0

Published by senorprogrammer about 6 years ago

Changelog

fc50161 Update CHANGELOG.md
becf70d Add @danrabinowitz as a contributor
4f9e76a Generate documentation for Clocks module
3784961 Merge branch 'master' into clock-format
a993b88 Fixes a crashing bug in the Twitter widget
0d7fabd Add documentation for dateFormat and timeFormat
e8ef480 Allow custom date and time formats for clocks
eb7da51 Merge branch 'master' of github.com:senorprogrammer/wtf
7ed8eae Closes #316. Fix link for GitHub personal API token creation
3fef439 316 Fix link for GitHub personal API token creation
1596871 Todo modal shows up much faster now, looks better
ad86b24 Add @nicholas-eden as a contributor
5571dd0 Merge pull request #320 from nicholas-eden/master
01343b3 Merge branch 'master' into master
b568351 Add godbus/dbus and sticreations/spotigopher dependencies
7ca4fae fixed incorrect to apiKey instead of 'subdomain' in subdomain()
3704cd2 Merge branch 'master' of github.com:nicholas-eden/wtf
d05300d allow changing of title color
f2d4b0e Merge branch 'master' into master
c717cec Add option to set background and text color on a module basis, resolves #307
f3fef5a Merge branch 'master' of github.com:senorprogrammer/wtf
51c6c14 Add documentation for GitHub return functionality
666ce20 Add documentation for GitHub return functionality
f3eafd5 Add return help text to GitHub widget
e4efd6e Pressing Return/Enter in the GitHub widget opens the repo GitHub page
c35c4e2 Merge in app.Draw() changes
f650bb1 Remove the app.Draw() gorountine
8cfd3ae Update CHANGELOG.md
56b43cb Add @sticreations as a contributor
d66e6d2 adding Helpful Helptext
d10a126 Merge branch 'master' into master
9bd2430 Minor code cleanup
fb69547 Ignore -trace reports
f86f040 adding Spotify Module for https://github.com/senorprogrammer/wtf/issues/305
5569640 Fix merge conflict
1d39654 Better simple config example
e32be09 Better simple config example
c3e47dd Update CHANGELOG.md
c69442c Updated changelog
c7fa90f Close #276. Textfile widget watches files instead of polling
0824ccf Really don't have nav characters > 9
74b9fd8 Use numbers for shortcuv nav
4a90383 Git module now uses the MultiSourceWidget composition
ad431ee Move common nav controls into MultiSourceWidget
e760561 Twitter module supports subscribing to multiple screen names
0cdaf5c Add the MultiSourceWidget concept
2af0fe5 Twitter widget properly unescapes HTML entities
0e797fe Textfile module now supports multiple text files
ed75f96 Merge branch 'master' of github.com:senorprogrammer/wtf
d4853f7 Make jenkins widget interactive
8824604 Better name in the FocusTracker
dccf04a Make Jira widget scrollable
1c413c6 Update CHANGELOG.md

wtf - 0.2.2

Published by senorprogrammer about 6 years ago

See CHANGELOG for details.

Changelog

fb61cd5 Twitter widget now displays tweet times in relative, humanized terms
186c473 Number of tweets to fetch is now customizable
5ea9c12 Update CHANGELOG.md
dc75d47 Update CHANGELOG.md
c738fa9 Add hashtag colouring to Twitter widget
2af837d Make build now runs with -race enabled
b6edff1 Merge branch 'Seanstoppable-datadog'
4f3f7ce Update the datadog documentation
3165c50 Merge branch 'master' into datadog
9f5a33d Merge pull request #304 from anandsudhir/make-gcal-interactive
49f77b9 Merge remote-tracking branch 'upstream/master' into make-gcal-interactive
d5017cd Improve the display of tweets in the Twitter widget
8f4c53d Make google calendar focussable
07ee35b Add initial datadog widget
816a3d4 Update CHANGELOG.md
d37e3c8 Update CHANGELOG.md
9a89bf8 Use new config file path in error message
28502b0 Add support for ~ in config file path
54e9db3 Merge branch 'master' of github.com:senorprogrammer/wtf
def1869 Rename checklisttests to checklist_tests
e8f4ec3 Update .gitattributes
6c28284 Update .gitattributes
099fa58 Update dependencies
7936b5f Update CHANGELOG.md
52cb298 Update CHANGELOG.md
083f51e Update CHANGELOG.md
31bf152 Add new attribute documentation for Textfile
6d8b20c Formatting text in the textview is now optional
976e24b Remove highlight and implement Chroma syntax highlighting instead
0e154b8 Update CHANGELOG.md
215478d Update CHANGELOG.md

wtf - 0.2.1

Published by senorprogrammer about 6 years ago

Changelog

c286edf Update CHANGELOG.md
7032cf8 Update .gitattributes
d6e06e1 Delete the hyde-hyde theme
11be7ef Add a proper changelog file
d3d34ab Add configurable screenName to Twitter module
bfb292c Can configure Twitter screen name to follow in the config file
2fb8219 Update docs
3681bea Update Twitter documentation
eb4f995 Add Bearer Token resources in twitter documentation
db1ec73 fix missing import
5514b0c update colors.go
be29efc Properly configure .gitattributes
3f2be51 Properly name the gitattributes file
d30b9db Merge branch 'master' of github.com:senorprogrammer/wtf
57fd64b Add .gitattributes
bd6b3f5 Add .gitattributes
28fbea6 Delete unused public HTML directory
75ede7d Publish the new site theme to the correct directory
826e6d1 Merge branch 'master' of github.com:senorprogrammer/wtf
5aa7065 Update site indexes
1226074 Update site indexes
a5c2bc3 Link the Credits link right to contributors
749a02b Blockfolio page fixed
e9758bd Unbreak the Makefile
a0d428c Regenerated the site
197a908 Minor improvement to New Relic display
c39c596 More work on the new site theme
ed8cc35 Rebuild the site
d872a28 First pass at new site template
215c7e5 Delete the docdock theme submodule
62c19e3 First pass at new site theme
87dba25 Add twitter to site sidebar
1e15b1c Merge pull request #294 from anandsudhir/hide-sigils-when-not-multiple-pages
03732fd Merge branch 'master' into hide-sigils-when-not-multiple-pages
cc7072e Revert the Makefile changes
a4b2383 Hide sigils when there is only one page to display
02d9569 Merge branch 'master' of github.com:senorprogrammer/wtf
c855cd6 Update the readme
859d2f0 Update the readme
8f897d1 Update the readme
e87d77b Installing allcontibutors
b1f3b70 Merge branch 'anandsudhir-scrollable-hackernews'
6691ec0 Merge branch 'master' into scrollable-hackernews
37befca Merge branch 'anandsudhir-add-gitter-module'
d89b307 Regenerate documentation for Gitter
41291e5 Merge branch 'master' into scrollable-hackernews
5a9bdfa Merge branch 'master' into add-gitter-module
258c527 Update Bug.md
a555721 Update Bug.md
65dba55 Add system info to bug report
30447f2 Add Gitter module
fd6f168 Merge branch 'master' into scrollable-hackernews
63e9c58 Merge pull request #284 from anandsudhir/handle-gerrit-error-gracefully
be82e99 Merge branch 'master' into handle-gerrit-error-gracefully
ab6be6a Merge pull request #285 from anandsudhir/fix-alternate-row-color-config
3544eb8 Make hackernews widget scrollable
8f06f65 Fix #282 - clocks doesn't change colour
ebc8b00 Don't die if Gerrit can't connect to the API
de4e1e3 Updated README
07d9bb5 Don't die if Todoist can't connect to the API
a6f10ed No docdock in master

wtf - 0.2.0

Published by senorprogrammer about 6 years ago

Notable

🗄 Modules

  • Twitter module added by @Trinergy
  • HackerNews module added by @anandsudhir

🎨 Improvements

  • TravisCI module now works with Pro version thanks to @ruggi
  • Sensitive credentials can now be stored in config.yml instead of ENV vars
  • GCal.showDeclined config added by @baustinanki
  • Gerrit widget is now interactive, added by @anandsudhir

Changelog

a40e03f Merge branch 'master' into add-hackernews-module
b93952b Fix merge conflict with constants in TravisCI client
6a5b61a Fix a number of potential security issues
ec7514e Replace Fprintf calls with SetText calls
7d8acf7 Fix a number of potential security issues
b5bdaf3 Replace Fprintf calls with SetText calls
f3cda40 Merge branch 'master' into make-travisci-interactive
389d3cb Merge pull request #279 from anandsudhir/master
5c52927 Add hackernews module
8756bac Fix invalid .codeclimate.yml
5682763 Make the travisci module interactive
37858d4 Delete unused field from BarGraph widget
d25b178 Simplify the Blockfolio constructor; removes unused params
72c192c Clean up a bunch of if statements based on govet results
1f27cf5 Clean up the code in cfg/ a bit
0cfdd93 Minor improvements based on 'go vet'
5f39a29 Better emoji for weather's 'broken clouds'
6a7c07e Minor improvements to the IPInfo widget display
9c3ff88 Add .codeclimate.yml file
d45e446 Update the readme
f899348 Updated version of the docs
5f06404 Merge branch 'anandsudhir-make-gerrit-more-interactive'
0dee715 Add @renaco as a contributor
f8d776e Fix text
fff78b3 Add @renaco as a contributor
eaff7ba Merge pull request #275 from renaco/patch-1
fdb781e Fix text
70eb603 Make the gerrit module interactive
9154441 Common help code into HelpfulWidget
00abe70 Improves the speed of the help modal display
e5a66ed Closes #268. Jira now supports help modal
40db4b1 Add @Trinergy as a contributor
dfc3438 Update the Twitter documentation
049061b Wrap the text in the Twitter module
2ab224f Update Twitter client to use config.yml or ENV vars
0ba4f60 Merge branch 'master' into twitter-module
55c0bde Merge pull request #273 from baustinanki/gcal-hide-declined
0735b95 Merge branch 'master' into gcal-hide-declined
adf6448 Compile the static site with the new GCal config option
090c4e7 Default new option to false, update documentation
f1bbd85 Add option to hide declined calendar events
f2af043 Default new option to false, update documentation
b6879c1 Merge branch 'master' into fix-date-comparison
bbb628e Add option to hide declined calendar events
bb6e5f0 Fix issue with date comparison on the 1st of the month
5761f28 Redraw when focusing via nav shortcuts to feel more responsive
5ff893f Merge branch 'master' into twitter-module
54d6dde Add @jdevelop as a contributor
f8ac387 Make text blue like twitter
31c943e Add module readme
f48e515 Make the cryptolive using the global config reference.
2a01930 Fix typos + additional comments
ab4eef5 Merge branch 'master' into twitter-module
504c9c8 Add Trinergy to contributors
39fc6fd Add twitter module - Single Application account only at the moment
500dd0a Delete the weather temp file
f592e09 Add tests for wtf/colors.go exported functions
22c9da9 Ignore my temp builds
caecfa9 Add @ReadmeCritic as a contributor
aed5076 Merge pull request #269 from senorprogrammer/240-config-vars
54d8240 Clean up the Jira client code a bit
da9b863 Generate the documentation for the new config changes
b6036a3 Clean up the Zendesk module's API credentials loading
2fe8164 Clean up the Jenkins module's API credentials loading
ba38772 Clean up the GitLab module's API credentials loading
dd4088d Clean up the CircleCI module's API credentials loading
8fdaf52 Clean up the Gerrit module's API credentials loading
ebad879 Add new documentation for config API key modules
9059b73 Clean up the BambooHR module's API credentials loading
4e90570 Clean up the Todoist module's API credentials loading
f880c0e Clean up the OpsGenie module's API credentials loading
a1c528e Clean up the NewRelic module's API credentials loading
ddd3eb9 Clean up the Jira module's API credentials loading
0a019ff Clean up the GitHub module's API credentials loading
c722384 Clean up the Weather module's API credentials loading
9ddd514 Green title back into Todoist widget the way it used to be before I messed it up
9d01fc0 Add default value for TravisCI org/com config
a375d54 Merge branch 'master' into travisci-pro-toggle
e480687 Merge branch 'master' into travisci-pro-toggle
8a69e75 update docs
fa37bc7 toggle travis pro/org

wtf - 0.1.1

Published by senorprogrammer about 6 years ago

Notables

  • Now use keyboard alphanumeric keys to navigate between tabbable widgets
  • "smoke" weather emoji added
  • Bug fixes by @ruggi and @ctwoodward

Changelog

759551f Update README to not include contributor icons
3f3997f Add @ctwoodward as a contributor
752af72 Add @ruggi as a contributor
82232d2 Merge branch 'master' into windows
869cb0b Update dependencies
1052169 Merge branch 'master' into windows
015d773 Closes #263. Fix spelling of GitHub in public-facing strings
ea5952b Merge branch 'master' into fix-focus-modals
ac395f4 Add smoke weather emoji because the PNW is burning this week
d6a97a1 Merge branch 'master' into fix-focus-modals
d8c3189 Merge branch 'master' into windows
ac08d7a Nav shortcuts are now configurable
76bc33c do not set focus if already taken by widget
9ba6d6c Merge branch 'master' into windows
985c41d Improve styling on focusable character identifier
beb0c43 Add character identifiers to focusable widgets
02d518d Adding English Windows support to the wifi module.
749318e Fix the Todoist widget title
3ce6dae Fix multiple small issues with widget titles
34977f7 Rename wtf.go to main.go
d91ff52 Merge branch 'issue207' of https://github.com/bertl4398/wtf into issue207
ad22bc6 fix highlight color
494fe79 Merge branch 'master' into issue207
06bbbc2 fix offset
77e5ca0 insert highlight regions for scrolling

wtf - 0.1.0

Published by senorprogrammer about 6 years ago

Notable

  • PrettyWeather colour issues fixed by @bertl4398
  • Syntax highlighting added to the Texfile module by @rhnvrm
  • Zendesk module added by @fimtitzgerald

Changelog

dca644d Merge branch 'anandsudhir-fix-todo-open-file'
455fcff Fix keyboard command "o" in the todo widget
c705297 Reduce the exposer of some of the main-level global variables
e5214ec Add command-line help for Todoist module
f079e4c Add @fimtitzgerald as a contributor
af7ca39 Minor improvements to the Zendesk documentation
cc74845 Merge branch 'master' into zendesk_module
66868a3 Unexport colorFor() function
ea8148a Merge branch 'master' into zendesk_module
8db4dc3 Closes #232. Weather emoji into own file
9498586 Merge branch 'master' into zendesk_module
35414bc Removed 5th return statement from widget.KeyboardIntercept
5d78b79 Closes #243. Add help window to Todoist module
fbdaedb Final MVP for module
933ec33 Updated documentation for zendesk module
d5056bc Merge pull request #7 from fimtitzgerald/ticket_array
2999502 Merge pull request #6 from fimtitzgerald/select_items
e103037 Removed capture of Up and Down keys to stop interfering with scrolling
7ad7e2c Can scroll through items and open URL of ticket
626cbe0 Cycle through selected issues with highlighting
c12bb50 Stash for new branch
86c98a4 Using contents of TicketArray instead of slice of tickets
16313a7 REturning new tickets as a TicketArray item
444e581 Merge pull request #5 from fimtitzgerald/select_status
6f63d7e Desired status can be set from config
f14743c Ignore closed and solved tickets
cb95737 Merge pull request #253 from anandsudhir/make-badges-clickable
0f5fbe9 Merge branch 'master' into make-badges-clickable
7339003 Merge pull request #252 from anandsudhir/make-openfileutil-configurable
e717d61 Make badges clickable and use dynamic 'all contributors' badge
4ae8de8 Make openFileUtil configurable
766af84 Not currently functioning - WIP stash
abb6166 Add ability to open ticket queue with Enter key
66b6385 Merge pull request #4 from fimtitzgerald/param_uname
fa28d2e Added static documentation for Zendesk module
fa4b638 Merge pull request #3 from fimtitzgerald/param_uname
40a3b58 Made username a config parameter instead of ENV
2d74238 Removed test_builds directory
88155c1 Comments on functions
ddc2e96 Merge pull request #2 from fimtitzgerald/item_struct
69cb4d0 String formatting on returned data
829a251 MVP - New Branch
2c0c7f2 MVP Version of module
a7fe820 Add example with a space to Clocks documentation
111c2e1 Fix Clocks module to recognize location identifiers with spaces in them
b4a5958 Update the All Contributors count in readme
225e681 Add @rhnvrm as a contributor
2cf80fd Merge pull request #250 from rhnvrm/feat-color
65e738c Merge branch 'master' into feat-color
bccd042 Cleaned up the readme a bit
de2b4ec Merge branch 'master' into feat-color
242870b Add @Ferenc- as a contributor
28e1a0b Merge branch 'Ferenc--language_pw'
52032f2 Update PrettyWeather docs with language option
90f79a1 Add language option to prettyweather
c44a077 merge
e8f7266 feat: Added syntax highlighting to textfile widget.
9e06c2b Add the 'Added to' text for TravisCI
4587979 Merge branch 'anandsudhir-add-travis-module'
d0102b6 add travis ci module
462a2e7 Add @bertl4398 as a contributor
6e6d918 CmdRunner now displays ANSI color codes
31e77a5 Closes #222. PrettyWeather has properly-rendering colours, thanks to @bertl4398
cba67af Specs for generic checklist working again
8fc6b83 Move generic checklist code into its own package
0cdfe8d Jira highlight spans entire width of widget
1be970e List highlights span entire widget width
13780f0 Add wtf.Checklist to Todoist module
c235d8a Merge pull request #248 from anandsudhir/fix-gerrit-documentation
5ad1035 Merge branch 'master' into fix-gerrit-documentation
81fa3cf Merge pull request #247 from anandsudhir/skip-certificate-check-jenkins
37b0d22 add option to skip verification of jenkins server's certificate chain and hostname
b178582 fix documentation for configuring the Gerrit module
4a1caf6 Use -s -w to reduce the final binary size when running 'make install'
dc50bce Add -p/--profile flag to enable cpu/memory profiling
c8ff175 Update contributors list
e967412 Add @brendano86 as a contributor
e7dab36 Add @kvj as a contributor
2a27484 Merge pull request #246 from brendano86/master
8992da9 Brand GitLab correctly (Gitlab => GitLab where needed)
d34fd5b Add documentation for GitHub.enableStatus config option
46f4267 Merge pull request #242 from baustinanki/github-issue-status
8892005 Merge branch 'master' into github-issue-status
3ee6304 Add optional PR status display in Github module
857702e Add specs for wtf.ChecklistItem
5ebab79 Clean up the Todoist module code a bit - match names to things
4ad25ed First pass at creating a generic checklist component

wtf - 0.0.11

Published by senorprogrammer over 6 years ago

Notable

  • Todoit module added by @darkSasori
  • Jira module is now interactive thanks to @baustinanki
  • Upgraded tcell dependency to latest master to fix Windows $TERM issues

Changelog

236005a Clean up all-contributors entry
d3f4812 Add the Weather 'apiKey' config value to the documentation
35c2e08 WIP
4b8abfb Add interactive Jira documentation
8c52a7a Revert "gcal module improvements"
81799f9 Update documentation for Todoist module
7086992 Refactor GCal calendar code to simplify things
279822f Add gerrit widget
599a2aa Add 'make size' to Makefile because vanity
b1cdfe2 Clean up the Todoist documentation a bit
995cd59 Clean up the Todoist documentation a bit
37bb025 Update documentation for Todoist module
81cc0e4 Add documentation for Todoist module
195fa33 Add @darkSasori as a contributor
e288eef add todoist widget
8ad0d34 fixed bargraph test
2c07ccc gcal module improvements:
f1c4644 now will load weather api key from config if not in env
01d664c Merge pull request #241 from senorprogrammer/revert-234-google-oauth
c1dc952 Revert "gcal module improvements"
44c42ef Merge pull request #234 from kvj/google-oauth
25290cd Camelcase the Weather API key config for consistency
ba97ac7 Add 'make size' to Makefile because vanity
cc4a44e Clean up the Todoist documentation a bit
3d304e7 Clean up the Todoist documentation a bit
2f2446a Update documentation for Todoist module
cf4d2c3 Add documentation for Todoist module
95c0fff Add @darkSasori as a contributor
a0c9b63 add todoist widget
e211d65 fixed bargraph test
89868c1 New and improved multicalendar display format
c64270e Wrap Google's calendar Event in a CalEvent struct
374cdc0 Refactor GCal calendar code to simplify things
79d4f04 Add gerrit widget
0ffbf66 Re-work calendar view
8b169c6 Add 'make size' to Makefile because vanity
83eb8d6 Clean up the Todoist documentation a bit
43a3036 Clean up the Todoist documentation a bit
c958a43 Update documentation for Todoist module
195da38 Merge pull request #237 from BillKeenan/update_bargraph_test
4d1ab92 Add documentation for Todoist module
d1bdeb7 Add @darkSasori as a contributor
8267c3a Merge branch 'darkSasori-master'
fad99a2 Add todoist dependency
06d1f58 Merge branch 'master' into master
b84a439 Close #239. Update the tcell dependency
97c9ed3 add todoist widget
4c82663 fixed bargraph test
7b7971d Make Jira module list interactable
e0b54d9 gcal module improvements:
0d71332 Merge branch 'baustinanki-gcal-format'
276b9b1 New and improved multicalendar display format
f8dabfb Wrap Google's calendar Event in a CalEvent struct
4b9c428 now will load weather api key from config if not in env
3f010f8 Refactor GCal calendar code to simplify things
ea930d0 Fix path in travis config
18b657a Add Go Report Card to readme
5c4634f Tweaking minor code issues
5de4dd6 Formatting fixes
bbb5d9a Update dependencies
a5aac70 Add generated docuemntation for gerrit module
b976a1b Add gerrit widget
e83d92b Fix path in travis config
a3bc69b Add Go Report Card to readme
cf776cd Tweaking minor code issues
0b1ec96 Formatting fixes
b78893d Merge branch 'master' into gcal-format
52d5fd0 Merge branch 'master' into gcal-format
39ac7ea Merge branch 'master' into gcal-format
09e6061 Re-work calendar view

wtf - v0.0.10

Published by senorprogrammer over 6 years ago

Notable

  • Gerrit module added by @anandsudhir
  • GitHub Enterprise support added by @amrnt
  • Config file path is now in ~/.config/wtf

Changelog

c4210f7 Merge branch 'anandsudhir-add-gerrit-widget'
574693d Update dependencies
e075b7f Merge branch 'master' into add-gerrit-widget
5b5b338 Add generated docuemntation for gerrit module
5caff0c Merge pull request #230 from BillKeenan/addBargraphTest
d44a8db Merge branch 'master' into addBargraphTest
2def224 Merge pull request #229 from BillKeenan/patch-1
578470c add subdirectory testing
85dd41b fix bad merge
47bd3bf Merge branch 'addBargraphTest' of github.com:BillKeenan/wtf into addBargraphTest
ac9c44d ugh this config
6c09935 fixing bad merge
1bac334 added unit test
ae5ed9e added bargraph unit test
87c8f85 updated sample config, to new property names
0f59937 Merge remote-tracking branch 'upstream/master' into add-gerrit-widget
3a58b6a Add gerrit widget
b7d99fe Merge pull request #227 from BillKeenan/createBarConfig
f3cf51f udpated config
02c07aa udpated config
9a31f95 added length of bar to bargraph config
3140241 Merge pull request #226 from jeangovil/top-exchanges
096275a Merge branch 'master' into top-exchanges
d63d10f dep add github.com/stretchr/testify
e407dc8 Merge branch 'master' into top-exchanges
1782942 Update allcontributors
28576d7 Add @jdsingh as a contributor
1b32dd8 Delete unused function
2fec736 Add spec coverage to wtf/utils
9925241 Merge branch 'master' into top-exchanges
dc32346 GA onto site
4a71368 Merge pull request #220 from jdsingh/master
7961db6 Green build color for fixed builds
82e4602 Make BarGraph example graph icon configurable
1a898b0 Remove complexity from a lot of string display statements
24a46a6 Closes #218. AlertEvent.Timestamp as int64 instead of int
495342e update cryptolive config in docs
f2ca1c1 update cryptolive
343612e Update new config paths in documentation
0e141e0 Closes #217. Use XDG-compatible config directory
d9d3514 Update README.md
45a6916 Update CONTRIBUTING.md
bcc9b91 Update the CONTRIBUTING documentation to reflect reality
4094e03 Add dep docs to README
9b2071c Add @amrnt as a contributor
889c097 Export docs for GitHub enterprise configuration
55533d1 Merge branch 'master' into support-github-enterprise
ce072c1 Merge pull request #214 from baustinanki/gcal-until-update
e22d3c4 Merge branch 'master' into gcal-until-update
4fe9a73 Merge branch 'baustinanki-gcal-until-update'
9eabbd1 Move GCal item check closer to point of impact
04aeab3 Merge branch 'master' into gcal-until-update
37bf942 Add Twitter link to the README
8f55020 Add Twitter link to the README
2f0eb38 Merge branch 'master' into gcal-until-update
e96b126 Add link to Twitter account in docs
8980673 Merge branch 'master' into gcal-until-update
f163501 Add documentation for GCal multiCalendar support
bb01ddf Merge branch 'master' into gcal-until-update
1077adb Update GCal module's "time until event" text more frequently
39b6607 Merge branch 'master' into support-github-enterprise
e0e9e29 clean up displaying
17da5fd changed limit default
10b6431 cryptolist supports toplist
337eb60 fixes
df97d6c initial implementation to support github enterprise

wtf - v0.0.9

Published by senorprogrammer over 6 years ago

Notables

  • Multiple Google Calendar support added by @lsipii and improved by @baustinanki
  • Trello support added by @retgits

Changelog

a533b44 Merge branch 'master' into gcal-optional-multi
620b6a0 And remove the computer icon
a906aad Add @retgits as a contributor
16d56bb Close #204. Add Trello dependency to /vendor
4c70cae Make use of multiple calendars in GCal module optional
3aec59b Merge branch 'retgits-master'
799d67b Add Trello link to the doc sidebar
12e4260 Merge branch 'master' into master
a0f820e Add a note about logging writing to file even if widget is disabled
2d62716 Merge pull request #215 from anandsudhir/rename-logging-logger
65ef6fc Rename widget logging to logger to maintain consistency
95cd6ee Fix documentation for logging module
7acb426 Merge branch 'master' into master
e6d45e4 Added trello widget
8a0ace3 Reset permissions on files that were incorrectly set to executable
f879cb1 Take another attempt to fix the badges
c37e73e Attempt to fix the README badges
ddf39c3 Update README to add list of all contributors
25517cd Add @andrewzolotukhin as a contributor
40442e0 Add @BlackWebWolf as a contributor
cd8b418 Add @lsipii as a contributor
f7ea5c0 Add @anandsudhir as a contributor
4370e7a Add @askl56 as a contributor
a7bde09 Add @sherodtaylor as a contributor
b914c10 Add @patrickelectric as a contributor
875c445 Add @mcordell as a contributor
9ff6fe8 Add @Grazfather as a contributor
6d84bce Add @International as a contributor
1b56bc4 Add @matrinox as a contributor
7dc02a3 Add @davebarda as a contributor
d53ad49 Add @flw-cn as a contributor
b93f97b Add @dlom as a contributor
ad9759d Add @lasanthak as a contributor
49f6d23 Add @FarhadF as a contributor
8e150f6 Add @rubiojr as a contributor
c42fdc9 Add @mxplusb as a contributor
e29d12c Add @lixin9311 as a contributor
2b2904a Add @baustinanki as a contributor
57a7372 Add @XanthusL as a contributor
24b02ab Add @interlock as a contributor
b77b594 Add @BillKeenan as a contributor
2e2d158 Add @deltaxflux as a contributor
0630d28 Add @Fengyalv as a contributor
f67e340 Add @jeangovil as a contributor
08aabe6 Add @senorprogrammer as a contributor
c08a594 Fixing merge conflict with master and multi-gcal
3309579 Rename logging/ to logger/
993166e Clean up some colourizing switch statements
eb5f09e Properly scope Config to the wtf package and remove it as a dependency from everywhere else
966b2df Add documentation for Logging module
b2ee2d4 Colourize the log file output
0fc2376 Add a widget to display the log file in reverse order
6086690 Make flags package responsible for its own display
e9118dc Clean up the flag and config handling in main()
a650551 Move responsibility for version display out of flags
e92289e Move command line flags into it's own module
889aed1 Rename the help function to a better name
6acf177 Rename logging/ to logger/
d74c4eb Clean up some colourizing switch statements
66b6947 Properly scope Config to the wtf package and remove it as a dependency from everywhere else
abedee0 Add documentation for Logging module
8278d6f Colourize the log file output
09a4139 Add a widget to display the log file in reverse order
96e0606 Google Calendar: the client reads all the events the user can write on instead of just the accounts primary events, the timestamp printing of the all-day events is handled
582eba4 Make flags package responsible for its own display
4496cc7 Clean up the flag and config handling in main()
dd42080 Move responsibility for version display out of flags
4a00c11 Move command line flags into it's own module
bbef2bf Rename the help function to a better name
dcbc541 Add basic documentation for Git commit message format configuration
32ed793 Merge branch 'master' into custom-git-format
6bbefb3 Add Display as a concept to separate setup from rendering a bit more
23783c4 Allow customization of git module's date and commit formats
55be452 Clean up wtf.go
3d12021 Remove redundant code from SystemInfo
20e49ee Add platform-specific compile directives to system module
4706eb5 Add platform-specific compile directives for security modules
b04d444 Merge branch 'master' into master
6dd7069 Close #194. No branch name in build version anymore
e5254fe Merge branch 'anandsudhir-skip-certificate-check-jira'
9fce0b7 Add verifyServerCertificate to single-use Jira config example
d1103aa Merge branch 'master' into skip-certificate-check-jira
3a519c4 Close #152 add option to skip verification of jira server's certificate chain and hostname
c8b22eb Close #202. Keep focus on the selected widget when a modal is closed
154cb3e Close #205. cmdrunner will now respect title attribute
e31c558 Merge branch 'master' into master
a255b62 fixed bad type.
4a4ea2a Merge branch 'master' of https://github.com/senorprogrammer/wtf
db29639 Merge branch 'master' of https://github.com/senorprogrammer/wtf
db43c94 fixed platform-specific stuff.
7c03d60 added Windows support.

wtf - v0.0.8

Published by senorprogrammer over 6 years ago

Notables

  • Gitlab module added by @dlom
  • Jenkins module added by @davebarda
  • Blockfolio module added by @andrewzolotukhin

Changelog

d751821 Move IP address modules and weather modules into own subdirectories
52f719d Move Blockfolio module into cryptoexchanges/
d812607 Add documentation for Blockfolio
d9e1624 Delete redundant config functions file
55b5945 Merge branch 'master' into master
398f940 Merge branch 'davebarda-master'
75b81f8 Update the Jenkins module documentation
27a7b45 Merge branch 'master' into master
258f145 Generate new Gitlab module documentation
1de431d Fix bad merge of the Gitlab module
957214f Merge branch 'master' into master
ab210fd Add version number to Gitlab module docs
60e6dc2 Merge in Gitlab module
696c8ad Close #92. Wrap the release files in a directory to prevent tar-bombing the local dir
18f9612 Add icon for heavy intense rain
55c4c26 Close #168. Modal dialogs now center onscreen properly
f3a55a1 change name of the module
7825fbe Add circleci module
9cc44a9 Don't crash if the Weather API is missing or invalid
6aec41d Basic Weather widget API key validation
e1edb92 Add cfg/ as a top-level package concept
e228156 Remove experimental tag from README
9412907 Remove experimental tag from PrettyWeather
5ee5557 Make Google Spreadsheet widget work with new module lazy-loading
1b00c03 Make Bargraph widget work with new module lazy-loading
d6b500e Fix newline in git module repo names breaking display
bf2a27d Allow use of project list in Jira module config
26290fe Added updated config.
aace782 Added gspreadsheets module
0ec2259 delete useless repeat code
f542164 delete useless check code
8cf3636 delete the useless clear operation
cd983a8 create another module to use another ipinfo api
3a9f2da Close #92. Wrap the release files in a directory to prevent tar-bombing the local dir
5c6f026 Update wtf.go
4b7a3b0 Fix the screenshot in the CircleCI documentation
f511a5e Add missing text to Google Spreadsheet documentation
11c555f Merge branch 'master' into master
bd8e264 Fixed packages order
5c667fe Fixed order of packages
cec1005 Removed unnecessary changes.
a558ee9 Reverted names
bd0f3e1 Fixed name
bddc87f Merged upstream
da1ffdd Changed name to andrewzolotukhin
365bb7e Merge branch 'master' into master
608815a Fixed name
3f7f804 Merged from upstream
585d4cc Updated config
6288c70 Returned names of repo
856491a Fix
d3d70f8 Added displayHoldings setting
4cadaf0 Fix
6b515d8 Fix
71364c9 Fix
82e81b9 Fix
aff01f7 Added total
cdca85a Fix
557aa15 Fix
0528988 Fix
934023e Fixed typo
cf005c4 Added formating
51ce545 Fixed error
e633d4d Added widget for blockfolio
7782341 Temporary changed username.
e73037c Added jenkins module documentation
eb54713 Added simple jenkins module that enables watching jenkins views build status
0d8861e Merge branch 'master' into gitlab
d38eb62 add docs for gitlab
b4970e5 Add rudimentary gitlab support