Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Latest commit

 

History

History
97 lines (76 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

97 lines (76 loc) · 2.63 KB

v1.0.0-alpha.2 - 2019-04-18

Add

  • Add verbose flag
  • Add progressbar to dependencies
  • Add latest and license badges
  • Add duplicate image validation (#20)

Bump

  • Bump version: 1.0.0-alpha.1 → 1.0.0-alpha.2

Update

  • Update latest badge to download tiffany

Use

  • Use logrus for logging

v1.0.0-alpha.1 - 2019-04-13

Add

  • Add Changelog configuration
  • Add release pipelines for latest and nightly (#27)
  • Add Acknowledgements section
  • Add sample images in README (#23)

Bump

  • Bump version: 1.0.0-alpha.0 → 1.0.0-alpha.1

Execute

  • Execute publish step on any branch

Fix

  • Fix 'too many open files' error (#25)

Update

  • Update versioning scheme
  • Update README.md
  • Update README.md
  • Update README.md

Use

  • Use flat badges for README.md

v1.0.0-alpha - 2019-03-29

Add

  • Add build badge from drone
  • Add publish step in .drone.yml
  • Add initial build for linux/amd64 (#17)
  • Add semantic versioning
  • Add validator to batch command
  • Add batch implementation (#12)
  • Add package description for cmd
  • Add usage for automatic labelling
  • Add handlers for clipping the ShapeFile
  • Add testing directory to gitignore
  • Add --with-labels flag in root.go
  • Add reprojection to 4326
  • Add demo GIF
  • Add CODE_OF_CONDUCT.md
  • Add CONTRIBUTING.md
  • Add gdal and imaging to go.mod
  • Add automated georeferencing feature (#5)
  • Add GSM Download feature (#1)
  • Add cmd package structure
  • Add executable to .gitignore
  • Add go module dependencies

Edit

  • Edit path argument to be more opinionated

Fix

  • Fix contributing page
  • Fix formatting of output

Initial

  • Initial commit

Refactor

  • Refactor package structure

Update

  • Update documentation
  • Update how arguments were handled
  • Update format of output filenames
  • Update README