Commit graph

48 commits

Author SHA1 Message Date
tsutsui
9505979e37 mikutter: update to 3.9.1.
Upstream changes:

mikutter 3.9.1

* print Mastodon server domains with Numeronym shortening method
  as respect to iMast
* [mastodon] icon is not shown on Messages replied by user even if
  "Show lock icon on protected Tweets" is enabled in display preference
* [mastodon] create tabs for home timeline, mentions, and LTL on
  creating account
* make '=' etc. usable as implemented in Yukari
* [modelviewer] modelviewer_models filter, that enumerates specs of Models
  that have viewer definitions
2019-07-20 14:03:42 +00:00
tsutsui
8019844f76 mikutter: update to 3.9.0-alpha2.
Upstream changes:

* quickstep
* crash on a retweet tab in Tweet details tabs when non-Twitter World
  is selected
* pass application name to notify-send
 * thanks Shibafu Midorino
* improve performance of toot cache
* crash on Fav'ed from Mastodon World when Current World is not
  fav'ed account
2019-06-22 06:47:05 +00:00
tsutsui
2c2ab831d7 mikutter: update to 3.9.0-alpha1.
pkgsrc changes:
- remove patch for totoridipjp (removed in upstream too)
- remove patch for upstream ticket #1323 (integrated in 3.9)

Upstream changes (from "new features of mikutter 3.9"):

* Mastodon plugin
* Support for UI scaling
* World account can be assigned to shortcut key
* Reorder World accounts
* Non-PNG image support for Skin
* Generic Model viewer
* Quick Step
* PulseAudio
* Reorgenize gem dependencies
2019-06-16 16:39:57 +00:00
tsutsui
bb5ba5513b mikutter: update to 3.8.8.
pkgsrc changes:
- pull upstream patch for ticket #1323
  (insert newline to each attached image URL)

Upstream changelog:

mikutter 3.8.8

* <>& in Twitter messages are not converted from HTML entity references
 * thanks cob odo
* keep world account settings even if restoring account fails
  on loading the world
* pluggaloid 1.1.2
2019-05-25 12:14:04 +00:00
tsutsui
f54f16dafe mikutter: update to 3.8.1.
Upstream changes:

mikutter 3.8.1

* fix to explicitly make api_request_file_cache plugin depend on twitter plugin
 * thanks Kazuki Y.
* use gtk2 3.2.9
 * thanks Akira Ouchi
* extract images from niconico-saiga OGP
 * thanks Shibafu Midorino
* remove an extra debug message
 * thanks Izumi Tsutsui
* suppress error messages of findbyid when twitter accounts are not registered
 * thanks cob od
2018-10-06 23:25:35 +00:00
tsutsui
d81743217e mikutter: updated to 3.8.0.
Upstream changes:

mikutter 3.8.0

* create a search tab if at least one search spell is defined
* explicitly specify Addressable 2.5.2 or later
* twitter: warn if User Stream API is used
* update a default message of the status bar for 3.8
 * thanks @4pk
* streaming: change file layout since UserStream gone
 * remove UserStream settings
 * remove UserStream code
* remove unexpected executable bits in some files
 * thanks Izumi Tsutsui
* remove unused devel directory
2018-09-08 15:52:36 +00:00
tsutsui
d7f9124696 mikutter: pull upstream fixes. 2018-07-08 06:08:09 +00:00
tsutsui
71ddbfdba5 mikutter: update to 3.7.1.
pkgsrc changes:

* add MESSAGE file that describes how to use Twitter via mikutter
  even after mikutter's Twitter API keys have been suspended
* explicitly require updated ruby-gnome2-glib 3.2.5nb1

Upstream changes:

mikutter 3.7.1

* crashed on showing system messages in some case

mikutter 3.7.0

* Score
 * custom emoji
* change a cursor shape on clickable elements on timeline
 * thanks Yuto Tokunaga
* stop auto scroll when mouse-over icon buttons are shown
 * @cobodo
* improve an open file dialog
 * @cobodo
* Photo Variant
* provide a simpler method to replace Twitter's consumer key
2018-05-27 05:17:40 +00:00
tsutsui
6cc553305b 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-02-08 14:55:28 +00:00
tsutsui
97afa366ae 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-12-30 05:05:14 +00:00
tsutsui
11c5aa52ee 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
2017-11-12 16:27:23 +00:00
tsutsui
14e1474d51 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-24 15:45:50 +00:00
tsutsui
9fd4f5bc88 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-15 14:40:29 +00:00
tsutsui
cba8611409 Update mikutter to 3.4.3.
Upstream changes:

* support thumbnail extraction of Vine
* use gtk2 3.0.9 (on bundler)
* update po files
 * en
 * de
 * fr
2016-09-17 19:31:41 +00:00
tsutsui
629754b882 Also update PLIST for mikutter 3.4.0. (missed in previous) 2016-06-04 03:03:44 +00:00
tsutsui
6c3940c7ed Update mikutter to 3.3.3.
#mikutter 3.3.3

* update language po files
* fix of "crash on click of setting button" was missed

#mikutter 3.3.2

* Happy new year
* several crash issue
* crash on click of setting button on certain condition
* avoid use of lacacy methods deprecated by Ruby 2.3

#mikutter 3.3.1

* crash on UserStream process in some case
* crash on adding list

#mikutter 3.3.0

* use external libraries
 * Delayer-Deferred
 * Pluggaloid
* retweeted retweet
* liked retweet
* retweet with comments
* show icons for protected accounts
* add settings to show icons for verified accounts
* change method of counting a number of chars, to reflect URL conversion
* improvements of daemon mode
* notice function
* imrovements of support of some image services
2016-01-09 19:36:12 +00:00
tsutsui
0765041f09 Update mikutter to 3.2.11. (leaf package update)
* no response on clicking mouse over icons on some environments
* fix a spello method
2015-12-19 11:32:45 +00:00
tsutsui
9ddfd97132 Update to mikutter 3.2.10.
* Adapt to Twitter's display requirement changes (fav -> like)
* Use ruby-gtk2 3.0.7
* add -v option to check mikutter version (thanks @Akkiesoft)
2015-11-14 16:38:03 +00:00
obache
4e85ec11da Update mikutter to 3.2.0.
* Change internal processing for image display.
* Add function to add condition for extraction tab.
* Skin (experimental).
* Change icon
2014-12-30 08:05:17 +00:00
obache
384014b4ab Update mikutter to 3.1.
Features
* drop Ruby 1.9 support.
* activity
  * blushup activity setting UI
* extract
  * scrollable with many data sources
  * hierachized data source
* list
  * obsolate list tab, list data source is provided instead.
* openimg
  * support multi image attachment tweet
* profile
  * scrollable with may belong list tab
* uitranslate
  * new language, Kansai accent
API
  * Add `defined_time' Plugin DSL method to retrieve plugin loaded time
  * obsolate MessageConverter, add functional to rewrite Message for Entity
2014-11-18 11:25:08 +00:00
obache
88ee67ece2 Update mikutter to 3.0.6.
* Update translations
  * Add Portuguese language
* Fixes crash with passing Listner to select of setting DSL
* Remove unused remaining UI settings
  * show retweets
  * show faved
* Fixes to work some checkbox in standard plugins' settings properly.
2014-09-21 11:20:08 +00:00
obache
bf7e16dee7 Update mikutter to 3.0.2.
* trivial bug fixes.
2014-06-28 06:45:25 +00:00
obache
0a6b5c0765 Update mikutter to 3.0.0alpha3.
New features in 3.0
* multilingual support
* multi accounts
* improve extract tab
2014-05-18 04:28:17 +00:00
obache
04b532350d Update mikutter to 0.2.2.1537.
* update gtk2 gem to 2.2.2
* fixes startup with broken cache
* fixes open embeded URL longer than 140 characters
2014-03-11 12:16:39 +00:00
obache
faa105cc53 Update mikutter to 0.2.2.1373.
* Prevent to show "Retweet" command for protected account
* Change permanent link for tweets in Activity tab.
* Add icon for Activity.
2013-09-28 09:20:42 +00:00
obache
9c1086bbdc Update mikutter to 0.2.2.1230.
New features in 0.2.2:
* add `achivement'
* improve shortcut key setting UI
* add experimental daemon mode
* get fav/retweet with API
2013-05-15 11:24:14 +00:00
obache
6ae52ab102 Update mikutter to 0.2.1.1127.
* reduce memory usage with Ruby Gtk2 1.2.1 and later.
* fix image preview from some sites.
2013-02-05 11:57:03 +00:00
obache
0044d596f6 Update mikutter to 0.2.1.1119, 0.2.1 official release. 2013-01-13 07:26:40 +00:00
obache
58948b11c0 Update mikutter to 0.2.1.1117, aka pre2. 2013-01-10 11:20:46 +00:00
obache
01eafbeeac Update mikutter to 0.2.1.1112.
support Twitter API 1.1 and Developer Displlay Requirements.

pkgsrc changes:
* drop dependency on desktop-file-utils, not register mime-type.
* use extarnal typed-array module.
2013-01-05 07:46:04 +00:00
tsutsui
fcbb9858c3 Update mikutter to 0.2.0.1089.
pkgsrc changes:
 - customized escape.rb is no longer necessary
 - catch up directory reorganaization
 - update COMMENT and LICENSE per newer distribution files

Upstream changes:

0.2.0.1089:
 - workaround bugs in several Twitter's APIs that cause auth dialogs and
   prevent initial authentication

0.2.0.1080:
 - add auto scroll support in activity tab
 - fix problems when access token is canceled
 - workaround invalid response from Twitter that causes hourly auth dialog
 - fix crash problem when profile command is invoked without selected tweet

0.2.0.1064
 - same fix in 0.1.1.1063
 - reorganize directories
 - fix a problem that can't remove abstruct tab
 - fix several bugs in setting windows
 - add support preview of tumblr and hatena photolife

0.2.0.1054:
 - fix open conversation tab commant without focused tweet
 - stop sending a bug report without useful trace

0.2 major updates:
 - reorganize UI APIs
 - support multipain officially
 - replace settings tab with window
 - renew profile plugin
 - add many mikutter commands for keyboard operation
 - misc secret features
2012-12-17 17:44:20 +00:00
obache
2464999343 Update mikutter to 0.1.1.790, first 0.1.1 unstable release.
some improvements and bug fixes.
2012-05-13 14:21:55 +00:00
obache
053be4da03 Update mikutter 0.1.1.780, aka 0.1.1pre1.
* implement activity tab (not same as Twitter's one, due to missing API)
* allow to settting color for all tweets.
* add `twitter client' for extraction filter.
* some speed up improvements.
2012-05-07 21:45:25 +00:00
obache
86170e2c53 Update mikutter to 0.1.0.772.
(switched to use system oauth module again).

bug fixes.
2012-05-01 06:50:52 +00:00
obache
af5d6f0ed3 * included oauth is reuqired to use user stream.
* no need to move escape.rb, include one will be picked up.

Bump PKGREVISION.
2012-03-25 15:20:04 +00:00
obache
f8df32af7f Update mikutter to 0.1.0.710.
* bug fixes.
* add an icon for DM tab.
2012-03-16 15:46:36 +00:00
obache
039efbb140 Update mikutter to 0.1.0.697, switch to new unstable release. 2012-03-02 06:34:35 +00:00
obache
515ba0830a Update to mikutter to 0.0.4.571.
switch to new unstable branch.
2011-11-06 07:49:38 +00:00
obache
bf2b46ca78 Update mikutter to 0.0.3.14.
Added
* none
Fixed
* crash at first startup
* support for Twitter API bug
* fire click even if too far location between a mousedown and a mousedown.
* not startup non-full-color environment
* remove a unwanted file
* crash at mis-extract bit.ly.
2011-07-30 02:00:44 +00:00
obache
10ecd8791c Update mikutter to 0.0.3.9.
While here, let to allow co-existence with ruby-escape package.

Improvements
* none
Fixes
* impossible to search with Japanese
* impossible to google search with Japanese
* fire shortcut key for tweet when typing search string
* memory leaks
* devours API with retrying tweet of keyed account that does not authenticat me
* not play sound on some platforms.
2011-06-19 04:19:56 +00:00
obache
7e54edb2d9 Update mikutter to 0.0.3.8.
* Improvements
  * Add notification related events.  Add following plugins
    * alsa - plugin for playing sound with alsa.
    * libnotify - plugin for notify with libnotify.

* Fixes
  * crash at limiting.
  * included JSON library is too old.
  * defect that settings may not be saved correctly.
  * defect that link position move over.
  * some API cache functions.
  * defect of crash at editing shorcut key.
2011-06-12 12:41:15 +00:00
obache
dde4c6a445 Update mikutter to 0.0.3.7.
Changes:
New features
* Support to preview images for Twitter official image upload service.
* If extracted short URL is gotten with Twitter API, use it.
Fixes
* fixes link string position gap on timeline.
* some memory leaks.
2011-06-05 08:57:47 +00:00
obache
70fc9a88f8 Update mikutter to 0.0.3.6.
after 0.0.3.5, included escape.rb is required
(crash with one from ruby-escape package, so it must be removed).

0.0.3.6
* fix: Unshown right click menu on timeline with ruby-1.8.
* fix: Always crash to assign new short cut keys with ruby-1.8
* fix: Segmentation fault at update of MiraclePainter with ruby-1.8.
* fix: Crash of string selection with ruby-1.8.
* fix: bug of shown muted users on timeline.
* fixes retweet and un-retweet mikutter command.
* add mikutter comand for cancel fav.
* new feature: search selection with Google.
* include some using files of ruby-hmac-0.4.0.
* and other misc fixes.

0.0.3.5
* Changes TL rendering method
  * speeding up
    * work in progress for some features
  * renovation of short cut key settings
    * allow to assign a shortcut key to all functions with right-click menu.
2011-05-29 06:54:59 +00:00
obache
08042b32e5 Update mikutter to 0.0.3.4.
* fixes PIAPRO image preview plugin
  * catch up to spec changes of PIAPRO
* reduce excessively usage of API
2011-05-16 03:05:04 +00:00
obache
146c3dfd95 Update mikutter to 0.0.3.3.
* Add HTTP proxy support.
* Support notify with Growl.
* Support sound with SDL.
* Fix to get tweet from keyed account.
* Some bug fixes and performance improvements.
2011-05-07 13:57:35 +00:00
obache
5c84174c6e Update mikutter to 0.0.3.2.
* not to notify action from mute users.
* fix to locd JSON library correctly.
* deprecate SQLite plugin.
* support new Twitter search API.
* add settings not to move to ttweet Fav or RT by myself to top.
* fixes crash with old RubyGTK on ubuntu 11.04.
2011-04-30 13:26:14 +00:00
obache
02e3eff96c Update mikutter to 0.0.3.1.
0.0.3.1
* crash bug report fix
* bit.ly API v3 support.
* delayed write SQLite data and saving connections.

0.0.3.0
* new unstable release (same as 0.0.2.13)
2011-04-25 13:05:31 +00:00
obache
0d296afc2f Import mikutter-0.0.2.12 as net/mikutter.
For all mikker and ill of twitter users best twitter client.
Miku is so moe, so cute, so beautiful, fantastic, excellent,
magnificent, brilliant and my wife. moeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
2011-04-05 11:47:16 +00:00