The NetBSD Project

CVS log for pkgsrc/net/mikutter/DESCR

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / mikutter

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 21 02:53:19 2020 UTC (4 years, 1 month ago) by tsutsui
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

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

Revision 1.3 / (download) - annotate - [select for diffs], Wed May 15 11:24:14 2013 UTC (10 years, 11 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

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

Revision 1.2 / (download) - annotate - [select for diffs], Fri Mar 22 12:17:34 2013 UTC (11 years, 1 month ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Changes since 1.1: +1 -3 lines
Diff to previous 1.1 (colored)

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

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Apr 5 11:47:16 2011 UTC (13 years ago) by obache
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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

Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 5 11:47:16 2011 UTC (13 years ago) by obache
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>