* Tue Sep 28 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.11.1:
* Fix typo in shade color theme (#1579)
* Fix memory leaks (#1583) (#1584) (#1585)
* Fix buffer overread (#1586)
* Don't handle /me in the middle of a message with mentions (#1586)
* Explicitly check for curl version (#1581)
* Fix OMEMO devicelist access model by reconfiguring it (#1538) (#1591)
* Cosmetic cleanup (#1593)
* Change attentionflag shortcut from alt-f to alt+v (#1580)
* Update man page and /help information
* Enable whole word only notifications by default (#1578)
* Wed Jul 14 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.11.0:
* Fix 'headache' and 'whiteness' themes (#1471)
* Fix help text for `/logging` (#1470)
* Fix theme loading with -t parameter when a disconnect happens (#1472)
* Add `/mam` command (MAM is still experimental) (#660)
* Improve MAM support: load multiple pages with RSM (#660)
* Fix titlebar MUC name display when no name is set (#1481)
* Improved window title output (#1493)
* Show offline members in occupants panel (#1495)
`/occupants default show|hide [jid|offline]`
`/occupants show|hide [jid|offline]`
* Support handling `file://` prefix in patchs (#1498)
* Update HTTP Upload XEP-0363 to 1.0.0 (#1499, #1500)
* New `/changepassword` command to change users password (XEP-0077) (#1501)
* Add ability to request 'voice' in MUCs (XEP-0045) (#1211, #1504)
`/affiliation request`
* Add ability to approve MUC voice requests (XEP-0045) (#1507, #1508)
* Improve `/bookmark` help (#1511)
* Add ability to register a nickname with a MUC (XEP-0045) (#1510, #1210)
`/affiliation register`
* Fix segfault on `/sendfile` using OMEMO on Raspberry Pi (#1512)
* Use shorter IDs (#1520)
* Add abbility to launch external editor to write (multiline) messages (#1485, #1546)
`/editor`
* Introdcue OMEMO trustmode (#1506)
`/omemo trustmode manual|firstusage|blind`
* Fix random string generation (8e588d6)
* Separate settings to configure printing of typing information in console and titlebar (#1516, #1532)
`/intype on|of` -> `/intype titlebar|console on|off`
* Use direct messages instead of MUC-PMs for non-anonymous MUCs (#1534)
* Add ability to mark a window with an attention flag as a reminder to read it later (#1543)
ALT+F to toggle the flag
ALT+M to switch to marked windows
`/wins attention` to list windows with the attention flag set
* Don't log chat states as empty messages (#1550)
* Fix wrong message display when mention is triggered (#1557, #1231)
* Add command to show single bookmark details (#1558, #1559)
* `/bookmark list <jid>`
* Display a notice when someone tries to call (XEP-0353) (#1525, #1560)
* Fix logfile rotation (#1518, #1563)
* Disable notifications by default (#977, #1564)
* Add support for XEP-0157 server contact information discovery (#1524, #1567)
`/disco info` does now include server contact information
* Fix segfault in `/url open` with OMEMO encrypted files (#1478)
* Add XEP-0377 Spam Reporting (#1434, #1569)
`/blocked report abuse|spam <jid> <msg>`
* Remember status on reconnect (#1006, #1570)
* Option to accept chat messages only from known contacts (#955, #1571)
`/silence on|off`
* Improve OX (XEP-0373) handling (#1566)
* Extend Python API (#1528, #1529)
* Cleanups (#1513, #1554, #1561)
* OMEMO related fixes (#1496, #1515, #1539, #1540, #1548, #1549, #1530, #1553, #1565)
* For details see https://github.com/profanity-im/profanity/milestone/26
- Remove profanity-0.10.0-theme-typo.patch: upstreamed
* Mon Jan 18 2021 Michael Vetter <mvetter@suse.com>
- Fix Factory build:
* Create correct symlinks
* Use update-alternatives correctly
* Use clearer style
* Sat Jan 09 2021 Michael Vetter <mvetter@suse.com>
- Update to 0.10.0:
* Code cleanup
* Several memory leaks fixed (b45384, #805, #1416, #1427)
* Handle headline stanza (#1366)
* By default log only WARN not INFO (#1353)
* Fix OMEMO: check for current item (#1384)
* Fix request OMEMO device id (#1332)
* Add experimental OX (XEP-0373, XEP-0374) support (#1331)
* Add clang format file for uniform coding style (#1396)
* Add contributing guidelines (#1397)
* Dont highlight console once all messages have been read (#1399)
* New setting: Only highlight in console upon MUC mention (#1371)
`/console muc mention`
* Remove `/tiny` command (#1370)
* Fix `/lastactivity` behaviour (#1411)
* Fix `/correct` quotation marks usage (#1404)
* Parse Stable Stanza IDs (XEP-0359) (#1207) (#660)
* Only insert new messages in database (c9b154) (#660)
* Support both gtk2 and gtk3 (05d19c)
* Update gruvbox theme (#1421)
* Add NetBSD support (#1424)
* Fix uninitialized field in bookmarks (#1432)
* Don't link functional tests against tcl (da513a)
* Fix date format for MAM requests (15f45f)
* Print error stanzas (#1435)
* Add man pages for each profanity command (#1444)
* Fix chatlogs for outgoing carbons (#1439)
* Add OMEMO media sharing support (#1375)
See `/help sendfile` `/help executable`
* Expand trackbar to whole line (#1448)
* Set default color for trackbar (#1453)
* Log incoming carbons (#1446)
* Use whole path as logfile when defined via -f (#1442)
`profanity -f ~/mylog`
* Fix color for outgoing messages when no receipts are enabled (#1441)
* Set input window size to max window size (#1458)
* For details see: https://github.com/profanity-im/profanity/milestone/20