|
| 1 | +0.11.0 (2021-07-14) |
| 2 | +===== |
| 3 | + |
| 4 | +Six months and 242 commits after 0.10.0 we are happy to release 0.11.0. |
| 5 | + |
| 6 | +10 people contributed code to it: @DebXWoody, @xenrox, @mwuttke97, @dustinlagoy, @kaffeekanne, |
| 7 | +@CIacademic, @rjc, @raspbeguy, @Mic92 and @jubalh. |
| 8 | + |
| 9 | +Thanks a lot to our sponsors: @mdosch, @wstrm, @huhndev, @matteobin and @jamesponddotco |
| 10 | +If you want to support us too: https://profanity-im.github.io/donate.html |
| 11 | + |
| 12 | +Changes: |
| 13 | +- Fix 'headache' and 'whiteness' themes (#1471) |
| 14 | +- Fix help text for `/logging` (#1470) |
| 15 | +- Fix theme loading with -t parameter when a disconnect happens (#1472) |
| 16 | +- Add `/mam` command (MAM is still experimental) (#660) |
| 17 | +- Improve MAM support: load multiple pages with RSM (#660) |
| 18 | +- Fix titlebar MUC name display when no name is set (#1481) |
| 19 | +- Improved window title output (#1493) |
| 20 | +- Show offline members in occupants panel (#1495) |
| 21 | + `/occupants default show|hide [jid|offline]` |
| 22 | + `/occupants show|hide [jid|offline]` |
| 23 | +- Support handling `file://` prefix in patchs (#1498) |
| 24 | +- Update HTTP Upload XEP-0363 to 1.0.0 (#1499, #1500) |
| 25 | +- New `/changepassword` command to change users password (XEP-0077) (#1501) |
| 26 | +- Add ability to request 'voice' in MUCs (XEP-0045) (#1211, #1504) |
| 27 | + `/affiliation request` |
| 28 | +- Add ability to approve MUC voice requests (XEP-0045) (#1507, #1508) |
| 29 | +- Improve `/bookmark` help (#1511) |
| 30 | +- Add ability to register a nickname with a MUC (XEP-0045) (#1510, #1210) |
| 31 | + `/affiliation register` |
| 32 | +- Fix segfault on `/sendfile` using OMEMO on Raspberry Pi (#1512) |
| 33 | +- Use shorter IDs (#1520) |
| 34 | +- Add abbility to launch external editor to write (multiline) messages (#1485, #1546) |
| 35 | + `/editor` |
| 36 | +- Introdcue OMEMO trustmode (#1506) |
| 37 | + `/omemo trustmode manual|firstusage|blind` |
| 38 | +- Fix random string generation (8e588d6) |
| 39 | +- Separate settings to configure printing of typing information in console and titlebar (#1516, #1532) |
| 40 | + `/intype on|of` -> `/intype titlebar|console on|off` |
| 41 | +- Use direct messages instead of MUC-PMs for non-anonymous MUCs (#1534) |
| 42 | +- Add ability to mark a window with an attention flag as a reminder to read it later (#1543) |
| 43 | + ALT+F to toggle the flag |
| 44 | + ALT+M to switch to marked windows |
| 45 | + `/wins attention` to list windows with the attention flag set |
| 46 | +- Don't log chat states as empty messages (#1550) |
| 47 | +- Fix wrong message display when mention is triggered (#1557, #1231) |
| 48 | +- Add command to show single bookmark details (#1558, #1559) |
| 49 | + `/bookmark list <jid>` |
| 50 | +- Display a notice when someone tries to call (XEP-0353) (#1525, #1560) |
| 51 | +- Fix logfile rotation (#1518, #1563) |
| 52 | +- Disable notifications by default (#977, #1564) |
| 53 | +- Add support for XEP-0157 server contact information discovery (#1524, #1567) |
| 54 | + `/disco info` does now include server contact information |
| 55 | +- Fix segfault in `/url open` with OMEMO encrypted files (#1478) |
| 56 | +- Add XEP-0377 Spam Reporting (#1434, #1569) |
| 57 | + `/blocked report abuse|spam <jid> <msg>` |
| 58 | +- Remember status on reconnect (#1006, #1570) |
| 59 | +- Option to accept chat messages only from known contacts (#955, #1571) |
| 60 | + `/silence on|off` |
| 61 | +- Improve OX (XEP-0373) handling (#1566) |
| 62 | +- Extend Python API (#1528, #1529) |
| 63 | +- Cleanups (#1513, #1554, #1561) |
| 64 | +- OMEMO related fixes (#1496, #1515, #1539, #1540, #1548, #1549, #1530, #1553, #1565) |
| 65 | +- For details see https://github.com/profanity-im/profanity/milestone/26 |
| 66 | + |
1 | 67 | 0.10.0 (2021-01-09) |
2 | 68 | ===== |
3 | 69 |
|
|
0 commit comments