v0.9.1
Lots of small improvements and fixes in this one.
A big thank you to all contributors.
What's Changed
- #983 add instructions on how to run project locally with bare metal vs Docker by @irby in #1008
- feat(i18n): add pt-BR translation by @caioluis in #1090
- feat(i18n): add bn translation by @heysagnik in #1092
- Fix (1067): Allow Multiple Email Servers for Test Suites by @irby in #1093
- chore(deps): bump github.com/brianvoe/gofakeit/v6 from 6.23.2 to 6.24.0 in /backend by @dependabot in #1127
- chore(deps): bump github.com/nicksnyder/go-i18n/v2 from 2.2.1 to 2.2.2 in /backend by @dependabot in #1126
- chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.14 to 2.0.15 in /backend by @dependabot in #1117
- chore(deps): bump vue from 3.2.47 to 3.3.6 in /frontend by @dependabot in #1118
- docs: roadmap updates by @FlxMgdnz in #1129
- chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 in /backend by @dependabot in #1130
- chore(deps): bump github.com/russellhaering/goxmldsig from 1.3.0 to 1.4.0 in /backend by @dependabot in #1131
- chore(deps-dev): bump eslint from 8.47.0 to 8.52.0 in /frontend by @dependabot in #1132
- Publish backend binaries by @IgnisDa in #1135
- chore(deps): bump @types/react from 18.2.0 to 18.2.32 in /frontend by @dependabot in #1139
- docs: corrected minute grammatical errors in README.md by @alienishi in #1120
- chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 in /backend by @dependabot in #1146
- chore(deps): bump @angular/forms from 15.2.8 to 15.2.10 in /frontend by @dependabot in #1145
- Updated the name of Twitter in all the docs by @Arcturus22 in #1149
- fix: get session token from header for passcode finalization by @FreddyDevelop in #1124
- chore(deps): bump next from 13.2.3 to 14.0.1 in /frontend by @dependabot in #1154
- chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.15 to 2.0.16 in /backend by @dependabot in #1153
- chore(deps): bump github.com/docker/docker from 23.0.3+incompatible to 24.0.7+incompatible in /backend by @dependabot in #1151
- chore(deps): bump react-router-dom from 6.14.2 to 6.18.0 in /frontend by @dependabot in #1156
- chore(deps-dev): bump webpack-cli from 5.0.1 to 5.1.4 in /frontend by @dependabot in #1157
- chore(deps): bump jwks-rsa from 3.0.1 to 3.1.0 in /frontend by @dependabot in #1161
- Error message styling by @Esther-Lita in #1150
- chore: re-generate example.css file by @bjoern-m in #1162
- chore(deps): bump github.com/go-playground/validator/v10 from 10.15.5 to 10.16.0 in /backend by @dependabot in #1163
- chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 in /backend by @dependabot in #1164
- chore(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 in /backend by @dependabot in #1165
- chore(deps): bump tslib from 2.5.0 to 2.6.2 in /frontend by @dependabot in #1166
- fix: reload the profile after passkey creation by @bjoern-m in #1172
- chore(deps): bump github.com/labstack/echo/v4 from 4.11.2 to 4.11.3 in /backend by @dependabot in #1177
- chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0 in /backend by @dependabot in #1184
- chore(deps): bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 in /backend by @dependabot in #1183
- chore(deps-dev): bump @vitejs/plugin-vue from 4.1.0 to 4.4.1 in /frontend by @dependabot in #1180
- feat(elements): inherit the justify-content property when using shadow… by @bjoern-m in #1182
- chore(deps): bump vue from 3.3.6 to 3.3.8 in /frontend by @dependabot in #1190
- chore(deps-dev): bump svelte-preprocess from 5.0.4 to 5.1.0 in /frontend by @dependabot in #1191
- chore(deps-dev): bump ts-jest from 29.0.5 to 29.1.1 in /frontend by @dependabot in #1194
- chore(deps-dev): bump jest-environment-jsdom from 29.6.1 to 29.7.0 in /frontend by @dependabot in #1193
- chore(deps-dev): bump css-loader from 6.7.3 to 6.8.1 in /frontend by @dependabot in #1196
- chore(docs): fix typo in backend Config.md by @kimar in #1195
- fix: typo by @testwill in #1201
- fix: fix user-import json schema by @FreddyDevelop in #1202
- chore(deps-dev): bump vue-tsc from 1.2.0 to 1.8.22 in /frontend by @dependabot in #1200
- chore(deps-dev): bump @vue/eslint-config-typescript from 11.0.3 to 12.0.0 in /frontend by @dependabot in #1199
- chore(dockerfile): update Node.js version for compatibility in Next.j… by @kenaqshal in #1206
- chore(deps): bump github.com/lestrrat-go/jwx/v2 from 2.0.16 to 2.0.17 in /backend by @dependabot in #1209
- chore(deps-dev): bump @vitejs/plugin-vue from 4.4.1 to 4.5.0 in /frontend by @dependabot in #1205
- chore(deps-dev): bump eslint-config-next from 12.3.4 to 14.0.3 in /frontend by @dependabot in #1204
- chore(deps): bump github.com/go-webauthn/webauthn from 0.8.6 to 0.9.1 in /backend by @dependabot in #1207
- chore(deps): bump @angular/core from 15.2.9 to 15.2.10 in /frontend by @dependabot in #1212
New Contributors
- @caioluis made their first contribution in #1090
- @heysagnik made their first contribution in #1092
- @alienishi made their first contribution in #1120
- @Arcturus22 made their first contribution in #1149
- @kimar made their first contribution in #1195
- @testwill made their first contribution in #1201
- @kenaqshal made their first contribution in #1206
Full Changelog: backend/v0.9.0...backend/v0.9.1