| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| opensparrow-3.5.zip | 2026-09-03 | 3.7 MB | |
| opensparrow-3.5.zip.sha256 | 2026-09-03 | 86 Bytes | |
| README.md | 2026-09-03 | 1.3 kB | |
| Totals: 3 Items | 3.7 MB | 3 | |
Added
- Language selector on the login page — users can pick their locale before signing in; the
<html lang>attribute now follows the active locale. - Searchable foreign-key pickers — edit and create forms replace the plain
<select>with a searchable input backed by a<datalist>(public/assets/js/edit/fk-search.js), so long FK lists are filterable by typing. - Notification timestamps — each item in the notifications dropdown now shows its
created_attime. - GitHub link in the footer — a GitHub lockup badge links to the project repository.
Changed
- The notifications dropdown was unified with the shared
bp-panelstyle (header, close button, overlay) instead of its own bespoke markup. - Notes UI strings are now translated into all 19 locales.
Removed
- Nothing.
Fixed
- The
#debugbar no longer flashes before JS hides it on page load (it is now hidden inline).
Upgrade notes
- No database migration and no configuration keys are removed by this release.
Full changelog: https://github.com/wrobeltomasz/OpenSparrow/compare/3.4...3.5