Skip to content

Releases: H4ppy-04/urban-cli

v1.2.0

07 Dec 08:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 Aug 06:20
Compare
Choose a tag to compare

Fixes ๐Ÿž

  • instance check fix, feat spacing features (#79)
  • add spacing between paragraphs (#80)
  • Display the example of the definition below the actual definition (#77)

v1.1.0

03 Jun 01:38
Compare
Choose a tag to compare

Features ๐Ÿš€

  • Add --cols argument into urban clicode refactoring (#72)

Bug Fixes ๐Ÿ•ธ๏ธ

  • Fix punctuation spacing for back-ticks (#73)
  • Fix --result functionality and --order logger warnings (#70)
  • Fix NameError bug for multiple parameters on input (#68)
  • Fix definition object issue (#66)
  • Fix code integration with working base (#65)
2023-06-03.11-48-14.mp4

v1.0.2

30 May 02:44
Compare
Choose a tag to compare

Bug Fixes ๐Ÿ•ธ๏ธ

  • integrated command line with argparse library (#54)
  • fix space character following username twice (#52)
  • fix characters parsing issue with urllib decode on word input (#47)

Maintenance ๐Ÿ› ๏ธ

  • Add documentation issue tags for generating release notes automatically (#43)

Documentation ๐Ÿ“ƒ

  • separate release page on wiki (#51)
  • refactor release table to sort via releases (#50)
  • add SECURITY.md stub file for GitHub contributions (#45)
  • Add bug and feature form for reporting new issues and suggesting new features (#44)
  • Import contributing from existing docs/wiki (#42)
  • feat(docs): adds CODE_OF_CONDUCT.md template (#41)

v1.0.1

27 May 10:11
Compare
Choose a tag to compare

Bug Fixes ๐Ÿ•ธ๏ธ

  • checks for log folder in installation if it doesn't already exist (#37)
  • fixed missing definitions output (#34)
  • add status code referencing (#32)

Maintenance ๐Ÿ› ๏ธ

  • remove redundant stubbing in urban.py and non-covered tests (#38)

v1.0.0

27 May 03:45
Compare
Choose a tag to compare

Features ๐Ÿš€

  • Process command from terminal (#1)
  • Display author and post date for definition (#2)
  • Display definition example under definition (#10)
  • Integrate date next to post author (#25)

Bug Fixes ๐Ÿ•ธ๏ธ

  • Error code handling on requests.Response from URL (#6)
  • Spaces in author name parsed as %20 (#11)
  • Substitute definition break tags with new lines (#20)
  • Sentence full-stop grammar issues (#21)
  • Incorrect text processing of URL strings (#27)
  • Definitions don't link to words (#28)

Maintenance ๐Ÿ› ๏ธ

  • Automated release notes (#18)
  • Test cases not implemented in short definitions (#4)
  • Instance and refactor integration tests (#3)