Up to [cvs.NetBSD.org] / pkgsrc / net / mikutter
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
mikutter: update to 5.0.7. Upstream changes: https://mikutter.hatenablog.com/entry/2024/03/23/170859 * fix a crash bug of 5.0.6
mikutter: update to 5.0.6. Upstream changes: https://mikutter.hatenablog.com/entry/2024/03/16/150527 mikutter 5.0.6 * lint by rubocop against newer sources and reorganize sources * remove twitter_api_keys plugin * thanks Izumi Tsutsui * use gtk3 4.2.1 * thanks Izumi Tsutsui * thumbnails of niconico-video were not shown * thanks Izumi Tsutsui * remove unused oauth gem from Gemfile * thanks Izumi Tsutsui
mikutter: pull a patch to implement blowfish deprecated by OpenSSL 3.0. Bump PKGREVISION.
mikutter: update to 5.0.5. pkgsrc changes: * update MESSAGE (mikutter-plugins-twitter will soon to be removed due to API EOL) Upstream changes: https://mikutter.hatenablog.com/entry/2023/08/06/004104 mikutter 5.0.5 * use gtk3 4.1.7 * thanks Izumi Tsutsui * update icon for social.mikutter.hachune.net * thanks Izumi Tsutsui * fix non-working function to delay retry period on reconnecting to mastodon streaming APIs * thanks ahiru
mikutter: pull upstream usability fixes. - update icon for social.mikutter.hachune.net (#1590) - fix non-working function to delay retry period on reconnecting to mastodon streaming APIs (#1591) Bump PKGREVISION.
mikutter: update to 5.0.4 Upstream changes: mikutter 5.0.4 https://mikutter.hatenablog.com/entry/2022/01/30/092542 * crash on ruby 2.7.5 due to lack of YAML.safe_load_file on changes to handle YAML.load behavior changes of ruby 3.1 mikutter 5.0.3 https://mikutter.hatenablog.com/entry/2022/01/16/151907 * explicitly specify gettext version 3.4.1 otherwise en messages are used even on ja environments * crash on the extract tab if "client application name used on the post" is specified as "includes" in the criteria * [miku] crash on macro-expand-all if expaneded results are macro calls * Ruby 3.1 support: add prime to dependency of uitranslator
mikutter: update to 5.0.2. pkgsrc changes: * make ${PREFIX}/share/mikutter/vendor/plugin as a pkgsrc specific plugin directory using PLUGIN_PATH env Upstream changes: mikutter 5.0.2 https://mikutter.hatenablog.com/entry/2022/01/08/194013 * [mastodon_sse_streaming] crash on disconnect mikutter 5.0.1 https://mikutter.hatenablog.com/entry/2022/01/01/002306 * happy new year * [mastodon] change initial data sources properly * [mastodon_sse_streaming] execute startup and closing connections per a number of handlers * [mastodon_sse_streaming] support streaming receiving of mentions * [mastodon_sse_streaming] refactoring and fix SSE parse bugs * stop using overlay vertical scrollbars on settings window * thanks Izumi Tsutsui * [mastodon] add data source of mentions and poll it by REST API * mastodon: fetch latest replies on startup * thanks Yuto Tokunaga * revive lost Ttimeline#postbox_delegation_generator * thanks Shibafu Midorino mikutter 5.0.0 https://mikutter.hatenablog.com/entry/mikutter5_0 * Gtk3 * Incompatiple changes * gtk3 plugin is provided and won't be compatible with gtk plugins * Diva::Model by diva 2.0 * show remaining characters on mastodon postbox * support Ruby 2.7 and later mikutter 4.1.8 https://mikutter.hatenablog.com/entry/2021/12/21/232815 * crash by right click on settings of list * duplicated settings for background color of "share with comment" * thanks Izumi Tsutsui * skin icons are not rendered properly on settings
net: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts...): net/radsecproxy/distinfo The following distfiles could not be fetched (fetched conditionally?): ./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz ./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch ./net/djbdns/distinfo djbdns-1.05-test28.diff.xz ./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch ./net/djbdns/distinfo djbdns-1.05-multiip.diff ./net/djbdns/distinfo djbdns-cachestats.patch
net: Remove SHA1 hashes for distfiles
mikutter: update to 4.1.7. Upstream changes: mikutter 4.1.7 https://mikutter.hatenablog.com/entry/2021/10/02/114317 * make modules that use httpclient explicitly refer system's root CA
mikutter: update to 4.1.6. Upstream changes mikutter 4.1.6 https://mikutter.hatenablog.com/entry/2021/09/13/215700 * ggrks (search by Google) used URI.escape removed on Ruby 3.0.0 * thanks Akira Ouchi
mikutter: update to 4.1.5. Upstream changes: mikutter 4.1.5 https://mikutter.hatenablog.com/entry/2021/05/02/012736 * fix possible crash and code injection in conditions of extract tabs
mikutter: update to 4.1.4. Upstream changes: mikutter 4.1.4 https://mikutter.hatenablog.com/entry/2021/01/09/132821 * crash on Ruby 3.0.0 in some case
mikutter: update to 4.1.3. Upstream changes: mikutter 4.1.3 https://mikutter.hatenablog.com/entry/2021/01/01/115923 * happy new year * Ruby 3.0 support * plugin dependency graph: show broken dependencies in red
mikutter: update to 4.1.2. Upstream changes: mikutter 4.1.2 https://mikutter.hatenablog.com/entry/2020/10/03/140927 * excessive workload on redrawring MiraclePainter using a large set of Photo Model as drawing objects * fix versions of dependent libraries
mikutter: update to 4.1.1. Upstream changes: mikutter 4.1.1 https://mikutter.hatenablog.com/entry/2020/09/19/232625 * improve image preview for Pixiv as mastodon does * thanks Izumi Tsutsui * image cache was not updated when image cache was hit on calling Gtk::WebIcon#load_model * [mastodon] fix image URL matcher * modelviewer: fix bug that caused crash * thanks Yuto Tokunaga New features of mikutter 4.1 https://mikutter.hatenablog.com/entry/2020/06/23/233809 * New features * Reactive API * Added methods 1. Stream 2. Generate 3. collect 4. collection * Improvements * Extract tab * subscribe data sources by plugin * copying subscriber * Toots are retrieved only when data sources are subcribed * Form DSL * listview widget * keybind widget * Intent * improved list and dialog * All methods of Mtk module have been obsolete * Delayed execution * Image cache management has been changed * memory cache * file cache * All other things forgotten to be written
mikutter: update to 4.0.6. Upstream changes: mikutter 4.0.6 * bundle pulseaudio plugin * thanks to Shibafu Midorino * backport a minor improvement from 4.1.0 (fix compatibility issue with pluggaloid 1.3.0 and later)
mikutter: update to 4.0.5. pkgsrc changes: * adjust distfile rename and reorganization (upstream ticket #1422) Upstream changes: mikutter 4.0.5 * gettext 3.3.5 * remove a notice in the request log * thanks Ahiru Iegamo
miutter: update to 4.0.4. pkgsrc changes: * update DESCR and MESSAGE to reflect twitter plugin removal etc. * sort DEPENDS by package (i.e. gem) names without categories for maintainability * adjust EXTRACT_DIR per upstream tarball changes (probably this will soon be changed again on upstream) * set DISABLE_BUNDLER_SETUP=1 to disable bundler's auto download on startup Upstream changes: mikutter 4.0.4 * crash on adding Mastdon accounts * thanks Ahiru Iegamo * error on Mastodon User Profile tab * thanks Ahiru Iegamo * delayer 1.0.2 mikutter 4.0.3 * support Ruby 2.7 changes * clear image loading window by bg color after loading images and before drawing Pixbuf * thanks Shibafu Midorino mikutter 4.0.2 * support thumbnails of YouTube and Niconico-video * thanks Shibafu Midorino * appimage: fix crash/freeze * thanks Yuto Tokunaga * adjust selected region including custom emoji cases on strings copy * thanks Shibafu Midorino * remove irb from Gemfile mikutter 4.0.1 * happy new year * fix appimage * thanks hinaloe k * remove unnecessary code executed per MiraclePainter updates * thanks Shibafu Midorino mikutter 4.0 Major version up after five and half years after prevous update, for 10 years aniversary of mikutter, with some incompatible changes. * make Twitter plugins third party plugins * Twitter plugins are no longer included * users can still use Twitter on mikutter by installing Twitter plugins https://github.com/mikutter/twitter_bootstrap * remove Service module * Abstraction by Service was not sufficient and it has been replaced by World plugin * deprecate boot events * initialization should be implemented in plugin context or Delayer.new {...} should be used if it need to be executed after load is conplete * remove miquire * miquire was introduce to avoid (no-longer-recallable) problems on ruby 1.8 and to switch loaded files by command line options, but both of them no longer exist * use own implementation to handle event loop * mikutter used Gtk mailloop and Delayer queue but it caused FiberError exceptions and the FiberError was hard to fix per specification * make it possible to change, preserve and restore order of general Model viewer tabs * orders of tabs in Mastdon user prifile tabs are recoreded and preserved on the next open even on other similar tabs * support Ruby 2.5 and later (drop support for 2.4) * ruby 2.4 will be EOLed on end of March 2020 https://www.ruby-lang.org/ja/news/2019/10/02/ruby-2-4-9-released/ * drop bundling gems in release tar ball * nowadays bundler is common enough and plugins with Gemfile made things more complicated * all other things forgotten to be written * all things I missed
mikutter: update to 3.9.8. Upstream changes: mikutter 3.9.8 * [mastodon] Add Y-zu-don to Mastodon server choice on adding world * World Shifter icon was not shown in some case
mikutter: update to 3.9.7. Upstream changes: mikutter 3.9.7 * gtk2 3.3.8 * add support extracting an image in URL of Yodobashi-dot-com shopping pages
mikutter: update to 3.9.6. Upstream changes: mikutter 3.9.6 * [appimage] update ruby to 2.6.5 * [appimage] update jemalloc to 5.2.1 * change notation of credits in "about mikutter" in the settings * change author's names to Mastodon accts registered at Redmine * add yuntan_t to the authors * support a new illustration URL format of pixiv * thanks Akira Ouchi * extract tabs cannot be removed * thanks Shibafu Midorino * crash when scale value is not returned properly * thanks ahiru ahiru * several files opened read mode were overwriten by FileUtils.mv on migrating from 3.6 and prior * this might be problematic on Windows environment and will no longer appear as an actual problem, but anyway fixed. * show search tab if at least one search spell is defined * thanks Akira Ouchi * turns out this merge was missed for a year
mikutter: update to 3.9.5. pkgsrc changes: Use ruby-twitter-text-simpleidn gem as upstream, to avoild libidn dependencies. Upstream changes: mikutter 3.9.5 * fix a problem the Appimage version cannot invoke an external browser etc. * make shibafu528 commiter * fix a problem Mastodon Toots cannot be deleted * thanks Shibafu Midorino * remove dependency on libidn11 * thanks Shibafu Midorino
mikutter: update to 3.9.4. Upstream changes: mikutter 3.9.4 * remove unnecessary debug outputs * crash on opening an edit window of extract conditions when some extract conditions don't exist * gtk2 3.3.7 * incorrect text range on copying selected region of tweet with URL * refer to description on extracting texts * thanks Shibafu Midorino
mikutter: update to 3.9.3. Upstream changes: mikutter 3.9.3 * avoid use of deperecated NUL separated strings for patterns passed to Dir.glob * discard widgets when setting window is switched * make it possible to define event listeners and filters in Setting DSL for this change
mikutter: update to 3.9.2. Upstream changes: mikutter 3.9.2 * possible crash on Mastodon custom posting * compatibility issue of receive_user_screen_names * thanks Shibafu Midorino * possible crash on adding accounts * thanks ahiru
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
mikutter: update to 3.9.0. Upstream changes (including 3.9.0-alpha ones): 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 * and more..
mikutter: update to 3.9.0-alpha3. Upstream changes: * crash on click for adding shortcut keys * start distribution using AppImage format (thanks: yuntan_t)
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
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
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
mikutter: update to 3.8.7. Upstream changelog: mikutter 3.8.7 * a dead link in a message when Twitter authentication failed * check quoted_status_permalink for quoted RT on Filterstream * thanks Izumi Tsutsui * [twitter] deal with the promised day * Gtk2 3.3.2 * thanks Akira Ouchi * [libnotify] notification was not shown when Diva::Model is received
mikutter: update to 3.8.6. Upstream changes: mikutter 3.8.6 * backport yield_self for Ruby 2.4 and prior * possible crash on too fast reply as @seibe * extract pixiv images from OGP * thanks Shibafu Midorino
mikutter: fix build (a missed patch in previous).
mikutter: update to 3.8.5. Upstream changes: mikutter 3.8.5 * update URLs of mikutter Web * [photo-support] reddit * thanks cob odo * possible crash on receiving notifications * thanks ncaq net * happy new year * use oEmbed API to get Gyazo images * thanks Shibuya Rin
mikutter: update to 3.8.4. Upstream changes: mikutter 3.8.4 * gtk2 3.3.0 * photo_support: support for Amazon product images * thanks cob odo
mikutter: update to 3.8.3. Upstream changes: mikutter 3.8.3 * fix use of an unintended function that should have been removed but accidentally released in the Diva gem * insufficient file dependencies * thanks @ahiru3net * remove dependencies on Photo plugin from the twitter, gui, and skin plugins * add missed dependencies in the intent plugin * thanks @ahiru3net
mikutter: update to 3.8.2. Upstream changes: mikutter 3.8.2 * support Github image view * thanks cob odo * make display_requirements plugin depend on twitter * thanks cob odo * fix typo * thanks cob odo * explicitly miquire TypedArray used by activity settings * thanks cob odo * resolve deprecated font properties in console plugin * thanks Akira Ouchi Thanks for all visitors to OSC Tokyo!
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
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
mikutter: update to 3.7.4. Upstream changes: mikutter 3.7.4 * change to get thumnails of gyazo via Twitter Card * thanks cob odo * support quoted_tweet by perma_link for tweets with mobile.twitter.com * thanks cob odo * use fileselect to choose a browser * thanks cob odo * twitter: change character count method to using weighted length * Tweeting Made Easier https://blog.twitter.com/official/en_us/topics/product/2017/tweetingmadeeasier.html * appease tons of Gdk-CRITICAL error messages * thanks ncaq net * misc improvements of photo_support plugin * unify code to get images via og:image for OpenGraphProtocol (OGP) * also unify code to get images via OGP and via Twitter Card * support specification updates of Twitter Card * could not get Fotolog images * support marshmallow https://marshmallow-qa.com/ as an image hosting service * support peing https://peing.net/ja as an image hosting service * thanks cob odo
mikutter: update to 3.7.3. Upstream changes: mikutter 3.7.3 * crashed on start up when the twitter plugin was removed * thanks cob odo * reduce cpu load of drawing timeline when higher calculation load of score * World: could not switch accounts in some cases * hight of buttons was changed per hight of the listview * thanks Yuto Tokunaga * make a background color of tab icons transparent * thanks Yuto Tokunaga * make a background color of thumbnail of form DSL photoselect * thanks Yuto Tokunaga * command: remove dependency of Web plugin * command: non-browser applications were suggested as the Intent for "Open in browser" command * thanks ncaq net
mikutter: pull upstream fixes.
mikutter: update to 3.7.2. pkgsrc changes: * drop json_pure dependency https://dev.mikutter.hachune.net/issues/1246 Upstream changes: mikutter 3.7.2 * add a setting to disable extracting custom emoji * handle a case that Twitter API returns non-URL strings as an entity * thanks cob odo * unify options of remain_charcount with compose spell * thanks Shibafu Midorino * stack overflow when strings which include URL are entered * thanks Shibafu Midorino * import https://github.com/cobodo/photo_support_extra * thanks cob odo * remain_charcount Spell * thanks Shibafu Midorino * not enough height of a list in the extract tab's setting window in some case * thanks Yuto Tokunaga Fixed several crash bugs.
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
mikutter: update to 3.6.7. pkgsrc changes: - use https for MASTER_SITES and HOMEPAGE - depends on a patched ruby-gnome2-gtk Upstream changes: mikutter 3.6.7 * explicitly use stable gtk2 gem 3.2.1 due to regressions of newer version * twitter: updates of timeline by REST API didn't work * modify_world didn't work * thanks Akira Ouchi
mikutter: update to 3.6.6. Upstream changes: mikutter 3.6.6 * some README contents were obsolete * tweets fetched via userstream were not in extended_mode * account registration per tutorial stalled in some case * gtk: window roll commands whose visible attribute was false was shown on the toolbar * gtk2 3.2.4 * a command to switch to a specific account didn't work
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
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)
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)
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
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
mikutter: pull upstream fix for ticket 1137 (errors on image preview). Bump PKGREVISION.
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
mikutter: update to 3.5.15. Upstream change: - use Ruby-GNOME2 3.2.0
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
mikutter: update to 3.5.13. Upstream changes: - use ruby-gtk2 3.1.9 (thanks @Phenomer) - activity plugin crash problem - MIKUTTER_CONFROOT environment for Gemfile was dealt differently from mikutter itself
mikutter: update to 3.5.12. Upstream changes: - support an error response when the account is locked (thanks @sushi514) - add an environment variable MIKUTTER_CONFROOT - sweep legacy code
Update mikutter to 3.5.11. Upstream changes: - crash on startup if develop version (3.6) is never used
Update mikutter to 3.5.10. pkgsrc changes: - add a patch for workaround for upstream Redmine ticket #1064 - update dependencies per upstream Gemfile Upstream changes: - error messages about ja_KS locale on startup - restrict version of Deferred to avoid issue on the latest one - fix typo - new functions for UserConfig - trigger 'userconfig_modify' events when UserConfig values are updated - abandon use of UserConfig.connect to avoid memory leak on some error paths - crash in some case if actual timeline is not created - specify gtk2 3.1.8
Update mikutter to 3.5.9. pkgsrc changes: - update dependencies per upstream Gemfile Upstream changes: - update twitter-text - support the latest memoist - fix crash with ruby-gnome2 3.1.1 or prior on opening profile tab - wrong titles in Twitter Search Model and Web model
Update mikutter to 3.5.8. pkgsrc changes: - pull upstream fix for redmine ticket #1031 (twitpic gzipped xfer) - pull changes to use delayer-deferred 2.0.0 for redmine ticket #916 (extra follow/follower activities) and #995 (abnormal cpu load with delayer-deferred 1.1.0) Upstream changes: - ruby-gnome2 3.1.6 - subcommands that create spec files don't accept . as a pathname - free memories on loading images earlier - avoid to use deprecated Gdk::PixbufLoader
Update mikutter to 3.5.7. Upstream changes: mikutter 3.5.7 * support Ayanoniwa's icecream image (thanks @ahiru3net) * associations against (undefined) was not invoked (thanks @moguno) * custom Model :modified key which included MessageMixin was ignored (thanks @moguno)
Update mikutter to 3.5.6. Upstream changes: mikutter 3.5.6 * crash when icons for extract tabs could not be accessed (thanks ahiru3net) * remove unused code (thanks ahiru3net) * support files with .jpeg extentions in image viewer (thanks moguno) * change timing of argument evaluation on startup (thanks ahiru3net) * fix warnings (thanks ahiru3net)
Update mikutter to 3.5.5. Upstream changes: mikutter 3.5.5 * avoid posts with full-width spaces only in Postbox (thanks @ahiru3net) * user_detail_view: put auto new lines on printing Twitter start date etc.
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"
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
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
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
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
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
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
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
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
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
Update mikutter to 3.4.4. Upstream changes: * support Extended Tweet * PostBox crashed in some case * some translations were missed
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
Update mikutter to 3.4.2. Upstream changes: * update po files * zh_TW * tweet thread was opened when quoted "retweeted with comment" was clicked regardless of settings * README was too old lol * support new picture service * irasutoya * report detailed errors on failure of invoking external browser * report detailed errors during configuring fragments
Drop RUBY_PKGPREFIX from DIST_SUBDIR. Noticed by wiz@.
Set DIST_SUBDIR to work around distfile modifications, per the pkgsrc guide. Requested by wiz@.
The distfile has been updated due to cache problem.
Update mikutter to 3.4.1. Upstream changes: * support retweet myself https://twitter.com/twitter/status/742749353689780224 * ignore format like "D mikutter_bot" and stop opening profile by click * translations * zh_TW * en
Update mikutter to 3.4.0. Upstream changes (from 3.3.x, which include changes during alpha releases): * library * Pluggaloid 1.1 * "open tweet" function * profile * brush up UI * a bunch of settings for reply tweet view * a bunch of settings for quoted retweet view * fix issue that clicking video links just showed thumbnail image * drop Ruby 2.0 support and requires 2.1 or later * Cairo::SubPartsMessageBase * "tweet in tweet view" function used for reply and quoted tweets, which can be used third party plugins * graph of plugin dependency now can be used by mikutter sources * plugin dependency now can be put into dot file
Update mikutter to 3.4.0-alpha3. Upstream changes: #mikutter 3.4.0-alpha3 * allow selecting events on clicks of reply and tweet with comments * wrong tweet region size of reply and tweet with comments in some case #mikutter 3.4.0-alpha2 * change place of custom rake task * update po translation files #mikutter 3.4.0-alpha1 See "new functions of mikutter 3.4" for details. http://mikutter.blogspot.jp/2016/04/mikutter-34.html * tweet tab * new in-reply-to format * open video URL using browser * drop Ruby 2.0 support * plugin dependency map * "about" window supports alpha releases
Update mikutter to 3.3.10. Upstream changes: * preview of Piapro images didn't work
Update mikutter to 3.3.9. Upstream changes: * crashes in some case around posting tweets
Update mikutter to 3.3.8. Upstream changes: * cannot preview instagram pictures * twitter authentication on the first startup didn't work with some library version Remarks: OAuth::RequestToken#build_authorize_url is broken in the latest oauth gem 0.5.0: https://github.com/oauth-xx/oauth-ruby/pull/108
Update mikutter to 3.3.7. Upstream changes: * postbox was not dismissed after post in some case * line breaks were not drawn during selecting tweet characters by mouse drag
Update mikutter to 3.3.6. Upstream changes: * post by shotcut keys didn't work on certain conditions * selected characters of tweet by mouse drag were not shown correctly in some case
Update mikutter to 3.3.5. Upstream changes: * update lang files (en, zh_TW) * reweeting retweeted tweet didn't work in some case * gyazo preview didn't work
Update mikutter to 3.3.4. Also take maintainership. Upstream changes: * fill untranslated ja_KanSai locales * avoid methods deprecated by Ruby 2.3
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
Update mikutter to 3.2.12. (leaf package update) * mikutter's faked appearance crashed
Update mikutter to 3.2.11. (leaf package update) * no response on clicking mouse over icons on some environments * fix a spello method
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)
Add SHA512 digests for distfiles for net category Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Update to mikutter 3.2.9. * Fix preview of Instagram images * Allow uppercase extensions on preview of image URLs * Fix error on fetching private or protected users' lists when multiple accounts are registered and selected account doesn't have privileges to access the private lists * Reduce Twitter API requests to get lists
Update to mikutter 3.2.8. (leaf package minor update) * Adapt to Ruby-GNOME2 3.0.3 * Empty condition of the extract tabs does not match all conditions in some case
Update to mikutter 3.2.7. * Make both Symbl and String acceptable as activity * UserStream received all events for other accounts on multiple account setting * Activity plugin misrecognized notification as already received in some case
Update mikutter to 3.2.6. * Fix warnings by Enumerator.new calls without blocking * Avoid excessive tooltip creations
Update mikutter to 3.2.5. * user profile tab was not properly restored on startup * user object cache for user's account was not updated * occasional crash when list is added
Update mikutter to 3.2.4. * fix missed i18n in extract tab plugin * stop generationg .mo files on every startup * update LANG po files
Update mikutter to 3.2.3. * fix crash on opening certain URLs * fix crash during G/C on some environment * support a new image service * adopt ruby-gtk2 2.2.5
Update mikutter to 3.2.2. * fixes crash with missing source for extraction tab. * fixes always UTC timezone with Ruby2.2.
Update mikutter to 3.2.1. * fixes crash with editing extraction tab. * Happy New Year!
Update mikutter to 3.2.0. * Change internal processing for image display. * Add function to add condition for extraction tab. * Skin (experimental). * Change icon
Update mikutter to 3.1.1. * fixes --plugin option to work correctly. * fixes crash in activity setting with change ever untouched check box. * document fixes.
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
Update mikutter to 3.0.9. * small bug fixes
Update mikutter to 3.0.8. 3.0.8 * Fixes Twitpci preview * Fixes issue display Error icon instead of tab name with missing icon setting for the extract tab. * Insane mikutter on Android 3.0.7 * Add workaround for Twitpic end. * Add d250g2.com support * Fixes API bug * Update translations.
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.
Update mikutter to 3.0.5. bug fixes.
Update mikutter to 3.0.4. * always use primary account to send reply * update translations
Update mikutter to 3.0.3. * FIX: at getting tab order, unwanted non-existet tab may be created. * FIX: properly handle mentions to multiple accounts. * CHANGE: colorize rule of metions for tweets with multi accounts. *
Update mikutter to 3.0.2. * trivial bug fixes.
Update mikutter to 3.0.1. * Fixes account authentication related issues. * Change match empty extract condition to match all tweets.
Update mikutter to 3.0.0, final 3.0 unstable release.
Update mikutter to 3.0.0alpha5. * Update translations. * Replace default icon with 3.0 one. * Optimize cache for internal tweet user list data.
Update mikutter to 3.0.0alpha4. * Fixes character count update with special input, e.g. paste. * Catch up to Twitpic spec change. * Add support "saved search" to muti account. * Refrect add/remove of "saved search" with other twitter client. * Change cache structure for multi account. * Fixes display of profile tab.
Update mikutter to 3.0.0alpha3. New features in 3.0 * multilingual support * multi accounts * improve extract tab
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
Pullup ticket #4297 - requested by obache net/mikutter: bug fix update Revisions pulled up: - net/mikutter/Makefile 1.75 - net/mikutter/distinfo 1.67 --- Module Name: pkgsrc Committed By: obache Date: Tue Jan 14 08:25:17 UTC 2014 Modified Files: pkgsrc/net/mikutter: Makefile distinfo Log Message: Update mikutter to 0.2.2.1476. * fixes crash with Ruby/Gtk2 2.0.3 and later. * follow up Twitter specification change, use SSL for REST API request.
Update mikutter to 0.2.2.1476. * fixes crash with Ruby/Gtk2 2.0.3 and later. * follow up Twitter specification change, use SSL for REST API request.
Update mikutter to 0.2.2.1430. * fix: lack of some or all tweets and notification with UserStream * fix: long delay receiving tweets with UserStream
Update mikutter to 0.2.2.1410. * Image preview * catch up Tumblr spec chane * Fixes 100% CPU when network is disconnected. * Fixes display past tweets in threads. * Fixes rare crash handling list.
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.
Update mikutter to 0.2.2.1328. (drop dependency on libnotify, optional and alternative selectable). bug fixes.
Update mikutter to 0.2.2.1318. bug fixes.
Update mikutter to 0.2.2.1297. bug fixes
Update mikutter to 0.2.2.1264. bug fixes.
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
Update mikutter to mikutter.0.2.1.1142. * fixes crash when recieve unknown entity format. * openimg: update support of yfrog and instagram. * extract: backport from 0.2.2, fixes crash. * directmessage: fix to be fired when DM to myself.
Update leaf package mikutter to 0.2.1.1141. fixes following issues * fail to startup or break configureation file with 3rd party plugins, especially on Ruby 2.0.0. * sometimes crash on Ruby 1.9.3.
Update mikuter to 0.2.1.1137. (and update description, comments) * Ruby 2.0 support * fix to display tweet when adding data source related plugins * rare crash at drawing TL
Update mikutter to 0.2.1.1132. * fixes some Activity related issues * fixes image preview issue with Ruby1.9.3.p392 and later * support image upload service `pikubo' * measures agains delay
Update mikutter to 0.2.1.1130. * fixes crash at getting access token * support Twitter API 1.1 of Streaming API
Update mikutter to 0.2.1.1127. * reduce memory usage with Ruby Gtk2 1.2.1 and later. * fix image preview from some sites.
Update mikutter to 0.2.1.1125. * fix rare crash with opening user profile * fix rare crash at startup * fix rare crash when timeline context menu is opened
Update mikutter to 0.2.1.1119, 0.2.1 official release.
Update mikutter to 0.2.1.1117, aka pre2.
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.
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
Pullup ticket #3989 - requested by obache net/mikutter: compatiblity fix update Revisions pulled up: - net/mikutter/Makefile 1.53-1.54 - net/mikutter/distinfo 1.47 --- Module Name: pkgsrc Committed By: asau Date: Tue Oct 23 17:19:22 UTC 2012 Modified Files: pkgsrc/net/mikutter: Makefile Log Message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. --- Module Name: pkgsrc Committed By: obache Date: Fri Dec 14 11:57:44 UTC 2012 Modified Files: pkgsrc/net/mikutter: Makefile distinfo Log Message: Update mikutter to 0.1.1.1063. fixes first startup issue from Twitter changes to the specification.
Update mikutter to 0.1.1.1063. fixes first startup issue from Twitter changes to the specification.
Update mikutter to 0.1.1.863. * catch up specification changes of Twitpic and instagram * fixes startup failure with symblic link to mikutter.rb.
Update mikutter to 0.1.1.814. bug fixes.
Update mikutter to 0.1.1.810. * Add support of image preview from some web services. * Fix image preview from gyazo * Fix rare `retweet error' shown at close profile tab. * Fix issue that debug mode cannot be enabled on certain processing in debug mode.
Update mikutter to 0.1.1.799. bug fixes.
Update mikutter to 0.1.1.790, first 0.1.1 unstable release. some improvements and bug fixes.
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.
Update mikutter to 0.1.0.772. (switched to use system oauth module again). bug fixes.
Update mikutter to 0.1.0.749. bug fixes
* included oauth is reuqired to use user stream. * no need to move escape.rb, include one will be picked up. Bump PKGREVISION.
Update mikutter to 0.1.0.723. bug fixes.
Update mikutter to 0.1.0.710. * bug fixes. * add an icon for DM tab.
Update mikutter to 0.1.0.697, switch to new unstable release.
Update mikutter to 0.0.4.690. fixes preview of Twitpic.
Update mikutter to 0.0.4.658. * Support specification changes of Twitpic to be able to open images.
Update mikutter to 0.0.4.642. * change behavior for the case that Twitter API response code is 401.
Update mikutter 0.0.4.638. remediation of memory leaks.
Update mikutter to 0.0.4.622. bug fix.
Update mikutter to 0.0.4.609. * fix: crash when URL open failure with browser
Update mikutter to 0.0.4.603. bug fixes
Update mikutter to 0.0.4.592. bug fixes.
Update to mikutter to 0.0.4.571. switch to new unstable branch.
Update mikutter to 0.0.3.556. * Omit lindices to avoid mismatch between Twitter's tweet escape and indices of Entity. * Fixes URL for opening user's profile page.
Update mikutter to 0.0.3.549. * Improve README. * Compliant with URL display of Twitter Web, unescape and display escaped Japanese URL.
Update mikutter to 0.0.3.540 * fixes to startup on Ubuntu 11.10.
Update mikutter to 0.0.3.533. * fixes Syntax Error with footer settings. * fixes crash with broken UI icon.
Update mikutter to 0.0.3.522. * fix: icon caches will not be removed. * fix: rare Segmentation Fault at refreshing TL.
Update mikutter to 0.0.3.514. * Fixes redundant retry setting times, if mis-POST At reached to API limitation. * At unstable Twitter RESET API, large number of new tweet notifications are sometimes happened.
Update mikutter to 0.0.3.485. * Image Preview: fix open failer with multi-line HTML tag. * Image Preview: enable to force extracting short URL. * With Ruby 1.8.7: fix crash at right-click on tweets contains URL. * With Ruby 1.8.7: fix rare crash at connection timeout. * fix rare crash at extracting bit.ly URL. * improve URL extracting speed.
Update mikutter to 0.0.3.472. Fixes * With Ruby 1.8.7, crash with right click at tweet contains URL. * on scroll timeline top to down, accidently auto scroll-up once. * Not mute for various notify. * rare crash at refresh timeline. * user information may be old one. * rare crash at timeout.
Update mikutter to 0.0.3.460. Added * resolve short URL recursively.
Update mikutter to 0.0.3.456. * Added * speed up MIKU Lang * add `open URL' mikutter command * Fixed * fail to start with no full color environment * with UserStream, follow notification will be risen twice per one person * not work configuration `up FAVed tweet on TL' * crash if removed a tweet from TL in getting in_reply_to_status of the tweet.
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.
Update mikutter to 0.0.3.13. Added * none Fixed * after paste to empty string with context menu, post button is not enabled.
Update mikutter to 0.0.3.12. Changes: added * none fixed * On icons of voter, screen_name is not shown in tip help. And user profile is not shown on click. * Wheel scroll does not work on follow/follower list. * at fire /statuses/update, with include_entities=1, so that own tweet with entity. * correct index with counting escaped string in an appropriate manner (wip) * crash when retweet at the tweet is removed from TL.
Update mikutter to 0.0.3.11. Changes: added * none fixes * rare crash at startup * all process invoked by mikutter will be zombie * crash with replying to deleted tweets * rare crash at deleting own tweets
Update mikutter to 0.0.3.10. Added * resume last retrieved follow/follower at startup. Fixes * only get last 200 follow/follower. * crash when leaving a tweet selected. * crash if failed to extract URL. * rare crash at startup.
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.
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.
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.
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.
Update mikutter to 0.0.3.4. * fixes PIAPRO image preview plugin * catch up to spec changes of PIAPRO * reduce excessively usage of API
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.
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.
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)
Update mikutter to 0.0.2.13 * support ruby-1.9.2 * support notification of retweeted tweet.
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
Initial revision