Most of the change log has been lost.
2013-12-07: v3.1.2
- Fixed auto-completion data loading.
- Added "Lists" tab in options.
2013-06-11: v3.1.1
- Tweet template: Ctrl+Alt+T. Useful when tweeting in an event, and you want to always have a hashtag at the end of tweet. (@icez)
2013-06-10: v3.1.0
- Switch to Twitter API 1.1 :(
- Support Thai Hashtags
2012-12-13: v3.0.10
- Do not display notifications for filtered tweets. (@tannce)
- Always display mentions, even if it's filtered by exclude keywords. (@tannce)
- Update server to Node 0.8 and latest Express 3 and Connect 2.
- For MT tweets (like RT but modifying some text), added an option to "guess" the original tweet. (@dtinth)
- This experimental feature is experimental. It is not guaranteed that #thaiWitter will always guess the correct original tweet.
- Powered by levenshtein.
2012-07-15: v3.0.9
- Removed the Install button, always show the Clear button instead. The Install button doesn't work already anyway. (@icez)
2012-05-21: v3.0.8
- Press Ctrl+Alt+Z to undo your latest tweet. (@Legatte)
2012-05-13: v3.0.7
- data-username attributes are now always "lowercase". (for custom CSS)
Few custom CSS:
- To select a status that is posted by dtinth, use .status[data-username="dtinth"]
- To select a mention to @dtinth, use .status-link-this-is-new[data-username="dtinth"]
2012-05-12: v3.0.6
- Add an option to bypass t.co when visiting links, due to Thailand's Ministry of Information and Communication Technology blocking t.co from time to time. (@LXZE)
- Add the following data-attributes to a status element, for Custom CSS styling purposes: *
- [data-username] indicates the username of the tweeter.
- [data-user] indicates the user ID of the tweeter.
* That way, I can set a color label of a tweet based, on the user who posted it, inspired by twicca, using this custom CSS:
.status[data-username="dtinth"] { -moz-box-shadow: inset 3px 0 rgba(200,240,255,0.3); }
- Don't consider the tweet a reply when it looks like a retweet.
- Ctrl+Alt+Y to clear the green selection (forget what status it is replying to).
2012-04-15: v3.0.4
- Fix RT API not working, because of new feature in 3.0.3. (@tannce)
- Allow the reply target username to appear anywhere in the tweet to consider it as a proper @Reply. (@tannce)
- Default settings changed:
- Refresh Rate: 60 seconds
- Show In Reply To: enabled by default
- Media Preview: enabled by default
- Notification Pictures: enabled be default
- Minor fixes.
- Moved from a shared hosting provider to become hosted on Heroku.
2011-11-23: v3.0.-21
- Username autocompletion. (Press Tab to autocomplete)
2011-11-19: v3.0.-7
- Fixed a bug that prevents you from retweeting a direct message. (It gives you a warning though.)
2011-11-12: v3.0.-2
- Load a smaller image from Twitpic.
2011-11-12: v3.0.-1
- When opening a new window, it will inherit the size of the parent window.
2011-11-09: 3.-¼.6
- URLs are now character-counted correctly.
- Post to Twitter and Facebook at the same time.
- Search and highlight keywords.
- More on my old blog.