1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00
wtf/CHANGELOG.md
2019-04-26 06:14:15 -07:00

5.4 KiB
Raw Blame History

Changelog

Unreleased

Added

  • NBA Scores now navigable via arrow keys, #415

🐞 Fixed

  • Multi-page sigils off-by-one error fixed, #413
  • Many points of potential and probable race conditions have been improved to not have race conditions. WTF should be quite a bit more stable now
  • In the Twitter module, the following have been fixed:
    • Help text says "Twitter" instead of "TextFile"
    • Keyboard-command "o" opens the current Twitter handle in the browser
    • Keyboard-command "o" is documented in the help text

0.7.1

🐞 Fixed

  • HackerNews row selections are visible again, #411

0.7.0

Added

  • Jenkins now supports coloured balls, #358 by @rudolphjacksonm
  • Jenkins now supports regular expressions, #359 by @rudolphjacksonm
  • Complete refactoring of the module settings system, reducing the dependency on config and making it possible to configure modules by other means, by @senporprogrammer

0.6.0

Added

  • Jira widget navigable via up/down arrow keys, by @jdenoy
  • Windows security module improved, by @E3V3A
  • Function modules moved into the /modules directory, by @Seanstoppable
  • NBA Score module added by @FriedCosey

🐞 Fixed

  • Now displays an error on start-up if a widget has mis-configured position attributes (#389 by @senporprogrammer)

0.5.0

Added

  • Resource Usage module added by @nicholas-eden
  • Recursive repo search in Git module (#126 by @anandsudhir)
  • HTTP/HTTPS handling in OpenFile() util function by @jdenoy
  • Honor system http proxies when using non-default transport by @skymeyer
  • VictorOps module added by ImDevinC
  • Module templates added by retgits

0.4.0

Added

🐞 Fixed

0.3.0

Added

  • Spotify module added (@sticreations)
  • Clocks module now supports configurable datetime formats (@danrabinowitz)
  • Twitter module now supports subscribing to multiple screen names

🐞 Fixed

  • Textfile module now watches files for changes (#276 by @senporprogrammer)
  • Nav shortcuts now use numbers rather than letters to allow the use of letters in widget menus
  • Twitter widget no longer crashes app when closing the help modal

0.2.2

Aug 25, 2018

Added

  • Twitter tweets are now colourized (@senorprogrammer)
  • Twitter number of tweets to fetch is now customizable via config (@senorprogrammer)
  • Google Calendar: widget is now focusable (@anandsudhir)
  • DataDog module added (@Seanstoppable)

🐞 Fixed

  • Textfile syntax highlighting now included in stand-alone binary (#261 by @senporprogrammer)
  • Config param now supports relative paths starting with ~ (#295 by @anandsudhir)

0.2.1

Aug 17, 2018

Added

  • HackerNews widget is now scrollable (@anandsudhir)

🐞 Fixed

  • Twitter screen name now configurable in configuration file (@senorprogrammer)
  • Gerrit module no longer dies if it can't connect to the server (@anandsudhir)
  • Pretty Weather properly displays colours again ((#298 by @bertl4398)
  • Clocks row colour configuration fixed ((#282 by @anandsudhir)
  • Sigils no longer display when there's only one option ((#291 by @anandsudhir)
  • Jira module now responds to the "/" key ((#268) by @senorprogrammer)

0.2.0

Aug 3, 2018

Added

🐞 Fixed

  • 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 (@baustinanki)
  • Gerrit widget is now interactive, added (@anandsudhir)

This file attempts to adhere to the principles of keep a changelog.