Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Mindee Python API Library Changelog

## v3.1.0 (2022-12-01)
### Changes
* :sparkles: allow setting base URL from env
* :sparkles: add some helper functions for BBox
* :sparkles: Add orientation info on all pages
* :sparkles: add Cropper support
* :sparkles: allow setting timeout value from env
* :sparkles: Add Invoice V4 (clearer field names, line items) (#107)

### Fixes
* :bug: page_n should always be set when available (#106)

## v3.0.0 (2022-11-07)
### ¡Breaking Changes!
* :sparkles: New PDF cut/merge system, allowing specifying exactly which pages to use.
Expand Down
2 changes: 1 addition & 1 deletion mindee/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.0