Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: bazbt3/PigPen

Tags

v0.3.29

Toggle v0.3.29's commit message
### 2018-01-07: v0.3.29 (unintentionally blank):

* Added: -
* Changed: Layout of 'broadcast' message improved.
* Changed: 'getmentions' without an operand now gets the application user's mentions, whereas *with* one a specific user's are listed.
* Changed: Normal avatar uploads now use the .png filetype; ThemeMonday's could use that or .jpg. The test for both types is retained for contenttype as the file name is currently hard coded. 
* Deprecated: -
* Removed: -
* Fixed: -
* Security: -

v0.3.28

Toggle v0.3.28's commit message
### 2018-01-05: v0.3.28 (#ThemeMonday avatars):

* Added: Avatar changing, for #ThemeMonday and back again. I could not have done this without @thrrgilag's help!
* Changed: Small updates to 'broadcast' prompt & message, and channel URL displayed in an 'xpost'.
* Deprecated: -
* Removed: -
* Fixed: Removed user selection input from 'getinteractions'.
* Security: -

v0.3.27

Toggle v0.3.27's commit message
### 2017-12-28: v0.3.27 (Backwards):

* Added: Typing '`u`' in post listings goes back a single post, and can be repeated within the limited range available in v0.3 of the app. It's a bit clunky but it works.
* Changed: -
* Deprecated: -
* Removed: -
* Fixed: Help text: errors corrected and tidied up.
* Fixed: Other tiny improvements.
* Security: -

v0.3.26

Toggle v0.3.26's commit message
### 2017-12-27: v0.3.26 (Slashes):

* Added: In addition to "/me" at the beginning of a post or message producing IRC-like text, "/qs" and "/tm" now add "\#QuoteSunday" and "\#ThemeMonday" headers, respectively.
* Changed: 'broadcast' prompt increased in size, reduced in ease of reading.
* Deprecated: -
* Removed: 'mentionsubscribers' removed; though useful in developing 'broadcast' it was ultimately unnecessary.
* Fixed: 'broadcast' bug removed: progress printout would have failed due to misplaced brace.
* Security: -

v0.3.25

Toggle v0.3.25's commit message
### 2017-12-25: v0.3.25 (Help!):

* Added: Rudimentary help called from the application's docstrings via an enhanced `help [command]`, though *only for main menu commands at this stage*.
* Changed: -
* Deprecated: -
* Removed: -
* Fixed: -
* Security: 🎄

Note: v0.3.24 wasn't released or tagged; it's here:

### 2017-12-24: v0.3.24 (Slippery people):
* Fixed: Replies with additional mentions now adhere to pnut.io standards: one slash, no space, i.e. /@user1 @user2…
* Fixed: createpost accidentally echoed post text.

v0.3.23

Toggle v0.3.23's commit message
### 2017-12-23: v0.3.23 (Broadcast):

* Added: -
* Changed: -
* Deprecated: `sp` 'spam channel' (with mentions) removed from main menu in favour of `bc` broadcast messages to channel subscribers.
* Removed: -
* Fixed: Broadcast now sends a message every 3.2 seconds. (Developer previously failed at the maths required to ensure PigPen wasn't rate-limited. Doh!)
* Security: -

v0.3.22

Toggle v0.3.22's commit message
### 2017-12-22: v0.3.22 (Broadcast):

* Added: Broadcast a message to every subscriber to a channel. Currently needs some manual input, i.e. the channel name or a hashtag or both.
  * **Future plans:**
  * Automatically add the channel name and ask for hashtag and header text.
  * Automatically crosspost a post to the channel and thus public timelines.
* Changed: -
* Deprecated: -
* Removed: -
* Fixed: Tiny bug fixes, and terminology and layout tweaks.
* Security: -

v0.3.21

Toggle v0.3.21's commit message
### 2017-12-21: v0.3.21 (Meh):

* Added: -
* Changed: -
* Deprecated: -
* Removed: -
* Fixed: xpost now sends both the message *and* now the post.
* Security: -

v0.3.20

Toggle v0.3.20's commit message
### 2017-12-19: v0.3.20 (Making Flippy Floppy):

* Added: -
* Changed: -
* Deprecated: Removed buggy 2-part parsing from createpost; it's just as quick to type '`p`', `[return]` and then the post text.
* Removed: -
* Fixed: -
* Security: -

v0.3.19

Toggle v0.3.19's commit message
### 2017-12-15: v0.3.19 (Road to Nowhere):

* Added: -
* Changed: Both 'createpost' and 'createmessage' now parse, as badly-described in previous commits. Perhaps confusingly, createpost can use post text whereas createmessage takes just the channel number. I'm leaving 'xpost' alone, it works (for me) better with user input for channel number and post.
* Changed: Commands are now split into command and everything else following the command, not ignoring everything after the second space character as before.
* Deprecated: -
* Removed: 'zpost' removed from application; totally unused since its addition.
* Fixed: -
* Security: -