Releases: lejianwen/rustdesk-api
Releases · lejianwen/rustdesk-api
v2.7
v2.6.29
🚀 Features
- Add TLS configuration option for MySQL - by @Flying-Tom in #384 (fcdea)
- WebClient 1.4.2 - by @lejianwen (e318f)
View changes on GitHub
v2.6.28
🚨 Breaking Changes
- Update peer to use ID instead of UUID - by @lejianwen (9b769)
🚀 Features
- peer: Add alias field and support filtering by alias - by @lejianwen (ade6e)
View changes on GitHub
v2.6.27
🐞 Bug Fixes
- The callback URL is based on the configured API SERVER because the project might be behind an Nginx reverse proxy. If the Origin/Host is forgotten to configure the reverse proxy, it will be incorrect - by @lejianwen (c14c4)
View changes on GitHub
v2.6.26
🚀 Features
- Update zh_TW.toml - by @ystartgo in #322 (05d2d)
- Optimize login workflow - by @IamTaoChen in #345 (6f092)
- captcha: The captcha generates uppercase letter images, but it can only recognize them as lowercase - by @lejianwen in #319 (59fdd)
🐞 Bug Fixes
- Normal user can not change the name of their own address book - by @lejianwen in #341 (9d08c)
View changes on GitHub
v2.6.25
🐞 Bug Fixes
- Oauth callback url is fixed to host+/api/oidc/callback - by @lejianwen in #314 (0feee)
View changes on GitHub
v2.6.24
🚀 Features
- Use crypto/rand for secure random string generation - by @trofen in #293 (ee176)
- Better autorenewal - by @k3-cat in #305 (17dcf)
- Improve oauth redirect - by @k3-cat in #303 (c5270)
- Update database version constant to 264 - by @lejianwen (09f83)
- i18n: Replace hardcoded messages with translated strings - by @trofen in #289 (12572)
- password: Password hashing with bcrypt - by @trofen in #290 (0b39c)
- user: Add remark field to User model and form - by @lejianwen in #307 (77836)
🐞 Bug Fixes
View changes on GitHub
v2.6.23
🚀 Features
- Add start time in /api/sysinfover - by @lejianwen (ca068)
- Add PostgreSQL support and refactor MySQL DSN handling - by @lejianwen in #284 (60b7a)
- oauth: 支持linux.do登录 - by @puyujian in #280 (8a8ab)
🐞 Bug Fixes
- admin: Use admin-hello first - by @lejianwen in #274 and #255 (06648)
View changes on GitHub
v2.6.22
🐞 Bug Fixes
- Captcha some problem when users login with same ip - by @lejianwen (46a7e)
- Init sqlite fail - by @lejianwen in #266 (51f29)
- server: Port custom - by @lejianwen in #257 (7a5d1)
- webclient: Peer online status - by @lejianwen (3cef0)
View changes on GitHub
v2.6.21
🚀 Features
- login: Captcha upgrade and add the function to ban IP addresses - by @lejianwen in #250 (f1910)
- register: Register status can be set - by @lejianwen in #223 (32336)
🐞 Bug Fixes
- Dn should be case-insensitive - by @IamTaoChen in #250 (52726)