2017-03-11 04:35:51 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update mikutter to 3.5.4.
Upstream changes:
mikutter 3.5.4
* unify follow notifications (thanks @osa_k)
* delete button wasn't drawn in setting window of extract tabs (thanks @moguno)
* excessive memory access on receiveng tweets
"Release from Shinkansen bounding for Open Source Conference Tokyo"
|
2017-03-04 09:41:03 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update mikutter to 3.5.3.
Upstream changes:
# mikutter 3.5.3
* sometimes UserList shows empty lines and they cause crashes by clicks
* unexpected behavior when TL timestamp is clicked in polluted environments
* support Ruby 2.4
* Ruby-GNOME2 3.1.1
|
2017-01-29 09:16:01 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update mikutter to 3.5.2.
Upstream changes:
# mikutter 3.5.2
* Retriever.URI was not implemented as documented
* fix custom Model related bugs
* field value dereference via [] where Model method should be called
* accessor method was not defined when Model field type was array
* multiselect widget wrote unnecessary values each time config window was open
* fix reference of deprecated method in mikutter core
* name attribute of about method in setting DSL was not used
* adjust field values for Twitter related Models
|
2017-01-08 15:20:05 by Izumi Tsutsui | Files touched by this commit (3) |
Log message:
Update mikutter to 3.5.1.
Upstream changes:
# mikutter 3.5.1
* image file cache did not work
* intent dialog was shown when screenname in profile tab was clicked
|
2016-12-24 16:45:50 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
Update mikutter to 3.5.0. (leaf package updates)
Upstream changes:
# mikutter 3.5.0
Changes from alpha2
* update po translations
* cannot open URLs if Entity info is not sent by Twitter
* crash on clicking timestamp in message detail view
* crash with Ruby 2.1
# mikutter 3.5.0-alpha2
* deprecated warnings against continuation
* crash on changing keybind of mikutter commands
* remove unnecessary Model display settings
* print not only username but also screenname in Activity
* print post user for related resources in Tweet Activity
* omit permanent link to Tweet in Tweet Activity
* Resoerver no longer creates unnecesary Thread
|
2016-12-15 15:40:29 by Izumi Tsutsui | Files touched by this commit (4) |
Log message:
Update mikutter to 3.5.0-alpha1.
Upstream changes:
New features of mikutter 3.5
* Model
* resources handled on mikutter are now wrapped as Model
* third party plugins can also add own Models
* timelines can print any Models other than tweet messages
* new Models are added in standard plugins
* user icons can be taken via Message#icon
* any images like user icons, tab icons, skins, and attached images
are handled as PhotoModel instance like Plugin::Photo::Photo
* direct messages gets own Model and are now drawn as timeline using
MiraclePainter
* Intent
* Capability to select which plugins to be used to open URLs
* Extract tab
* DirectMessage is added as a new data source
* Configuration
* style configuration of timelines per Models
* mikutter command
* added "Open" command to issue Intent
* activity
* added named arg "children:" to Plugin#activity
* and more
|
2016-12-02 13:54:21 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
Update mikutter to 3.4.8.
Upstream changes:
* fix a bunch of deprecated warnings by recent ruby-gnome2 gdk_pixbuf2 update
* partially fixed in the past version but fixed more properly
* also make this work with gdk_pixbuf2 gem 3.0.8 and prior
* crash by --profile option with newer ruby-prof
|
2016-11-20 03:58:05 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
Update mikutter to 3.4.7.
Upstream changes:
* bug in obfuscation of account information
* revert behaviors of a mention in Extended Tweets as 3.3.12
* timelines not drawn in the screen are not freed
* use gtk2 3.1.0
* update po file
* zh_TW
|
2016-10-16 11:50:07 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update mikutter to 3.4.6.
Upstream changes:
* UserStream connection is timed out when no tweet is received for
certain seconds
* crashed by likes
* no crash by fav'ed
|
2016-10-09 18:20:57 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
Update mikutter to 3.4.5.
Upstream changes:
* update po files
* tco: Ruby2.3 warnings on extracting URLs due to Kernel.#timeout call
* remove notice on Net::ReadTimeout
* stop use of obsolete Gdk::Pixbuf.new
|