Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 15:34
· 7 commits to master since this release
71e5704

Changelog

71e5704 fix current Time
054507a fix precip
31a8a54 support release
292407f update go version doc
027d0a7 update install cmd
e9c0b60 fix daily (#3)
c7308e9 cleanup adcode parsing
e432ec2 support days
62897aa ci
c10a0cc enhance variables (#2)
7c5a9a3 fix default
dde58f3 fix days
2c0fa9d add caiyun be and use go.mod (#1)
994e4f1 Patch "feels like" layout (schachmat#134)
415efdf update license year in readme as well
5928c7f update license year
d06040a go fmt
cc77e59 add owm to README, rename wwo ref
8fd3312 fixup openweathermap.org backend
32982d5 add openweathermap.org backend
76f65d1 Fix readme syntax for new github restriction
bf49cdc fix some formating issues
59e0142 add metric-ms unit according to schachmat#106
3dc651b fix schachmat#111
1b0212d simplify emoji frontend
1ddb5fe readme: why two temperatures
a8a0870 move screenshot
ac6c67b Add license title
6f7b2f4 forecast.io backend: fix bug where at least one day of forecast was returned
6e0b48a add backends and frontends list to usage/help output
3269e60 remove max and min temperature per day
dfa313d forecast backend: time type float -> int
63a126f fix wwo panic on geo failure
1b912a3 forecast backend: add astro and humidity data.
5cc44e5 aat-frontend: add option for monochrome output
a033b47 forecast.io backend: clarify lat,lon-pair usage
798bb28 readme: clarify api key
e968467 forecast.io backend: separate lat,lon pair by , instead of :
b076ee2 update license year
2baec97 golint backends
b85fd5d go vet: fix error formating
ae3b66f go fmt
5692670 fixup README and update config defaults
c14acf6 Readme : backend changes & config
309f63f forecast.io: check location == lat,lon
4ea92c8 fill current day forecast with history data
b1e3711 add link to forecast.io register page
e4e9a6e forecast.io backend: cleanup parseDaily
8e619e2 forecast.io: cleanup condition parsing
8fd5973 add forecast.io backend
7e91292 add shorthands for global flags
a39c3f3 rename city flag to location
cdb8702 fix hyperlink
eaaa298 update README for wwo failure
81d72ff aat: fix bug (empty cells in table)
e3d703a make debuging output consistent
0967e17 wwo backend: make pointer handling consistent
b5042d2 aat frontend: fix precip unit
992c0ab iface documentation fix
b96c85d add json backend
00299f5 wwo-backend: add debug flag to print raw response
d9e527f fix config var name in wwo backend
41b0c32 Implemented flag to optionally show geo coordinates in wego
9ff4c98 Add slimmed down terminal frontend using emoji
50e7ba6 README: clear up font requirement
65b680e aat: fix more east asian ambiguous codepoints in the icons
7258de6 update for new ingo changes
d10376e small east-asian-ambiguous codepoint fix for sun and unknown icon
e3f1c4a fix string width calculation
077060f README: config file is hidden in some filemanagers
7b469e6 README: fix link
a2d65b7 README: link wiki article for backend/frontend creation
49e478a README: make go dependency more clear
e3713ff add json frontend
66bc761 add SI units
cd7c11a README: update todo section
0951106 Merge branch 'issue1'
a9ea272 aat: simplify colormaps
04692ab define sane interface
1d641ec add -u flag to go get installation line
086009f fix README heading
433d63b minor cleanup
e8a562b clarify aat-frontend flag usage
20771c3 streamline backend/frontend interface
53232e8 rename we.go to main.go
c96edf8 more backend cleanup
bd84774 clean global namespace of backends and frontends package
a5c0f14 add ingo note to README
57ea689 Fix README
d475622 update README
625e767 remove unreachable return stmt
e157189 move COMODO RSA Certification Authority error fix
e520d42 go fmt
e680044 split frontend
a9c2c6f backend split works as intended
3fb2511 unfinished business
4fe4cc3 split backend
f5baabc fix condition truncation for languages with double width codepoints
c94b1cf refactor: extract backend entrypoint
04d2555 remove comment
6026567 move init() above main(), add -debug flag
9c8483e Swap out slices for less fragile pad function
fa66895 fix last commit
f2ab263 add verbose notice for WEGORC environment variable
ecb6442 Added support for flags
a5e945e go fmt
e01f1f1 Remove other uses of floats
22531f9 Don't use floats for metric conversion (C->F)
1e4b341 fix COMODO RSA Certification Authority eror
0066bbc add multi language support to feature list
b5e36aa Custom Marshalling for lang_XX localization.
e967a90 Add config.Lang to change language
c3dc9eb update README: new $WEGORC variable
8b08d13 Lookup .wegorc in $WEGORC
e0dce56 Merge pull request schachmat#37 from zerok/feature/verbose-initial-error
fe0258b Add verbose info message when launching without .wegorc
89e809a don't truncate description for current condition
1c97c3c fix temperature for current condition
d09c9e7 fix time of day slots
7621ec3 Allow zip codes and num of days for use
66f2ab2 end truncated weather descriptions with ellipsis
1eb7ab3 No API key specified, related to schachmat#19
10d6ea5 hide forecast, if 0 is given as argument
8af72c0 else is not needed for return switches
0a3ce5b go fmt
2db2996 windows support
dbaf38b update LICENSE year to 2015
98c1bab git ignore vim temp files and binary
38e5e39 fixup README
40a4c57 add imperial/metric units to README
280e789 add hint to dejavu font to README
e715beb add todo to README
473a9ab imperial units are now configurable
4004fd5 improve setup instructions, update license year
c66d2f1 update README
631956f complete set by adding sleet icons
81bab8c revert to old api link after DDoS
a02516f temporary fix URL due to DDoS on wwo.com
fcbb3c4 fix crash on ssl fail
1c25d3c add fog icon
d54ed30 fix README
59e2398 fix README
193093c fix README
6eb746f fix README
1c60563 fix README
12f1aa7 README += deps,setup
d9756ec README += features
e214a22 fix license
1250f07 apply golint style
f66f600 select city and number of days on command line.
2c3d7ac fix temperature ordering
cdd3c8e Use shower icons. Trim condition.
4e36303 colorize output.
b28715d basic output formatting
46c68ca first draft
c502a1d Initial commit