pullrequests Search Results · language:Dune language:Python language:JavaScript language:TypeScript language:Python language:Ruby
Filter by
248M results
Description
Fix wording and log
Type de changement
- [x] 🐛 Bug fix
- [ ] ✨ Nouvelle fonctionnalité
- [ ] ♻️ Refactoring
- [ ] 📝 Documentation
- [ ] 🔧 Chore (dépendances, outillage)
package.json was stuck at 4.8.1 while CHANGELOG had entries up to 4.8.4. Each deploy bumps the version once, so
production was running at 4.8.11 with no matching CHANGELOG entry — patch notes showed nothing. ...
Bumps @vitest/coverage-v8 from 2.1.9 to 4.1.8. details summary Release notes /summary p em Sourced from a href=
https://github.com/vitest-dev/vitest/releases @vitest/coverage-v8 s releases /a . /em /p ...
frontend
Updates the requirements on rusqlite to permit the latest version. details summary Release notes /summary p em Sourced
from a href= https://github.com/rusqlite/rusqlite/releases rusqlite s releases /a ...
What
Adds layer-3 qa coverage for the D6 locked-singleton-prune gate shipped in PR #588 (#584). Extends
s61_actioned_singleton_prune.py with two new variants (D-cancel, D-apply) covering the ui.prune_singletons= ...
💡 What: Added focus-visible styling (focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-blue-500) to
several heavily-trafficked icon buttons across the application (App.tsx Command Palette ...
Why
This continues the Design System 2.0 bundled-system backfill plan documented in #3776. Batch 09 covers the next 15
built-in systems, from spacious through urdu, so the bundled catalog keeps moving ...
改动摘要
1. 用户自注册
- 新增注册页面表单: 邮箱+密码
- 新增 POST /register 路由
2. 修复 i18n 翻译系统
- 修复 Translations.js loadPath: lng - {{lng}}
3. 补全 zh-CN 翻译 (65个缺失key)
4. 邮件模板国际化 (72个email_* key)
- registered, passwordReset, ...