Releases: AndrewPaglusch/FlashPaper
Releases · AndrewPaglusch/FlashPaper
v2.4.0
What's Changed
- Add highly requested Dark Mode and Logo support by @barry-smithjr in #159
- Bump docker/build-push-action from 5.0.0 to 5.3.0 by @dependabot in #157
- Bump docker/login-action from 3.0.0 to 3.2.0 by @dependabot in #160
- Bump docker/metadata-action from 5.0.0 to 5.5.1 by @dependabot in #150
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Fixed warnings & deprecated issues by @dehlirious in #151
- Bump PHP to 8.3 by @AndrewPaglusch in #153
New Contributors
- @dehlirious made their first contribution in #151
Full Changelog: v2.2.4...v2.3.0
v2.2.4
What's Changed
Fix a bug in v2.2.3 with pre-built images not working on AMD64 - #145
- Fix multi-arch builds by @AndrewPaglusch in #146
- Fix workflow syntax by @AndrewPaglusch in #147
- Bump actions/checkout from 3 to 4 by @dependabot in #135
- Bump docker/metadata-action from 4.6.0 to 5.0.0 by @dependabot in #137
- Bump docker/setup-buildx-action from 2.8.0 to 3.0.0 by @dependabot in #138
- Bump docker/login-action from 2.2.0 to 3.0.0 by @dependabot in #139
- Bump docker/build-push-action from 4.1.1 to 5.0.0 by @dependabot in #140
- Bump alpine from 3.18.2 to 3.19.1 in /docker by @dependabot in #148
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- Bump alpine from 3.17.1 to 3.17.2 in /docker by @dependabot in #111
- Bump docker/setup-buildx-action from 2.2.1 to 2.4.1 by @dependabot in #110
- Bump docker/build-push-action from 3.3.0 to 4.0.0 by @dependabot in #108
- Bump docker/setup-buildx-action from 2.4.1 to 2.5.0 by @dependabot in #114
- Add arm dockerfile and update README by @yebo29 in #99
- Bump docker/metadata-action from 4.3.0 to 4.4.0 by @dependabot in #116
- Bump docker/setup-buildx-action from 2.5.0 to 2.7.0 by @dependabot in #125
- Bump docker/metadata-action from 4.4.0 to 4.6.0 by @dependabot in #123
- Bump arm64v8/alpine from 3.17.2 to 3.18.0 in /docker by @dependabot in #118
- Bump alpine from 3.17.2 to 3.18.0 in /docker by @dependabot in #117
- Bump docker/build-push-action from 4.0.0 to 4.1.1 by @dependabot in #124
- Bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in #121
- Bump arm64v8/alpine from 3.18.0 to 3.18.2 in /docker by @dependabot in #126
- Bump alpine from 3.18.0 to 3.18.2 in /docker by @dependabot in #127
- Bump docker/setup-buildx-action from 2.7.0 to 2.8.0 by @dependabot in #128
- Build for arm64v8 as well by @AndrewPaglusch in #144
New Contributors
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- Bump alpine from 3.16.2 to 3.16.3 in /docker by @dependabot in #100
- "autofocus" to textarea added by @sokai in #101
- Bump docker/build-push-action from 3.2.0 to 3.3.0 by @dependabot in #107
- Bump docker/metadata-action from 4.1.1 to 4.3.0 by @dependabot in #105
- Bump alpine from 3.16.3 to 3.17.1 in /docker by @dependabot in #103
New Contributors
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.2.0
What's Changed
- Add ability to get JSON data containing URL by @DarkKronicle in #86
New Contributors
- @DarkKronicle made their first contribution in #86
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Bump docker/build-push-action from 3.0.0 to 3.1.0 by @dependabot in #80
- Dynamically add current year in header by @modem7 in #82
- Bump alpine from 3.16.1 to 3.16.2 in /docker by @dependabot in #84
- Bump docker/build-push-action from 3.1.0 to 3.1.1 by @dependabot in #83
- Bump docker/setup-buildx-action from 2.0.0 to 2.2.1 by @dependabot in #93
- Bump docker/metadata-action from 4.0.1 to 4.1.1 by @dependabot in #91
- Bump docker/login-action from 2.0.0 to 2.1.0 by @dependabot in #89
- Bump docker/build-push-action from 3.1.1 to 3.2.0 by @dependabot in #88
- Add base_url Setting by @AndrewPaglusch in #96
Full Changelog: v2.0.3...v2.1.0
v2.0.3
What's Changed
- Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 2 by @dependabot in #71
- Bump docker/login-action from 1.9.0 to 2 by @dependabot in #72
- Bump docker/metadata-action from 3.3.0 to 4.0.1 by @dependabot in #73
- README changes, updating docker-compose file by @mattburchett in #75
- readme: fixing the link to ghcr.io by @mattburchett in #76
- Fix typo in env var by @AndrewPaglusch in #78
- Small Documentation Changes by @AndrewPaglusch in #77
- Bump alpine from 3.16.0 to 3.16.1 in /docker by @dependabot in #79
Full Changelog: v2.0.2...v2.0.3
v2.0.2
What's Changed
- Create a simple CI + dependabot by @modem7 in #65
- docker: update to use php8 by @mattburchett in #67
- Bump alpine from 3.15 to 3.16.0 in /docker by @dependabot in #66
- ci: adding workflow to build and push a docker image by @mattburchett in #68
- ci: removing cosign by @mattburchett in #69
- semver for docker tags by @AndrewPaglusch in #74
- Bump docker/build-push-action from 2.10.0 to 3 by @dependabot in #70
New Contributors
- @modem7 made their first contribution in #65
- @dependabot made their first contribution in #66
Full Changelog: v2.0.1...v2.0.2