|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## 12.0.0 (Unreleased) |
| 3 | +## 12.0.0 (2025-08-28) |
4 | 4 |
|
5 |
| -- #3581: src/i18n/converse.pot changes after make dist making git archive dirty |
| 5 | +- #3581: Don't unnecessarily regenerate pot and po files |
6 | 6 | - #3700: Fix exception that occurs when optional cp attribute is missing
|
| 7 | +- #3714: Don't include `maxstanzas` if no value is available |
| 8 | +- #3719, #3770: Handle `connection._sasl_mechanism` not being defined |
7 | 9 | - #3730: QR Code doesn't work on dark backgrounds
|
8 |
| -- #3769: Don't restrict OMEMO PEP push messages to type `headline` |
| 10 | +- #3764: Create an ESM build for @converse/headless |
| 11 | +- #3769: Various OMEMO fixes |
9 | 12 | - #3791: Fetching pubsub node configuration fails
|
10 | 13 | - #3792: Node reconfiguration attempt uses incorrect field names
|
11 | 14 | - Add approval banner in chats with requesting contacts or unsaved contacts
|
12 |
| -- Some fixes regarding manually resized chats in `overlayed` view mode. |
13 |
| -- Replace webpack with [rspack](https://rspack.rs) |
14 |
| -- Registration: Use https://providers.xmpp.net instead of https://compliance.conversations.im |
| 15 | +- Add mongolian as a language option |
| 16 | +- Breaking: `Strophe.shims` has been removed. Instead, just use the globals. |
15 | 17 | - Create ESM builds of converse.js and converse-headless.js
|
| 18 | +- Moved `jsdom` and `ws` from optionalDependencies to peerDependencies |
| 19 | +- New API method `api.disco.entities.find` to return all entities that implement a specific feature. |
| 20 | +- Regional locales weren't being applied. |
| 21 | +- Registration: Use https://providers.xmpp.net instead of https://compliance.conversations.im |
| 22 | +- Replace webpack with [rspack](https://rspack.rs) |
16 | 23 | - Set up a test runner for @converse/headless so that the headless tests use the headless build
|
| 24 | +- Show approval alert in chats with unsaved contacts |
| 25 | +- Some fixes regarding manually resized chats in `overlayed` view mode. |
| 26 | +- Update controlbox to not show logo, navbar and version while connecting |
| 27 | +- Updated translations |
| 28 | +- bugfix: Don't show closed MUCs in the rooms list |
| 29 | +- bugfix: dragresize resistance not applied |
17 | 30 |
|
18 | 31 | ## 11.0.1 (2025-06-09)
|
19 | 32 |
|
|
0 commit comments