Skip to content

Releases: kellya/maubot-weather

v0.4.1: Merge pull request #8 from eandersons/Fix-TypeError

01 May 19:23
2e4854e
Compare
Choose a tag to compare

Changelog

v0.3.1 (2022-03-04)

Fixes

  • correct the missing unit on image generation

Docs

  • add linebreaks for units section
  • update readme with units info
  • update changelog

Full set of changes: v0.3.0...v0.3.1

v0.3.0 (2022-03-04)

New Features

  • Allow changing units of measure for reporting

Full set of changes: v0.2.4...v0.3.0

v0.2.4 (2022-02-18)

Fixes

  • correct issue with location error response

Docs

  • update changelong vor 0.2.3

Full set of changes: v0.2.3...v0.2.4

v0.2.3 (2021-08-30)

Fixes

  • wrap all url calls with yarl.URL to sanitize the URLs passed

Refactorings

  • move location to a fuction

Docs

  • fix image urls in the examples section
  • add some examples to the readme

Others

  • correct issue with the move into a subdir
  • remove pycache from git

Full set of changes: v0.2.2...v0.2.3

v0.2.2 (2021-08-30)

Fixes

  • rewrite the moon phase to only make one call to get json and generate the correct character instaed of making 2 calls

Others

  • add changelog to auto-publish to github release
  • update changelog
  • add build status to badges
  • add build status to badges
  • add some badges to the doc page

Full set of changes: v0.2.1...v0.2.2

v0.2.1 (2021-08-29)

Fixes

  • correct space to plus in location

Full set of changes: v0.2.0...v0.2.1

v0.2.0 (2021-08-29)

New Features

  • add command to get the lunar phase

Refactorings

  • move weather into its own module to clean up basedir and make future expansion easier

Full set of changes: v0.1.0...v0.2.0

v0.1.0 (2021-08-29)

New Features

  • add ability to display the png forecast version of the weather

Refactorings

  • clean up redundant logic for location given or not

Others

  • add pylint to makefile
  • Updated makefile to check tags to determine release
  • fix default location format as it seems to not quite work right
  • make show_image default to false
  • clean up some docstrings and the error note, added show_image helper.copy()

Full set of changes: v0.0.16...v0.1.0

v0.0.16 (2021-08-28)

Fixes

  • added a check for the 'unknown location' to show a message if that occurs

Others

  • Setup all the dev stuff in poetry

Full set of changes: v0.0.15...v0.0.16

v0.0.15 (2021-07-14)

Full set of changes: v0.0.14...v0.0.15

v0.0.14 (2021-02-24)

Full set of changes: v0.0.13...v0.0.14

v0.0.13 (2021-01-20)

Full set of changes: v0.0.9...v0.0.13

v0.0.9 (2021-01-20)

Full set of changes: v0.0.8...v0.0.9

v0.0.8 (2021-01-20)

v0.4.0

12 Mar 01:56
c07a52c
Compare
Choose a tag to compare

Add language preference (thanks @eandersons)

v0.3.1

05 Mar 04:05
Compare
Choose a tag to compare

Changelog

v0.3.1 (2022-03-04)

Fixes

  • correct the missing unit on image generation

Docs

  • add linebreaks for units section
  • update readme with units info
  • update changelog

Full set of changes: v0.3.0...v0.3.1

v0.3.0 (2022-03-04)

New Features

  • Allow changing units of measure for reporting

Full set of changes: v0.2.4...v0.3.0

v0.2.4 (2022-02-18)

Fixes

  • correct issue with location error response

Docs

  • update changelong vor 0.2.3

Full set of changes: v0.2.3...v0.2.4

v0.2.3 (2021-08-30)

Fixes

  • wrap all url calls with yarl.URL to sanitize the URLs passed

Refactorings

  • move location to a fuction

Docs

  • fix image urls in the examples section
  • add some examples to the readme

Others

  • correct issue with the move into a subdir
  • remove pycache from git

Full set of changes: v0.2.2...v0.2.3

v0.2.2 (2021-08-30)

Fixes

  • rewrite the moon phase to only make one call to get json and generate the correct character instaed of making 2 calls

Others

  • add changelog to auto-publish to github release
  • update changelog
  • add build status to badges
  • add build status to badges
  • add some badges to the doc page

Full set of changes: v0.2.1...v0.2.2

v0.2.1 (2021-08-29)

Fixes

  • correct space to plus in location

Full set of changes: v0.2.0...v0.2.1

v0.2.0 (2021-08-29)

New Features

  • add command to get the lunar phase

Refactorings

  • move weather into its own module to clean up basedir and make future expansion easier

Full set of changes: v0.1.0...v0.2.0

v0.1.0 (2021-08-29)

New Features

  • add ability to display the png forecast version of the weather

Refactorings

  • clean up redundant logic for location given or not

Others

  • add pylint to makefile
  • Updated makefile to check tags to determine release
  • fix default location format as it seems to not quite work right
  • make show_image default to false
  • clean up some docstrings and the error note, added show_image helper.copy()

Full set of changes: v0.0.16...v0.1.0

v0.0.16 (2021-08-28)

Fixes

  • added a check for the 'unknown location' to show a message if that occurs

Others

  • Setup all the dev stuff in poetry

Full set of changes: v0.0.15...v0.0.16

v0.0.15 (2021-07-14)

Full set of changes: v0.0.14...v0.0.15

v0.0.14 (2021-02-24)

Full set of changes: v0.0.13...v0.0.14

v0.0.13 (2021-01-20)

Full set of changes: v0.0.9...v0.0.13

v0.0.9 (2021-01-20)

Full set of changes: v0.0.8...v0.0.9

v0.0.8 (2021-01-20)

v0.3.0

04 Mar 20:36
Compare
Choose a tag to compare

Changelog

v0.3.0 (2022-03-04)

New Features

  • Allow changing units of measure for reporting

Full set of changes: v0.2.4...v0.3.0

v0.2.4 (2022-02-18)

Fixes

  • correct issue with location error response

Docs

  • update changelong vor 0.2.3

Full set of changes: v0.2.3...v0.2.4

v0.2.3 (2021-08-30)

Fixes

  • wrap all url calls with yarl.URL to sanitize the URLs passed

Refactorings

  • move location to a fuction

Docs

  • fix image urls in the examples section
  • add some examples to the readme

Others

  • correct issue with the move into a subdir
  • remove pycache from git

Full set of changes: v0.2.2...v0.2.3

v0.2.2 (2021-08-30)

Fixes

  • rewrite the moon phase to only make one call to get json and generate the correct character instaed of making 2 calls

Others

  • add changelog to auto-publish to github release
  • update changelog
  • add build status to badges
  • add build status to badges
  • add some badges to the doc page

Full set of changes: v0.2.1...v0.2.2

v0.2.1 (2021-08-29)

Fixes

  • correct space to plus in location

Full set of changes: v0.2.0...v0.2.1

v0.2.0 (2021-08-29)

New Features

  • add command to get the lunar phase

Refactorings

  • move weather into its own module to clean up basedir and make future expansion easier

Full set of changes: v0.1.0...v0.2.0

v0.1.0 (2021-08-29)

New Features

  • add ability to display the png forecast version of the weather

Refactorings

  • clean up redundant logic for location given or not

Others

  • add pylint to makefile
  • Updated makefile to check tags to determine release
  • fix default location format as it seems to not quite work right
  • make show_image default to false
  • clean up some docstrings and the error note, added show_image helper.copy()

Full set of changes: v0.0.16...v0.1.0

v0.0.16 (2021-08-28)

Fixes

  • added a check for the 'unknown location' to show a message if that occurs

Others

  • Setup all the dev stuff in poetry

Full set of changes: v0.0.15...v0.0.16

v0.0.15 (2021-07-14)

Full set of changes: v0.0.14...v0.0.15

v0.0.14 (2021-02-24)

Full set of changes: v0.0.13...v0.0.14

v0.0.13 (2021-01-20)

Full set of changes: v0.0.9...v0.0.13

v0.0.9 (2021-01-20)

Full set of changes: v0.0.8...v0.0.9

v0.0.8 (2021-01-20)

v0.2.4

19 Feb 02:20
Compare
Choose a tag to compare

Correct location error logging issue

v0.2.3

02 Sep 18:47
Compare
Choose a tag to compare

Changelog

v0.2.2 (2021-08-30)

Fixes

  • rewrite the moon phase to only make one call to get json and generate the correct character instaed of making 2 calls

Others

  • add changelog to auto-publish to github release
  • update changelog
  • add build status to badges
  • add build status to badges
  • add some badges to the doc page

Full set of changes: v0.2.1...v0.2.2

v0.2.1 (2021-08-29)

Fixes

  • correct space to plus in location

Full set of changes: v0.2.0...v0.2.1

v0.2.0 (2021-08-29)

New Features

  • add command to get the lunar phase

Refactorings

  • move weather into its own module to clean up basedir and make future expansion easier

Full set of changes: v0.1.0...v0.2.0

v0.1.0 (2021-08-29)

New Features

  • add ability to display the png forecast version of the weather

Refactorings

  • clean up redundant logic for location given or not

Others

  • add pylint to makefile
  • Updated makefile to check tags to determine release
  • fix default location format as it seems to not quite work right
  • make show_image default to false
  • clean up some docstrings and the error note, added show_image helper.copy()

Full set of changes: v0.0.16...v0.1.0

v0.0.16 (2021-08-28)

Fixes

  • added a check for the 'unknown location' to show a message if that occurs

Others

  • Setup all the dev stuff in poetry

Full set of changes: v0.0.15...v0.0.16

v0.0.15 (2021-07-14)

Full set of changes: v0.0.14...v0.0.15

v0.0.14 (2021-02-24)

Full set of changes: v0.0.13...v0.0.14

v0.0.13 (2021-01-20)

Full set of changes: v0.0.9...v0.0.13

v0.0.9 (2021-01-20)

Full set of changes: v0.0.8...v0.0.9

v0.0.8 (2021-01-20)

v0.2.2

30 Aug 13:16
Compare
Choose a tag to compare

Changelog

v0.2.2 (2021-08-30)

Fixes

  • rewrite the moon phase to only make one call to get json and generate the correct character instaed of making 2 calls

Others

  • add changelog to auto-publish to github release
  • update changelog
  • add build status to badges
  • add build status to badges
  • add some badges to the doc page

Full set of changes: v0.2.1...v0.2.2

v0.2.1 (2021-08-29)

Fixes

  • correct space to plus in location

Full set of changes: v0.2.0...v0.2.1

v0.2.0 (2021-08-29)

New Features

  • add command to get the lunar phase

Refactorings

  • move weather into its own module to clean up basedir and make future expansion easier

Full set of changes: v0.1.0...v0.2.0

v0.1.0 (2021-08-29)

New Features

  • add ability to display the png forecast version of the weather

Refactorings

  • clean up redundant logic for location given or not

Others

  • add pylint to makefile
  • Updated makefile to check tags to determine release
  • fix default location format as it seems to not quite work right
  • make show_image default to false
  • clean up some docstrings and the error note, added show_image helper.copy()

Full set of changes: v0.0.16...v0.1.0

v0.0.16 (2021-08-28)

Fixes

  • added a check for the 'unknown location' to show a message if that occurs

Others

  • Setup all the dev stuff in poetry

Full set of changes: v0.0.15...v0.0.16

v0.0.15 (2021-07-14)

Full set of changes: v0.0.14...v0.0.15

v0.0.14 (2021-02-24)

Full set of changes: v0.0.13...v0.0.14

v0.0.13 (2021-01-20)

Full set of changes: v0.0.9...v0.0.13

v0.0.9 (2021-01-20)

Full set of changes: v0.0.8...v0.0.9

v0.0.8 (2021-01-20)

v0.1.0

29 Aug 16:58
Compare
Choose a tag to compare
  • build: Updated makefile to check tags to determine release

  • build: add pylint to makefile

    style: add recommended pylint clean-ups

  • Merge branch 'feature/png' into develop

  • chore: make show_image default to false

  • chore: fix default location format as it seems to not quite work right

  • style: clean up some docstrings and the error note, added show_image helper.copy()

  • 0.1.0

    Automatically generated by python-semantic-release

v0.0.16: 0.0.16

28 Aug 21:50
Compare
Choose a tag to compare
  • chore: Setup all the dev stuff in poetry

    test: corrected makefile

  • fix: added a check for the 'unknown location' to show a message if that occurs

  • 0.0.16

    Automatically generated by python-semantic-release

v0.0.15: Merge pull request #2 from cremesk/main

14 Jul 11:54
d572f99
Compare
Choose a tag to compare
  • Merge pull request #2 from cremesk/main

    fix url in "show link" option