Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

44 lines (28 loc) · 1.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2023-09-11

Added

  • Add dataset_terms_url() and dataset_manual_url() functions.
  • Add File.url(), File.download(), and Scene.download_all_files() functions.
  • Add api.scene_file_url() and api.scene_thumbnail_url() functions
  • Add api.scene_files() and api.scene_thumbnails() functions.
  • Add scene() function.
  • Add "Getting Started" page to documentation.

Fixed

  • Fix HTTP status 422 error of search().

Changed

  • Improve the module structure.

0.2.0 - 2023-09-10

Added

  • Add search() function.
  • Add datasets() and dataset(id) functions.
  • Add the documentation pages built by mkdocs.

0.1.0 - 2023-09-09

  • Initial release