On 2012-02-02 the first commit to Profanity was done by @boothj5. So now Profanity is already 8 years old! Happy Birthday!
As a present we release today the next version: 0.8.0! It’s released five months after 0.7.0 and has 295 commits since then.
Also more and more people contribute to Profanity’s development. A big thanks to: @paulfariello, @svensp, @aaptel, @aszlig, @mdosch, @pasis, @mzagozen, @quite, @weiss, @Misaflo and @jubalh.
We got fingerprint autocompletion for the /omemo trust
command.
We got a gruvbox and solarized theme.
You can now decide whether you want to have the MUCs name or JID displayed in the titlebar and roster:
See /titlebar use [name|jid]
and /roster room use name
.
Profanity is now able to download user avatars via XEP-0084 #1240.
Use the /avatar <jid>
command. And open it with xdg-open ~/.local/share/profanity/avatars/<jid>.png
from your terminal.
A trackbar was added so you can easily see where you last left off reading. #1238
We gained support for XEP-0392 Consistent Color Generation for nicks #1191.
See /color
, /occupants color
, /roster color
.
Add option to store current line in history (like irssi down arrow behaviour) #200. Imagine you write a long line of text, only to find out someone else wrote something where you want to reply first. Now you can press alt+down-arrow to save the current line. Write a new one. Send it. And press arrow-up to get the saved line back from history.
You can now highlight unread messages with a different color in /wins #895.
New theming option is cmd.wins.unread
.
A keyboard shortcut to select the next window with unread messages has been added: alt+a #1114.
You can now switch to the first 20 open windows with alt + 1234567890qwertyuio instead of only the first 10 #1114.
A command to reload your config has been added: /reload
.
A possibility to specify an alternative config file has been added: Use profanity -c ~/path/to/other/config
.
Preferences are not immediately saved once you change them. You will need to issue the /save
command from now on. This has the advantage that you can experiment with different settings and themes and only if you are happy with your changes you save them. If not everything will stay as it was.
We changed the theme handling in Profanity.
So far if you loaded a theme with /theme load bios
it loaded new colors but also other settings the theme makes. Like changing the OMEMO char to X
.
If you decided you prefer #
as your indication of OMEMO encrypted messages you set this in your preferences via /omemo char #
. But if you later tried out different themes because you were set up with your current one it might have happened that you lost some settings #1077.
For this reason /theme load bios
will now only load the colors of a theme.
We have /theme full-load bios
to load the complete theme.
Profanity has functions that display settings of a certain command. Like /logging
displays the settings for group and chat logging.
So you know what value they have before you change them.
So far if you issued a setting command it displayed the information, but also informed you that the command was not valid Invalid usage, see '/help logging' for details.
. This has been fixed. #1237.
XEP-0092 Software Version, sends now the name of your operating system too.
You can switch this off with /os off
.
In an attempt to standardize commands some functionality got reorganized in different/new commands:
/tls show on|of
-> /titlebar show|hide tls
/encwarn on|off
-> /titlebar show|hide encwarn
/titlebar show|hide resource
additionally to /resource titlebar on
/titlebar show|hide presence
additionally to /presence titlebar on
/invite <contact>
-> /invite send <contact>
/invites
-> /invite list
/decline
-> /invite decline
/online
, /away
, /dnd
, /chat
, /xa
-> /status set online
etc./status
-> /status get
/chlog on
-> /logging chat on
/grlog on
-> /logging group on
/group
-> /roster group
Read #1116, #1224, #1229 if you want to know more.
Log MUC PM messages #1184, #1214, so far this was actually not done.
We now use XEP-0359: Unique and Stable Stanza IDs to detect if MUC messages come from us or not #1207.
Add /clear
autocompletion and improve its documentation #855.
Don’t print subscribed message if contact is already in roster #1166.
So far we just displayed the timestamp of the first tag we found. Now we fixed this to actually check for the oldest timestamp. Meaning that the time a message was send should now be when it was first delayed not the last or any other delay #1254.
Several OMEMO related bugs were fixed by @paulfarielle, @svensp, @aszlig.
Occupants and roster chars have never actually been saved! Seems noone discovered this for years until recently #1244.
Allow setting of status message (which actually never worked before) b846c49.
/status set online "This is my text"
/status set away bye
/status set away
If you configure Profanity to load the last few lines from the history in a chat window. It always displayed a date of 01-01-00
as this was hardcoded.
Now it acually uses the right one. Seems this has gone unnoticed for years too #922.
We fixed many memory leaks. Profanity should be much nicer now if you plan to never quit it.
Carbon copied messages now get logged too #1181.