Releases: parkerbxyz/guru-to-github
Releases · parkerbxyz/guru-to-github
v2.3.3
What's Changed
Bug Fixes
- deps: bump certifi from 2024.2.2 to 2024.7.4 in the pip group by @dependabot in #76
- enhance error messages with additional context by @parkerbxyz in 4c99eef
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
Bug Fixes
- deps: bump urllib3 from 2.2.1 to 2.2.2 in the pip group by @dependabot in #72
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
What's Changed
Add ability to sync multiple collections and fix bugs by @parkerbxyz in #57
Features
- add support for syncing multiple collections (95f0e43)
- add support for syncing multiple collections (#57) (95f0e43)
Bug Fixes
- deps: update dependencies (95f0e43)
- do not attempt to delete nonexistent file (95f0e43)
- handle special characters in folder names (95f0e43)
- quote file path in API request URLs (95f0e43)
- set external_id to None if not found in metadata (95f0e43)
- skip images with invalid extension (95f0e43)
Documentation
- README: update inputs and example workflows (95f0e43)
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
Automatically correct outdated metadata information by @parkerbxyz in #42
Bug Fixes
Features
- find file path by blob SHA (351f9ac)
Full Changelog: v2.1.3...v2.2.0
v2.1.3
What's Changed
- build(deps-dev): bump the development-dependencies group with 3 updates by @dependabot in #31
- ci: bump the github-actions group with 3 updates by @dependabot in #37
- build(deps-dev): bump gitpython from 3.1.40 to 3.1.41 by @dependabot in #36
- build(deps-dev): bump the development-dependencies group with 2 updates by @dependabot in #38
- fix: always update metadata file and resources by @parkerbxyz in #41
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Bump the development-dependencies group with 3 updates by @dependabot in #27
- Bump the production-dependencies group with 1 update by @dependabot in #22
- Use
env.GITHUB_TOKEN
to check out repository if set by @parkerbxyz in #26
Full Changelog: v2.1.1...v2.1.2
v2.1.1
What's Changed
- Print response message when requests fail by @parkerbxyz in #25
- Bump oxsecurity/megalinter from 7.4.0 to 7.5.0 by @dependabot in #24
Full Changelog: v2.1.0...v2.1.1
v2.1.0
What's Changed
- Improve usage documentation by @parkerbxyz in #20
- Fix a few bugs, add new features, and enhance documentation by @parkerbxyz in #21
Bug Fixes
- Delete archived documents (e785ed9)
- Don't download images without an extension (8242679)
- Run
git pull
before syncing content (5a7b4ec)
Features
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
Track GitHubPublisher.json
metadata file in collection directory by @parkerbxyz in #17
BREAKING CHANGES
The metadata file will now be kept in the same directory as any collections synced from Guru. Move GitHubPublisher.json
to your collections directory before using this new version to avoid errors.
Full Changelog: v1...v2.0.0