Changes
- feat(slack): Show message title in notification previews for slack push notifications
- feat(lang): Added some missing translations
- fix(deployment): ensure private key is stored in filesystem before deployment
- fix(deployment): pull latest image from registry when using build server
- fix(ui): system-wide GitHub Apps are not shown in the create a new Application dialog
- fix(query): query logic error that shows all system-wide apps, regardless of whether they are public or private.
- fix(ui): clicking on a system-wide GitHub app from a team other than the one that created it resulted in a 404 error.
- fix(deployment): Add fallback for build server and deployment server selection
- fix(deployment): Use
ownedByCurrentTeam()
scope when finding servers - fix(deployment): Handle cases where server IDs might be null
- fix(slack): Notification settings URL in HighDiskUsage message
- fix(s3-storage): optimize s3-storage admin notification query
- fix(deployment): improve log line rendering and formatting
- fix(service): cal.com documentation link throws a 404 error
- fix(service): Added missing envs to
duplicati.yaml
and fixTZ
var - fix(service): links in homepage service comments
- fix(service): Added SMTP credentials to getoutline
- fix(service): added KEY Variable to Beszel Template
- fix(ui): Some UI and typo fixes
- fix(links): fix some outdated docs links
New Services
- Convex
Issues
What's Changed
- fix(ui): Fix typo on team page by @garyhtou in #5105
- fix: cal.com documentation link give 404 by @baptisthecht in #5070
- fix(slack): Notification settings URL in
HighDiskUsage
message by @garyhtou in #5071 - Correct typo in Storage delete dialog by @kadengriffith in #5061
- feat(slack): Show message title in notification previews by @garyhtou in #5063
- feat(i18n): Add missing italian translations by @albertorizzi in #5057
- Improve duplicati.yaml by @thekarel in #4971
- feat(i18n): add Arabic translations by @ItsTarikBTW in #4991
- feat(i18n): add French translations by @ItsTarikBTW in #4992
- fix: links in homepage service by @zaaakher in #5002
- Fixed SMTP credentials env issue by @theafolayan in #5011
- Added missing variable KEY to Beszel Template by @ShadowArcanist in #5021
- fix(cloudflare-tunnels): Dead links to docs by @garyhtou in #5104
- fix: system-wide GitHub apps by @peaklabs-dev in #5114
- Update README.md by @troisiemeoeil in #5117
- fix: pull latest image from registry when using build server by @lucienbl in #4771
- fix: several knowledge base links by @ari-party in #5130
- v4.0.0-beta.392 by @andrasbacsai in #5060
- feat(service): add convex by @andrasbacsai in #5133
New Contributors
- @garyhtou made their first contribution in #5105
- @baptisthecht made their first contribution in #5070
- @kadengriffith made their first contribution in #5061
- @thekarel made their first contribution in #4971
- @theafolayan made their first contribution in #5011
- @troisiemeoeil made their first contribution in #5117
- @lucienbl made their first contribution in #4771
Full Changelog: v4.0.0-beta.391...v4.0.0-beta.392