Skip to content

0.1.0

Compare
Choose a tag to compare
@senorprogrammer senorprogrammer released this 27 Jul 16:47
· 2403 commits to master since this release

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