2020-07-04 08:53:51 by Izumi Tsutsui | Files touched by this commit (3) | |
Log message:
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)
|
2020-05-21 18:04:24 by Takahiro Kambe | Files touched by this commit (25) |
Log message:
Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24.
|
2020-05-04 22:54:27 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
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
|
2020-03-20 01:58:00 by Joerg Sonnenberger | Files touched by this commit (8) |
Log message:
ruby-gettext doesn't support Ruby 2.4.
|
2020-02-21 03:53:19 by Izumi Tsutsui | Files touched by this commit (7) | |
Log message:
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
|
2019-12-15 16:38:59 by Takahiro Kambe | Files touched by this commit (12) |
Log message:
Bump PKGREVISION by change of default Ruby version
Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x.
These packages are depends on Ruby in some ways.
|
2019-11-30 10:20:57 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
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
|
2019-11-16 04:00:57 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
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
|
2019-11-03 12:45:59 by Roland Illig | Files touched by this commit (255) |
Log message:
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-10-06 13:19:15 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
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
|