2018-03-09 15:37:02 by Izumi Tsutsui | Files touched by this commit (6) | |
Log message:
mikutter: update to 3.6.5.
pkgsrc changes:
* explicitly depends on json_pure gem as per Gemfile
* remove patches that has been integrated in upstream
Upstream changes:
mikutter 3.6.5
* world: on serializing World Model, change format to JSON to use
functions of Diva
* show an active account name in tooltip when mouse hovers on
World Shifter icon
* logo image in Form DSL about dialog widget was not shown in some case
* avoid warning caused by use of a deprecated constant
* follows and followers are not taken properly so that notifications
of follow and remove didn't work
* form DLS options were not in order
* Twitter: time of direct messages in the Activity tab was shown in UTC
* clear search timeline if blank is specified in the search box
* update description of requirements in README by assuming use of bundler
* twitpic images were not shown in some case
|
2018-02-25 03:15:19 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
mikutter: update to 3.6.4.
Upstream changes:
mikutter 3.6.4
* modify implementation of Reserver to suppress warning messages
* fix crash in multiselect when options without body were passed
(thanks @ahiru)
* fix crash on "mikutter.rb spec" due to uninitialized Delayer
(thanks: @moguno)
|
2018-02-10 15:52:46 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
mikutter: update to 3.6.3.
Upstream changes:
mikutter 3.6.3
* "reply" of mikutter commands doesn't appear in non Twitter Worlds
* crashed on registrating already registered World again
* fix use of deperecated methods of Pango (thanks: akkiesoft)
|
2018-02-08 15:55:28 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
mikutter: update to 3.6.2.
Upstream changes:
mikutter 3.6.2
* update translations
* cannot send a carsh report but gets Segmentation Fault on crash
during a Gtk event callback
* crash when plugins written for 3.4 and prior try to access nonexistent
images
* crash on opening a URL using an external browser on Windows
|
2018-01-14 06:15:05 by Izumi Tsutsui | Files touched by this commit (4) | |
Log message:
mikutter: update to 3.6.1.
Upstream changes:
mikutter 3.6.1
* happy new year
* honor iPhone X
* require Diva gem 0.3.1 or later
* JSON exported Time was not in iso8601 format
* Spell to update user profile (thanks shibafu528)
* fix typo (thanks akkiesoft)
* twitter: crash when using World other than Twitter due to wrong assumption
that User#idname was always defined
* openimg: sporadic crash when opening images
|
2018-01-13 05:46:39 by Izumi Tsutsui | Files touched by this commit (3) |
Log message:
mikutter: pull upstream fix for ticket 1137 (errors on image preview).
Bump PKGREVISION.
|
2018-01-02 03:43:59 by Izumi Tsutsui | Files touched by this commit (1) |
Log message:
mikutter: 3.6.0 no longer supports Ruby 2.2. PR pkg/52884
Bump PKGREVISION.
|
2017-12-30 06:05:14 by Izumi Tsutsui | Files touched by this commit (8) | |
Log message:
mikutter: update to 3.6.0.
Upstream change:
mikutter 3.6.0
* World
* Twitter functions are now implemented as a plugin
* Service is no longer available, so the World plugin provides an equivalent
of Service
* Spell
* Form DSL
* generalized modules for settings etc. so make it possible to use it
in Dialog etc.
* photo select
* select images
* label
* link (Model viewer)
* Dialog DSL/dialog method
* universal interface for plugins to show a dialog box
* no dependencies on Gtk
* Photo Model
* preserve image URLs for multiple sizes and use a proper larger size
one for requested image
* new setting in config for the maxinum number of tweets in timelines
* settings
* tree structure in side menu by "settings" block
* improve drawing speed for settings with many items
* appearance settings for PostBox and World Shifter
* requires Ruby 2.3 and later
* gems for mikutter project
* use Diva gem
* new gem derived from mikutter
* replacement of Retriever, mikutter still provides Retriever compatible
interfaces
* Delayer Deferred 2
* async/await
|
2017-11-19 13:57:11 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
mikutter: update to 3.5.15.
Upstream change:
- use Ruby-GNOME2 3.2.0
|
2017-11-12 17:27:23 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
mikutter: update to 3.5.14.
Upstream changes:
- Activity: possible crash if loading icon is complete after the record
disappeared
- make URI decoding strategies expandable by plugins
- this makes it possible to handle Windows paths by plugins
|