Release 1.4.5
[bitlbee-mastodon.git] / HISTORY.md
blob828abca1fc04bfc3d336713bbfdcb4ef97e4d257
1 # The History of this Plugin
3 New features for 1.4.5:
5 - fix timeline command for accounts
6 - add resolve=1 to status URL search so foreign statuses get imported
8 New features for 1.4.4:
10 - fix list management command
11 - figure out username and instance URL from account name
13 New features for 1.4.3:
15 - direct messages are now threaded correctly
16 - search works for Mastodon 3.0.0 instances
18 New features for 1.4.2:
20 - 1.4.1 got mistagged, so this tag makes sure it all syncs up again
22 New features for 1.4.1:
24 - small improvements to command parsing and feedback
25 - better handling of multiple mentions
26 - better handling of direct messages
27 - possible fix to a crash related to filters
29 New features for 1.4.0:
31 - new `filter` command
32 - new `list` command
33 - new settings to hide notifications by type
35 Incompatible change in 1.4.0:
37 If you have subscribed to a hashtag, you need to change your channel
38 settings and prepend the hash. Without the hash, the plugin gets
39 confused and things the channel is for a list of the same name. Do
40 this from the control channel (&bitlbee). Let's assume you have a
41 channel called #hashtag. It's *room* setting should be #hashtag. If
42 it's lacking the initial hash:
44 > **<kensanata>** channel #hashtag set room  
45 > **<root>** room = `hashtag'  
46 > **<kensanata>** channel #hashtag set room #hashtag  
47 > **<root>** room = `#hashtag'  
49 There, fixed it.
51 New features for 1.3.1:
53 - new `visibility` command
54 - new `cw` command
55 - removed support for posting a content warning using CW1
57 New features for 1.2.0:
59 - format search results
60 - new `bio` command
61 - new `pinned` command
62 - add all the accounts when replying
63 - fixed list of accounts in the channel when connecting
65 New features for 1.1.0:
67 - new `hide_sensitive` setting
69 # Beginnings
71 This plugin started out as a fork of Bitlbee itself with the Mastodon
72 code being based on a copy of the Twitter code. When it became clear
73 that my code just wasn't going to get merged, I took a look at the
74 Facebook and Discord plugins for Bitlbee and decided that it should be
75 easy to turn my existing code into a plugin. Luckily, that worked as
76 intended.
78 – Alex Schroeder