-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
114 lines (93 loc) · 3.14 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Weibird 0.1.9
=============
* Fix broken appdata for flathub build
Weibird 0.1.8
=============
* Fix broken appdata
Weibird 0.1.7
=============
* Improved error logging
* Added a loading indicator on application startup
* Fix images not clickable from Federico Mena Quintero
* Make content label in details page selectable
* General fixes and improvements
Weibird 0.1.6
=============
* Storing app key and secret in GSettings
* Various memory leak fixes
* Added support for commenting on a tweet and comment
* Added custom drawing to support loading animation for image buttons
* Rewrite WbTweetDetailPage class
* Improved memory consumption in terms of image loading
Weibird 0.1.5
=============
* Add flatpak mainfest file
* Add support for displaying comments in detail page
* Fix tweet text not aligning to the left sometimes
* Fix comments aligning to the bottom of detail page
* Show serveral minutes/hours ago for time label
* Use buttons for attitude labels
* Add support for commenting on a status or replying to a comment
* Various other fixes and improvements
Weibird 0.1.4
=============
* Fix broken appdata
* Some memory leak fixes
* Fix date showing up for posts of today
* Add WbTweetItem and WbUser class
* Displaying retweeted post in detail page
* Fix some widgets aligning to bottom of detail page
* Updated documentation comments and README
Weibird 0.1.3
=============
* Improved image thumbnails grid
* Added keyboard support in media dialog
* Resizing media dialog while switch images
* Hiding revealer in media dialog when possible
* Adding details page for viewing each tweet
* Adding back button to go back timeline list from details page
* Marking content label in details page as selectable
* Improved details page look
* Updated appdata
Weibird 0.1.2
=============
* Improved looking of retweeted item
* Hiding Likes/Comments/Reposts count in retweeted item
* Add support for showing original images
* Add WbMediaDialog class for displaying larger images
* Improved image scaling for displaying images
* Some memory leak fixes
* Added css style support for some widgets
* Renamed GwTimelineRow class to GwTweet
* Renamed WbTweet class to WbTweetRow
* Image loading are processed in WbMediaImage
* Add support for closing larger images by clicking on them
* Removed WbMediaImage class
* Add support for viewing multiple larger images in the same dialog
* Hiding navigation buttons in image dialog when necessary
* Added appdata file
Weibird 0.1.1
=============
* Renamed project to Weibird
* Improved space allocation of thumbnails
* Add application icon
* Updated about dialog
GNOME Weibo 0.1.0
=================
* Added Weibo login support
* Added supoort for displaying avatar iamges
* Added support for displaying image thumbnails
* Add separators between post items
* Display likes/comments/reposts count
* Display Weibo source label
* Add primary menu
* Add supoort for loading more post items
* Asynchronously load images
* Added support for displaying multiple images
* Added support for displaying retweeted post
* Improved image scaling for thumbnails
* Fixed some memory leaks
* Various small UI tweeks
GNOME Weibo 0.0.0
=================
* Initial release