Releases: kitsteam/qrstorage
Releases · kitsteam/qrstorage
0.2.2
What's Changed
- build: reduce build time by caching compiled dependencies #278 by @nwittstruck in #279
- chore: add sobelow #280 by @nwittstruck in #281
- build(deps): bump phoenix_ecto from 4.6.1 to 4.6.2 by @dependabot in #287
- build(deps): bump phoenix from 1.7.12 to 1.7.14 by @dependabot in #285
- build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #284
- build(deps): bump ecto_sql from 3.11.2 to 3.11.3 by @dependabot in #282
- build(deps): bump phoenix_live_dashboard from 0.8.3 to 0.8.4 by @dependabot in #286
- build(deps): bump phoenix_view from 2.0.3 to 2.0.4 by @dependabot in #283
- [Chore] Change privacy link #288 by @nwittstruck in #289
Full Changelog: 0.2.1...0.2.2
0.2.1
What's Changed
- build(deps): bump github/codeql-action from 2 to 3 in /.github/workflows by @dependabot in #254
- build(deps): bump docker/build-push-action from 4 to 5 in /.github/workflows by @dependabot in #253
- build(deps): bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #252
- build(deps): bump ecto_sql from 3.11.1 to 3.11.2 by @dependabot in #266
- build(deps): bump oban from 2.17.9 to 2.17.10 by @dependabot in #258
- build(deps): bump extendable-media-recorder-wav-encoder from 7.0.109 to 7.0.111 in /assets by @dependabot in #263
- build(deps): bump extendable-media-recorder from 9.2.0 to 9.2.4 in /assets by @dependabot in #262
- build(deps): bump phoenix_ecto from 4.5.1 to 4.6.1 by @dependabot in #265
- build(deps): bump ex_aws from 2.5.3 to 2.5.4 by @dependabot in #269
- Chore upgrade postgrex 0.18.0 by @nwittstruck in #272
- [Chore] Change default storage duration to 24 months #271 by @nwittstruck in #273
- [Chore] Upgrade logger_json to 6.0.3 #274 by @nwittstruck in #275
- [Chore] Reduce log verbosity #276 by @nwittstruck in #277
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- It is now possible to record your own audio files!
[Breaking Changes]
- New files are stored on an object storage, which needs to be configured! Any S3 compatible storage provider should work.
Full Changelog: 0.1.5...0.2.0
0.1.5
What's Changed
- chore: set session cookie to secure only
- bug: fix error when a link contains a line break
Full Changelog: 0.1.4...0.1.5
0.1.4
What's Changed
- feature: add a simple honeypot implementation that denies the qr code creation when the field is set
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- feature: implement a very simple block list for audio qr codes
- chore: improve error handling for audio and translation services
Full Changelog: 0.1.2...0.1.3
0.1.2
- Fixes a bug that prevented the maximum upload length from being properly used
- Updates several dependencies
0.1.1
- Uses a JSON adapter for logging
0.1.0
- Upgrade to Phoenix 1.7, OTP 26, Elixir 1.15, Node 20