Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-05 | Update changelog and readme | slotThe | |
2020-02-05 | 'Manager' is now internal to weather | slotThe | |
2020-02-05 | New function `getArgvs` to get all values from user input | slotThe | |
2020-01-27 | Revert "Use a single Manager across the whole application" | jao | |
This reverts commit 1f1f0bd8b811740c84215f9ed4fa5ebd8309a990. | |||
2020-01-16 | Use a single Manager across the whole application | slotThe | |
2020-01-04 | Replace parseOpts with a generic function | slotThe | |
2020-01-04 | hliting | jao | |
2020-01-04 | Update readme and changelog | slotThe | |
2020-01-04 | Add 'WeatherOpts' type and first option to weather plugin | slotThe | |
The first option applied here is a default value for a field that's not always reported to be there, namely the 'weather' field. It now defaults to saying "normal" instead of displaying an empty string. | |||
2019-12-23 | Add support for the "Weather" field | slotThe | |
2019-06-29 | New WeatherX variant with sky conditions translations | jao | |
2019-02-07 | Always require http-conduit for weather (fixes #378) | jao | |
2019-02-06 | Fix for warnings in when using conduit | jao | |
2019-02-06 | Weather plugin: station URL updated to https | jao | |
But, since simpleHTTP doesn't support HTTPS, the plugin only works when one compiles with `with_counduit`, which brings in an insane number of new deps. See #378 | |||
2018-11-25 | Back to app/src, since it seems they're the default convention for stack | jao | |
2018-11-21 | All sources moved inside src | jao | |
2018-11-21 | Split Modules into Library & Executable Structure | Pavan Rikhi | |
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated. |