Releases: lolcommits/lolcommits
Releases · lolcommits/lolcommits
v0.18.0
- Only include relevant files in gemspec
- Rubocop as dev dependency only, move to a group for faster CI builds
- Add .rubocop.yml in gemspec, allow inheritance use from plugins
- Fix gif path when generating timelapses
- Use MiniMagick#convert to avoid another Imagemagick warning
Full Changelog: v0.17.3...v0.18.0
v0.17.3
- Truncate CHANGELOG
- Update Github CI workflows
- Bump Ruby in CI
- Refresh rubocop rules with omakase Rails rules (minus the Rails stuff)
- Appease all rubocop rules
- Update README
- Remove unused files
- Use bundler for gem pushing (not GH)
- Remove frozen_string_literal: true magic comment
- Use MiniMagick instead of shell cmd for animated gifs
v0.17.2
- Change plugin testing helper to use /tmp for test repo path
0.17.1
- Use latest lolcommits-loltext gem
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
- Update minimum Ruby to 3.1 by @SalvatoreT in #433
- Ditch Travis, switch to GitHub actions for CI
- Use GitHub actions for trusted gem publishing
- Bump all gem dependencies
- Add runtime gems (logger, ostruct, base64) to prep for Ruby 3.5+
- Drop code coverage tooling
- Swap pry for debug gem
New Contributors
- @SalvatoreT made their first contribution in #433
Full Changelog: v0.16.5...v0.17.0
v0.16.5
- Use Git 1.19.1 #430
- Fix undefined method
rm_f
forFile:Class
(@khramtsoff #432)
v0.10.0
- Plugin configuration changes (@matthutchinson #365)
--plugins
now shows if plugin is enabled or notdefault_options
now available, nested hash with default values- if
valid_configuration?
fails, warning message shows prompt_autocomplete_hash
helper method added
- Better plugin config flow (@matthutchinson #363)
v0.9.8
- Extract protonet to gem (@matthutchinson #361)
- Extract flowdock to gem (@matthutchinson #360)
- Extract yammer to gem (@matthutchinson #359)
- Extract hipchat to gem (@matthutchinson #358)
- Extract tumblr to gem (@matthutchinson #357)
- Extract term_output to gem (@matthutchinson #356)
- Add Ruby 2.4.2 to Travis config (@matthutchinson)
v0.9.7
- Extract dotcom to gem (@matthutchinson #355)
- Extract uploldz to gem (@matthutchinson #354)
- Extract lolsrv to gem (@matthutchinson #353)
v0.9.6
- Clean legacy plugin methods (@matthutchinson #348)
- Extract Slack Plugin to gem (@matthutchinson #349)
- Fix Windows install hook (@matthutchinson)
- Animated capturing for Windows via ffmpeg (@freehugs #351)
- Pin
public_suffix
gem version (@matthutchinson #352)