Tags: paugnu/corebird
Tags
Version 0.9 (2014-11-15) - Mentions, hashtags and links now get highlighted directly in the compose window - The avatar of the currently active account in a window is now clickable, showing all configured accounts. From here, each account can be opened, configured or the active account of the window can be switched. This also means that the account setup page in the settings dialog is gone. - The logic for autostarting accounts is more explicit now. Previously when starting Corebird, we opened all accounts that were opened when you last quitted the *application* (read: you used the application menu to quit it *or* you just closed the last window). Meaning, it was not possible to close all windows separately and still get more than one window at the next start. The new behavior features a "autostart" switch in each account's settings you can toggle. We fall back to the old behavior in situations that have no better semantics, like when no autostart is not set to true for any account. - The setting regarding the dark theme is gone (existing configurations will keep working). This was just wrong and caused a lot of confusion. - When viewing an image of a tweet with multiple images/videos attached, you can now use the cursor keys to navigate between them. - Avatars in tweets and profiles now show if the user is verified. - Lots of the application should now react better to missing network connections. - The activity indicator for loading older tweets (which is what was in the bottom of the sidebar)is now in the tweet list itself. - Some things now get immediately applied instead of needing a restart of the client. For example, when adding/removing filters (or changing them of course), the corresponding tweets get immediately hidden/shown. Same things applies to unfollowing someone or disabling someone's retweets. - Each window now has a back button, additionally to all the keyboard shortcuts available for going back and forward. This has been a long-standing concern and is hopefully fixed now. - Last but not least, large parts of the UI have been refined, spacing, icons, etc. have been changed. Thanks to Allan Day for his great work on this.
Version 0.8 (2014-07-07) ChangeLog: - corebird is now build using autotools - More languages (see the transifex page for details) - The tweet info page now indicates that replies for the tweet are available - The consumer key and consumer secret are now stored in a dconf key - All occurrences of margin-left/right have been replaced by margin-start/end - Images can now be attached to a tweet via drag'n'drop - Tweets can now show multiple images - If the tweet only contains one media link, that link will be removed from the tweet's text - In addition to normal .gif files, corebird can now also play vines as well as Twitter's animated gifs - The profile page now shows the tweet/follower/following count - Avatars are now round by default
Version 0.7 (2014-04-16) ChangeLog: - Regex-based filters are implemented, i.e. you can hide tweets you don't want to see. - With the introduction of filters, individual users can now also be blocked. - Replying to tweets now correctly mentions all the users mentioned in the original tweet. - There's now a favorite timeline, showing all the tweets you have favorited. - Corebird is now fully translatable and ships in... - English (100%) - Dutch (99%) - German (100%) - English (Australia) (91%) - Chinese (China) (67%) - Spanish (44%) - The compose window now completes user names whenever the user writes an @ - Open windows are now correctly saved on application quit - Tons of refactoring to ensure future progress Fixed Bugs: - baedert#99 - Reorganize the settings dialog - baedert#93 - Feature Request: Add UI for starred tweets - baedert#102 - Remember location of the settings dialog - baedert#107 - Clicking the name link on a "retweeted by" tweet does nothing - baedert#108 - Corebird needs a Manpage - baedert#105 - corebird segfaults when using newer versions of glib2 (2.39.2) - baedert#103 - Unfaving a favourited tweet in the favourited list disables the tweet - baedert#97 - Reply to all - baedert#117 - Following someone turns on mobile notifications - baedert#126 - Links in DM preview texts are wrong - baedert#4 - How to translate it into other language, such as zh_CN - baedert#41 - Add posibility to mute some content - baedert#56 - Tab Completion for Users and Hashtags
Version 0.6(2014-01-26) ChangeLog: - Lists Support - New Icon - New sidebar icons - Remember last selected tweets when switching pages - Add setting to control the maximum inline media size - Accessibility fixes mostly by Peter Vágner - Make *most* shortcuts configurable via gsettings - Align hover buttons in tweets at the top so they don't overlap with inline media - Use double-press for "dangerous" actions on tweets, i.e. dd and tt - Profiles: Show if the shown user follows the authenticating one - Profiles: Show if the shown user is verified - Save/restore window position(s) - The sidebar can now be hidden via Ctrl+Shift+S - Tons of bug fixes