Releases: lukas-ruzicka/testflight-feedback
Releases · lukas-ruzicka/testflight-feedback
1.0.3
What's Changed
- Fix JSON decoding using custom date formatting strategy by @artembartle in #5
New Contributors
- @artembartle made their first contribution in #5
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Using node16 instead of deprecated node12 (it was deprecated by GitHub).
New Contributors
- @benrudhart made their first contribution in #3
Full Changelog: 1.0.1...1.0.2
1.0.1
Chrono ⏱
Bugfixes
- Uploading the feedback tickets in chronological order
Full Changelog: 1.0.0...1.0.1
1.0.0
Initial release
Features
- Script for fetching TestFlight feedback from App Store Connect and creating GitHub Issues out of it (
testflight-feedback fetch
) - Script for clearing screenshots of old closed Issues from the GitHub repository (
testflight-feedback clear
) - Possibility to automate running of
fetch
andclear
scripts using GitHub Actions - Script for uploading App Store Connect authorization 🍪🍪 to the GitHub repository Secrets (
testflight-feedback auth
)