Skip to content
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.

Commit

Permalink
Bump version and changelog to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed May 9, 2016
1 parent fbad10c commit 5aee5ca
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
retcon 0.1.3
------------------------------------------------------

Add support for user block, mute and retweets disabled.
Add REST API get support for 10k character limit DM text.
Change DM button to preferentially use retweet author.
Make hidden tweets have a height of 0, instead of a few px padding.
Raise log window to front when opening if it is already shown.
Prevent DMs from being added to mentions lists.
Change foreground colour of deleted tweets (setting default: grey).
Split the DM Conversations Panel menu into submenu chunks as necessary, by the first letter of the screen name.
No longer mention self when replying to an own tweet.
Allow accounts to be manually re-ordered.
Show a "play" icon on top of video thumbnails in tweets.
Add an account expire timeline by days setting.
Log account follow state changes in more cases.
Add tab for event log entries in user window.
Add tweet panel menu command to jump to tweet by date/time.
Fix background colour changes of tweet quote rounded boxes.
Fix character count when inserting emoji.
Fix poor performance of stream importing.
Fix issues with failed DB upgrades.
Fix issues with upwards loading of tweet panels.
Fix issues with bulk pushing tweets to a panel with no windows open, but with child panels.
Update streaming API URL due to Twitter API change.
Improve handling of mouse-over windows.
Enable importing more than one stream file at a time.
Enable force reload and debug info debug menu actions for DMs.


retcon 0.1.2
------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "univdefs.h"
#include <wx/string.h>

#define RETCON_VERSION_STR "0.1.2"
#define RETCON_VERSION_STR "0.1.3"

extern const wxString appname;
extern const wxString appversionname;
Expand Down

0 comments on commit 5aee5ca

Please sign in to comment.