lolcommits 0.17.2 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +309 -9
  3. data/README.md +14 -26
  4. data/bin/lolcommits +2 -12
  5. data/lib/core_ext/mercurial-ruby/changed_file.rb +1 -3
  6. data/lib/core_ext/mercurial-ruby/command.rb +2 -4
  7. data/lib/core_ext/mercurial-ruby/config_file.rb +0 -2
  8. data/lib/core_ext/mercurial-ruby/repository.rb +0 -2
  9. data/lib/core_ext/mercurial-ruby/shell.rb +1 -3
  10. data/lib/lolcommits/animated_gif.rb +12 -7
  11. data/lib/lolcommits/backends/git_info.rb +6 -8
  12. data/lib/lolcommits/backends/installation_git.rb +8 -10
  13. data/lib/lolcommits/backends/installation_mercurial.rb +8 -10
  14. data/lib/lolcommits/backends/mercurial_info.rb +9 -11
  15. data/lib/lolcommits/capturer/capture_cygwin.rb +0 -2
  16. data/lib/lolcommits/capturer/capture_fake.rb +2 -4
  17. data/lib/lolcommits/capturer/capture_linux.rb +4 -6
  18. data/lib/lolcommits/capturer/capture_linux_video.rb +1 -3
  19. data/lib/lolcommits/capturer/capture_mac.rb +2 -4
  20. data/lib/lolcommits/capturer/capture_mac_video.rb +1 -3
  21. data/lib/lolcommits/capturer/capture_windows.rb +2 -4
  22. data/lib/lolcommits/capturer/capture_windows_video.rb +5 -7
  23. data/lib/lolcommits/capturer.rb +9 -12
  24. data/lib/lolcommits/cli/fatals.rb +11 -16
  25. data/lib/lolcommits/cli/launcher.rb +1 -3
  26. data/lib/lolcommits/cli/process_runner.rb +2 -4
  27. data/lib/lolcommits/cli/timelapse_gif.rb +11 -11
  28. data/lib/lolcommits/cli.rb +6 -6
  29. data/lib/lolcommits/configuration.rb +32 -36
  30. data/lib/lolcommits/gem_plugin.rb +5 -7
  31. data/lib/lolcommits/installation.rb +5 -7
  32. data/lib/lolcommits/platform.rb +14 -18
  33. data/lib/lolcommits/plugin/base.rb +4 -8
  34. data/lib/lolcommits/plugin/configuration_helper.rb +4 -6
  35. data/lib/lolcommits/plugin_manager.rb +1 -3
  36. data/lib/lolcommits/runner.rb +21 -24
  37. data/lib/lolcommits/test_helpers/fake_io.rb +0 -2
  38. data/lib/lolcommits/test_helpers/git_repo.rb +3 -5
  39. data/lib/lolcommits/vcs_info.rb +2 -4
  40. data/lib/lolcommits/version.rb +1 -3
  41. data/lib/lolcommits.rb +26 -30
  42. metadata +42 -83
  43. data/.gitattributes +0 -1
  44. data/.github/workflows/build.yml +0 -64
  45. data/.github/workflows/push_gem.yml +0 -25
  46. data/.gitignore +0 -15
  47. data/.rubocop_todo.yml +0 -97
  48. data/.travis.yml +0 -45
  49. data/CHANGELOG.md +0 -637
  50. data/CODE_OF_CONDUCT.md +0 -73
  51. data/CONTRIBUTING.md +0 -44
  52. data/Gemfile +0 -4
  53. data/PULL_REQUEST_TEMPLATE.md +0 -16
  54. data/Rakefile +0 -53
  55. data/bin/console +0 -12
  56. data/features/bugs.feature +0 -52
  57. data/features/lolcommits.feature +0 -376
  58. data/features/step_definitions/lolcommits_steps.rb +0 -238
  59. data/features/support/env.rb +0 -56
  60. data/features/support/path_helpers.rb +0 -38
  61. data/lolcommits.gemspec +0 -62
  62. data/test/assets/test_image.jpg +0 -0
  63. data/test/assets/test_video.mp4 +0 -0
  64. data/test/images/test_image.jpg +0 -0
  65. data/test/permissions_test.rb +0 -19
  66. data/test/test_helper.rb +0 -4
data/CHANGELOG.md DELETED
@@ -1,637 +0,0 @@
1
- ### ChangeLog
2
-
3
- All notable changes to this project will be documented in this file.
4
- This project adheres to [Semantic Versioning][Semver].
5
-
6
- ## [Unreleased]
7
-
8
- * Your contribution here!
9
-
10
- ## [0.17.2][] (22 Sep 2024)
11
- * Change plugin testing helper to use /tmp for test repo path
12
-
13
- ## [0.17.1][] (20 Sep 2024)
14
- * Use latest lolcommits-loltext gem
15
-
16
- ## [0.17.0][] (15 Sep 2024)
17
- * Ditch Travis, switch to GitHub actions for CI
18
- * Use GitHub actions for trusted gem publishing
19
- * Bump all gem dependencies
20
- * Add runtime gems (logger, ostruct, base64) to prep for Ruby 3.5+
21
- * Drop code coverage tooling
22
- * Swap pry for debug gem
23
- * Update minimum Ruby version to 3.1 (oldest supported version) (@SalvatoreT [#433][])
24
- * Patch `mercurial-ruby` to work with Ruby 3.2
25
- * Update `optparse-plus` gem from 1.x to 3.x
26
- * Update `mini_magick` gem from 4.x to 5.x
27
- * Update `launchy` gem from 2.x to 3.x
28
- * Update `git` gem from 1.x to 2.x
29
-
30
- ## [0.16.5][] (29 May 2024)
31
- * Use Git 1.19.1 [#430][]
32
- * Fix undefined method `rm_f` for File:Class (@khramtsoff [#432][])
33
-
34
- ## [0.16.4][] (05 Sep 2023)
35
- * Fixing for Git 1.18+, it no longer sets a `$GIT_DIR` in post-commit hooks [#417][]
36
-
37
- ## [0.16.3][] (28 Jan 2021)
38
- * Upgrade gem dependencies (for Ruby 3.0 compatibility)
39
- * Patched `mercurial-ruby` to work with Ruby 3.0 [#411][]
40
- * Fixed up the formatting of generated hooks in `.hg/hgrc` [#411][]
41
- * Fix failing RuboCops and update config
42
- * Update Travis CI rubies
43
-
44
- ## [0.16.2][] (24 Aug 2020)
45
- * Support delays w/ Linux animated GIFs (@theY4Kman [#405][])
46
- * Upgrade git gem to version 1.6.0 (@depfu [#402][])
47
- * Upgrade lolcommits-loltext to version 0.4.0 (@depfu [#401][])
48
-
49
- ## [0.16.1][] (21 Jan 2020)
50
- * Upgrade mini_magick to version 4.10.1 (@depfu [#399][])
51
- * Fix rubocop config (@Salzig [#400][])
52
-
53
- ## [0.16.0][] (21 Oct 2019)
54
- * update macOS binaries for Catalina support (@matthutchinson, @samwize [#398][])
55
-
56
- ## [0.15.1][] (6 Jun 2019)
57
- * fix device list command (@matthutchinson [#394][])
58
-
59
- ## [0.15.0][] (20 May 2019)
60
- * require at least lolcommits-loltext `>= 0.3.0` (@matthutchinson)
61
- * remove `main_image` method, plugins should use `lolcommit_path` on
62
- `runner` object (@matthutchinson)
63
-
64
- ## [0.14.2][] (19 May 2019)
65
- * minor runner improvements, `capture_image?` now public
66
- (@matthutchinson)
67
-
68
- ## [0.14.1][] (14 May 2019)
69
- * minor runner improvements, for friendly plugin testing
70
- (@matthutchinson)
71
-
72
- ## [0.14.0][] (14 May 2019)
73
- * `main_image` now deprecated, use `lolcommit_path` instead (@matthutchinson)
74
- * make actual videos to make gifs from (@ruxton [#386][])
75
- * improved tabs/spacing on git commit hook text (@matthutchinson)
76
- * add video captures `-v {seconds}` and runner overlays (@matthutchinson [#392][])
77
- * `Capturer` classes refactored and renamed (@matthutchinson)
78
- * `AnimatedGif` class takes care of gif generating (@matthutchinson)
79
-
80
- ## [0.13.1][] (29 April 2019)
81
- * Update all links and badges (in gemspec, README etc.) to lolcommits
82
- organisation (@matthutchinson)
83
- * remove gem `post_install` message (@matthutchinson)
84
- * use `lolcommits-loltext ~> 0.1.0` (@matthutchinson)
85
-
86
- ## [0.13.0][] (23 April 2019)
87
- * Require at least Ruby 2.3
88
- * Upgrade git gem dependency to 1.5.0 (@matthutchinson [#377][])
89
- * Upgrade mini_magick gem dependency to 4.9.3 (@matthutchinson [#385][])
90
- * Add History and Contributor section to README (@mroth [#385][])
91
- * add frozen_string_literal: true comment to all Ruby files
92
- * change $PATH override precedence in hooks installers
93
- * Updated COC (Contributor Covenant v1.4)
94
- * Added PR template
95
-
96
- ## [0.12.1][] (27 March 2018)
97
- * Name passed to `Plugin::Base` initializer (@matthutchinson)
98
- * Removed dead method `configured?` in `Plugin::Base`
99
- * Using `YAML.safe_load` for configuration loading
100
-
101
- ## [0.12.0][] (15 March 2018)
102
- * Use CodeClimate and simplecov for coverage reports (@matthutchinson [#367][])
103
- * Remove plugin runner order (@matthutchinson [#369][])
104
-
105
- ## [0.11.0][] (4 February 2018)
106
- * Require at least Ruby 2.1 (@matthutchinson [#366][])
107
- - drop support for Ruby 2.0
108
- - update all remaining gem dependencies (incl. Aruba, Cucumber)
109
- - remove @unstable tag from features
110
-
111
- ## [0.10.0][] (10 January 2018)
112
- * Plugin configuration changes (@matthutchinson [#365][])
113
- - `--plugins` now shows if plugin is enabled or not
114
- - `default_options` now available, nested hash with default values
115
- - if `valid_configuration?` fails, warning message shows
116
- - `prompt_autocomplete_hash` helper method added
117
- * Better plugin config flow (@matthutchinson [#363][])
118
-
119
- ## [0.9.8][] (3 December 2017)
120
- * Extract protonet to gem (@matthutchinson [#361][])
121
- * Extract flowdock to gem (@matthutchinson [#360][])
122
- * Extract yammer to gem (@matthutchinson [#359][])
123
- * Extract hipchat to gem (@matthutchinson [#358][])
124
- * Extract tumblr to gem (@matthutchinson [#357][])
125
- * Extract term_output to gem (@matthutchinson [#356][])
126
- * Add Ruby 2.4.2 to Travis config (@matthutchinson)
127
-
128
- ## [0.9.7][] (17 September 2017)
129
- * Extract dotcom to gem (@matthutchinson [#355][])
130
- * Extract uploldz to gem (@matthutchinson [#354][])
131
- * Extract lolsrv to gem (@matthutchinson [#353][])
132
-
133
- ## [0.9.6][] (28 August 2017)
134
- * Clean legacy plugin methods (@matthutchinson [#348][])
135
- * Extract Slack Plugin to gem (@matthutchinson [#349][])
136
- * Fix Windows install hook (@matthutchinson)
137
- * Animated capturing for Windows via ffmpeg (@freehugs [#351][])
138
- * Pin `public_suffix` gem version (@matthutchinson [#352][])
139
-
140
- ## [0.9.5][] (21 July 2017)
141
- * Extract Twitter Plugin / refactor Plugin::Base (@matthutchinson [#347][])
142
-
143
- ## [0.9.4][] (17 April 2017)
144
- * Add captureready plugin hook (@matthutchinson [#342][])
145
- * README changes (@mroth [#341][])
146
- * Extract tranzlate plugin to gem (@matthutchinson [#340][])
147
- * Extract loltext plugin to gem (@matthutchinson [#339][])
148
-
149
- ## [0.9.3][] (5 April 2017)
150
- * LOLCOMMITS_CAPTURE_DISABLED env var (@williamboman [#338][])
151
- * Plugin Manager and Gem plugin support (@matthutchinson [#332][])
152
- * Add North gravity for ImageMagick (@domudall [#331][])
153
- * remove Ruby 1.9 magic comments (@matthutchinson [#330][])
154
- * add links to PRs in CHANGELOG (@bfontaine [#329][])
155
-
156
- ## [0.9.2][] (3 January 2017)
157
- * Remove twitter gem, fixes Ruby 2.4 issues (@matthutchinson [#328][])
158
-
159
- ## [0.9.1][] (20 December 2016)
160
- * Remove Choice gem, use Methadone (@matthutchinson [#326][])
161
-
162
- ## [0.9.0][] (14 December 2016)
163
- * ditch ruby 1.9 support and upgrade some gems (@matthutchinson [#325][])
164
- * term_output plugin added (iTerm2 only) (@ruxton [#323][])
165
-
166
- ## [0.8.1][] (11 October 2016)
167
- * **last release supporting Ruby < 2.0**
168
- * shebang fix in installer (@matthutchinson [#317][])
169
- * FlowDock plugin (@mikecrittenden [#318][])
170
- * HipChat plugin (@Salzig [#320][])
171
- * peg gems for legacy ruby 1.9.3 (@matthutchinson [#321][])
172
-
173
- ## [0.8.0][] (13 July 2016)
174
- * New release requires Ruby 1.9.3+ minimum (@matthutchinson [#313][])
175
- * All gems upgraded to latest versions (6 held back, see lolcommits.gemspec)
176
- * See [this issue](https://github.com/lolcommits/lolcommits/issues/310) for details
177
-
178
- ## [0.7.0][] (13 July 2016)
179
- * **last release supporting Ruby < 1.9.3** (@matthutchinson [#313][])
180
-
181
- ## [0.6.7][] (8 June 2016)
182
- * Remove `console` binary from packaged gem (@samgranieri [#309][])
183
-
184
- ## [0.6.6][] (1 June 2016)
185
- * Show error/exit when --config outside a git repo (@matthutchinson [#308][])
186
- * Add more options to loltext plugin (@ruxton [#304][])
187
- * Added CODE_OF_CONDUCT.md to repo (@matthutchinson)
188
- * Added a useful `console` binary for development and debugging (@matthutchinson)
189
-
190
- ## [0.6.5][] (12 April 2016)
191
- * Add mercurial support (@tak [#301][] [#302][] [#303][])
192
-
193
- ## [0.6.4][] (15 March 2016)
194
- * Add quotes to correctly handle paths with spaces (@matthutchinson [#298][])
195
-
196
- ## [0.6.3][] (14 March 2016)
197
- * Add quotes to correctly handle paths with spaces (@pedrocunha [#296][])
198
- * Added plugin config path to output (@KrauseFx [#294][])
199
-
200
- ## [0.6.2][] (21 February 2016)
201
- * Avoid invoking ruby if in a rebase (@jhawthorn [#286][])
202
- * Slow gif problem on mac (@a06kin [#289][])
203
- * Peg RuboCop gem to 0.37.2 and fix cop issues (@matthutchinson [#292][])
204
-
205
- ## [0.6.1][] (16 September 2015)
206
- * Optional http auth header user/password in uploldz plugin (@felixroos [#283][])
207
- * Slack plugin added (@yasakbulut [#284][])
208
- * Updated rubies in Travis settings (@matthutchinson)
209
- * Fixed README badge URLS (@matthutchinson)
210
-
211
- ## [0.6.0][] (27 July 2015)
212
- * Configurable text options for loltext plugin (@matthutchinson [#282][])
213
- * Working AppVeyor configuration added (@nysthee [#280][])
214
- * Tumblr plugin (@mveytsman [#279][])
215
- * CHANGELOG (this file) now in markdown format (@matthutchinson)
216
-
217
- ## [0.5.9][] (24 April 2015)
218
- * Fix windows post commit hook path (@matthutchinson [#278][])
219
-
220
- ## [0.5.8][] (22 April 2015)
221
- * Fix Windows MiniMagick issue (@matthutchinson [#276][])
222
- * Rubocop code clean ups (@nysthee [#272][])
223
- * Fix gem issues on earlier Ruby versions ([#270][])
224
- * CLI refactoring/cleanups (@mroth [#254][] [#258][] [#266][] [#267][] [#266][])
225
- * Exit with -1 for bad CLI args (@williamboman [#263][])
226
- * Move unit tests to MiniTest (@mroth [#256][])
227
- * Add branch name to git info (@salzig [#252][])
228
- * lol_protonet plugin added (@salzig [#251][])
229
- * Allow local plugins in $LOLCOMMITS_DIR/.plugins (@salzig [#250][])
230
-
231
- ## [0.5.7][] (28 December 2014)
232
- * Uploldz plugin sends more post params (@clops [#224][] @matthutchinson [#241][])
233
- * More configurable twitter plugin (@woodrowbarlow [#207][] @matthutchinson)
234
- * Upgrade all gems that can be, 4 held back ([#244][] @matthutchinson)
235
- * Ruby 2.2.0 compatible ([#244][] @matthutchinson)
236
- * Glob /dev/video for default video device (linux only) ([#246][] @Ferada)
237
-
238
- ## [0.5.6][] (24 November 2014)
239
- * Updates and clean ups on the gemspec (@mroth [#228][])
240
- * Travis CI now includes ruby-head (@mroth [#229][])
241
- * Improved error message for ImageMagick issues [#159][] (@matthutchinson [#233][])
242
- * Fix twitter plugin config issue [#231][] (@matthutchinson [#232][])
243
- * Update mini_magick gem to 3.8.1 (@matthutchinson [#234][])
244
- * Improve README for LOLCOMMITS_DIR (@dagar [#235][])
245
- * Update README to include ffmpeg installation (@VictorBjelkholm [#236][])
246
- * Better failover when no snapshot created (@matthutchinson [#237][])
247
- * Export LANG to post-commit hook, fixes GitHub client (@matthutchinson [#240][])
248
-
249
- ## [0.5.5][] (29 September 2014)
250
- * Animated gif capture support (@theY4Kman [#226][])
251
- * Fix plugin config issues with user input (@matthutchinson [#225][] [#223][])
252
- * Fix Linux FPS timing issues (@matthutchinson [#215][])
253
- * Fix hook enable/disable issue (@matthutchinson [#206][])
254
- * Fix Git GUI issues (@matthutchinson [#196][] [#168][] [#193][] [#188][] [#159][] [#133][] [#123][] [#119][] [#104][] [#83][])
255
- * Mention Boxen script in README (@matthutchinson [#208][])
256
- * Explain global Git hooks how-to in README (@matthutchinson [#212][] [#112][])
257
- * Minor improvments to Linux Capturer (@matthutchinson)
258
-
259
- ## [0.5.4][] (13 April 2014)
260
- * Excluded vendor/bundle from rubocop cops (@matthutchinson)
261
- * Peg fivemat gem to ~> 1.2.1 (@mroth)
262
- * Fix lolsrv log file issue (@matthutchinson [#202][])
263
- * Yammer Plugin added (@mrclmvn [#160][])
264
- * Refactor on capture options (@mroth)
265
-
266
- ## [0.5.3][] (30 March 2014)
267
- * Fixed permissions on CommandCam (755) for cygwin (@matthutchinson)
268
- * Added `--devices` option, mac only for now (@matthutchinson [#183][], [#174][])
269
- * Replace http with https in twitter plugin (@kleinschmidt [#195][])
270
- * RuboCop gem added for development (@mroth [#194][])
271
- * Added optional key to uploldz plugin (@Numan1617 [#192][])
272
- * Fixed lolcommmits typo: too much mmm (@penyaskito [#189][])
273
- * Work when in subdirectory of a git repo (@ilkka [#186][])
274
- * Added --version (-v) flag (@bfontaine [#184][])
275
- * Send more VCS details to lolsrv (@drewwells [#181][])
276
-
277
- ## [0.5.2][] (5 December 2013)
278
- * Allow lolsrv plugin to sync/upload gifs (@matthutchinson [#180][])
279
- * Plugins refactor, can now configure themselves (@matthutchinson [#179][])
280
- - also closes issue [#136][] and issue [#73][]
281
- * Fix for Twitter gem dependency issue (@matthutchinson [#178][])
282
- * Added coveralls support (@Aaron1011 [#177][])
283
- - gitignore updated, coveralls badge added to README
284
- * Refactor tranzlate plugin, lolspeak now in plugin (@matthutchinson [#176][])
285
- * Fix for 'Cannot satisfy json dependancy' (@matthutchinson [#175][])
286
- * Better post commit hook enabling/disabling (@matthutchinson [#173][])
287
- * Improved --enable option, accepts passing arguments (@matthutchinson [#154][])
288
- - README updated to explain enabling with options
289
-
290
- ## [0.5.1][] (13 November 2013)
291
- * Fix JSON gem issue [#163][] (@matthutchinson, [#171][])
292
- * Enable image capture under Cygwin (@cwc, [#105][])
293
- * Add Ruby PATH to post-commit hook (@matthutchinson, [#155][])
294
- * "Stealth mode" where no notification is given (@sionide21, [#156][])
295
- * BUGFIX: comparison error for animate (@Yabes, [#151][])
296
-
297
- ## [0.5.0][] (10 September 2013)
298
- * better handling of LOLCOMMITS_DELAY (thx @leewillis77, [#125][])
299
- * LOLCOMMITS_DEVICE support on Linux (thx @EbenezerEdelman, [#139][])
300
- * better handling of repository names (thx @drocamor and @andromedado, [#145][] and [#146][])
301
- * added new LOLCOMMITS_ANIMATE (or `--animate`) option (Mac/OSX only) ([#114][], [#108][])
302
- - defaults to a 320x240 sized animated gif
303
- - new vendored binary videosnap - https://github.com/matthutchinson/videosnap
304
- - feature requires ffmpeg
305
- - README updated with details and an example
306
-
307
- ## 0.4.6 (12 August 2013)
308
- * Fix for incorrect permissioning in gem issue (see [#112][])
309
-
310
- ## 0.4.5 (8 July 2013)
311
- * disable&remove statsd plugin (as per [#94][])
312
- * fix issues with animated gif generation ([#107][])
313
- * added new LOLCOMMITS_FORK (or --fork) option to fork the runner capturing ([#109][])
314
-
315
- ## 0.4.4 (28 June 2013)
316
- * add -g option to produce animated gifs! (thx @hSATAC, [#95][])
317
-
318
- ## 0.4.3 (29 March 2013)
319
- * bump mini_magick dependency to deal with security alert
320
-
321
- ## 0.4.2 (11 March 2013)
322
- * fix ruby 2.0 compatibility ([#91][])
323
- * gracefully detect upstream issue with git color.ui being set to always ([#50][])
324
- * handle external capture devices with special characters in name ([#93][])
325
- * fixes to the uploldz plugin ([#92][])
326
-
327
- ## 0.4.1 (17 February 2013)
328
- * add lolsrv plugin (thx @sebastianmarr!, [#82][])
329
- * enable feature to change font (thx @fukayatsu!, [#89][])
330
- * correct activesupport gem name in bundle (thx @djbender!, [#90][])
331
- * graceful detection of imagemagick not being installed ([#87][])
332
- * restructure logging slightly to use Methadone::CLILogging in most places
333
- * add a bunch of debugging output, viewable via --debug flag
334
-
335
- ## 0.4.0 (13 January 2013)
336
- * Switch the main ImageMagick wrapper from RMagick to mini_magick
337
- - fix for RMagick not working with ImageMagick 6.8+ and generally
338
- being a buggy unmaintained piece of crap
339
- - this should also result in less problems with IM version changes
340
- - some preliminary test work on using image_sorcery instead too
341
- - perhaps finally kill issue [#9][] from continually resurfacing
342
- * make sure quotes are properly handled in commit messages
343
- * silence warnings generated by twitter gem in MRI 1.8.7
344
-
345
- ## 0.3.4 (27 December 2012)
346
- * Add uploldz plugin for posting to a remote server (thx @cnvandev)
347
-
348
- ## 0.3.3 (26 November 2012)
349
- * BUG: prevent repeated firing of lolcommits capture during a git rebase.
350
-
351
- ## 0.3.2 (3 October 2012)
352
- * Twitter posting support via the `twitter` plugin! (thx @coyboyrushforth!)
353
-
354
- ## 0.3.1 (5 August 2012)
355
- * fix regression with linux capture introduced in previous version
356
-
357
- ## 0.3.0 (3 August 2012)
358
- * fix bug involving git repositories with spaces in the name
359
- * internal refactoring for modularity (thanks @kenmazaika!), should be easier
360
- to add new plugin features to lolcommits now.
361
- * add some extremely basic anonymous usage tracking (if this bugs you, you
362
- can disable via disabling the `statsd` plugin).
363
-
364
- ## 0.2.0 (6 July 2012)
365
- * improved build system and testing with cucumber/methadone
366
- - goal is to get into a better framework to start doing major feature work
367
- - this should lead to increased reliability across systems as we refactor
368
- * writing tests (please help!)
369
- * fix issues with packaged files not being readable after a sudo gem install
370
-
371
- ## 0.1.5 (25 June 2012)
372
- * fix tranzlate on ruby1.8
373
-
374
- ## 0.1.4 (28 May 2012)
375
- * set device on mac via --device (or LOLCOMMITS_DEVICE env variable) --
376
- thanks @pioz (pull [#51][])
377
-
378
- ## 0.1.3 (18 May 2012)
379
- * add LGPLv3 license
380
- * add option to translate your commit message to lolspeak! (thx
381
- to @DanielleSucher!). To enable, set `LOLCOMMITS_TRANZLATE=1`.
382
- * fix issue with older versions of IM crashing on interline spacing (pull [#31][] via @german)
383
- * fix issue with git repos with no hooks directory (pull [#43][] via @mkmaster)
384
- * fix missing dash in capture -c
385
-
386
- ## 0.1.2 (22 April 2012)
387
- * provide licensing info for CommandCam (Windows)
388
- * bundle imagesnap as well to remove a dependency on Mac OS X
389
-
390
- ## 0.1.1 (21 April 2012)
391
- * Windows compatibility! Thanks to @Prydonious.
392
-
393
- ## 0.1.0 (19 April 2012)
394
- * Linux compatibility! Thanks to @madjar, @cscorely, and @Prydonius.
395
-
396
- ## 0.0.3 (16 April 2012)
397
- * use only first line for multi-line commit msgs (pull req [#21][])
398
- * clean up some command line options
399
-
400
- ## 0.0.2 (2 April 2012)
401
- * add --delay option to delay image capture (thx JohanB), can be
402
- persistently set via LOLCOMMITS_DELAY environment variable.
403
- * add --last command to view most recent lolcommit for a repo
404
- * add --browse command to open the lolcommit images directory for a particular repo
405
-
406
- ## 0.0.1 (29 March 2012)
407
- * initial release as a gem package, major refactoring for this
408
- * refactored to remove git-hooks package dependency, now installs stub hook
409
- directly into each git repo
410
- * wordwrap commit_msg manually, to switch to use imagemagick annotate
411
- instead of compositing multiply image Caption objects (this seems to be more
412
- reliable to not glitch.)
413
-
414
- [Semver]: http://semver.org
415
- [Unreleased]: https://github.com/lolcommits/lolcommits/compare/v0.17.2...HEAD
416
- [0.17.2]: https://github.com/lolcommits/lolcommits/compare/v0.17.1...v0.17.2
417
- [0.17.1]: https://github.com/lolcommits/lolcommits/compare/v0.17.0...v0.17.1
418
- [0.17.0]: https://github.com/lolcommits/lolcommits/compare/v0.16.5...v0.17.0
419
- [0.16.5]: https://github.com/lolcommits/lolcommits/compare/v0.16.4...v0.16.5
420
- [0.16.4]: https://github.com/lolcommits/lolcommits/compare/v0.16.3...v0.16.4
421
- [0.16.3]: https://github.com/lolcommits/lolcommits/compare/v0.16.2...v0.16.3
422
- [0.16.2]: https://github.com/lolcommits/lolcommits/compare/v0.16.1...v0.16.2
423
- [0.16.1]: https://github.com/lolcommits/lolcommits/compare/v0.16.0...v0.16.1
424
- [0.16.0]: https://github.com/lolcommits/lolcommits/compare/v0.15.1...v0.16.0
425
- [0.15.1]: https://github.com/lolcommits/lolcommits/compare/v0.15.0...v0.15.1
426
- [0.15.0]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.15.0
427
- [0.14.2]: https://github.com/lolcommits/lolcommits/compare/v0.14.1...v0.14.2
428
- [0.14.1]: https://github.com/lolcommits/lolcommits/compare/v0.14.0...v0.14.1
429
- [0.14.0]: https://github.com/lolcommits/lolcommits/compare/v0.13.1...v0.14.0
430
- [0.13.1]: https://github.com/lolcommits/lolcommits/compare/v0.13.0...v0.13.1
431
- [0.13.0]: https://github.com/lolcommits/lolcommits/compare/v0.12.1...v0.13.0
432
- [0.12.1]: https://github.com/lolcommits/lolcommits/compare/v0.12.0...v0.12.1
433
- [0.12.0]: https://github.com/lolcommits/lolcommits/compare/v0.11.0...v0.12.0
434
- [0.11.0]: https://github.com/lolcommits/lolcommits/compare/v0.10.0...v0.11.0
435
- [0.10.0]: https://github.com/lolcommits/lolcommits/compare/v0.9.8...v0.10.0
436
- [0.9.8]: https://github.com/lolcommits/lolcommits/compare/v0.9.7...v0.9.8
437
- [0.9.7]: https://github.com/lolcommits/lolcommits/compare/v0.9.6...v0.9.7
438
- [0.9.6]: https://github.com/lolcommits/lolcommits/compare/v0.9.5...v0.9.6
439
- [0.9.5]: https://github.com/lolcommits/lolcommits/compare/v0.9.4...v0.9.5
440
- [0.9.4]: https://github.com/lolcommits/lolcommits/compare/v0.9.3...v0.9.4
441
- [0.9.3]: https://github.com/lolcommits/lolcommits/compare/v0.9.2...v0.9.3
442
- [0.9.2]: https://github.com/lolcommits/lolcommits/compare/v0.9.1...v0.9.2
443
- [0.9.1]: https://github.com/lolcommits/lolcommits/compare/v0.9.0...v0.9.1
444
- [0.9.0]: https://github.com/lolcommits/lolcommits/compare/v0.8.1...v0.9.0
445
- [0.8.1]: https://github.com/lolcommits/lolcommits/compare/v0.8.0...v0.8.1
446
- [0.8.0]: https://github.com/lolcommits/lolcommits/compare/v0.7.0...v0.8.0
447
- [0.7.0]: https://github.com/lolcommits/lolcommits/compare/v0.6.7...v0.7.0
448
- [0.6.7]: https://github.com/lolcommits/lolcommits/compare/v0.6.6...v0.6.7
449
- [0.6.6]: https://github.com/lolcommits/lolcommits/compare/v0.6.5...v0.6.6
450
- [0.6.5]: https://github.com/lolcommits/lolcommits/compare/v0.6.4...v0.6.5
451
- [0.6.4]: https://github.com/lolcommits/lolcommits/compare/v0.6.3...v0.6.4
452
- [0.6.3]: https://github.com/lolcommits/lolcommits/compare/v0.6.2...v0.6.3
453
- [0.6.2]: https://github.com/lolcommits/lolcommits/compare/v0.6.1...v0.6.2
454
- [0.6.1]: https://github.com/lolcommits/lolcommits/compare/v0.6.0...v0.6.1
455
- [0.6.0]: https://github.com/lolcommits/lolcommits/compare/v0.5.9...v0.6.0
456
- [0.5.9]: https://github.com/lolcommits/lolcommits/compare/v0.5.8...v0.5.9
457
- [0.5.8]: https://github.com/lolcommits/lolcommits/compare/v0.5.7...v0.5.8
458
- [0.5.7]: https://github.com/lolcommits/lolcommits/compare/v0.5.6...v0.5.7
459
- [0.5.6]: https://github.com/lolcommits/lolcommits/compare/v0.5.5...v0.5.6
460
- [0.5.5]: https://github.com/lolcommits/lolcommits/compare/v0.5.4...v0.5.5
461
- [0.5.4]: https://github.com/lolcommits/lolcommits/compare/v0.5.3...v0.5.4
462
- [0.5.3]: https://github.com/lolcommits/lolcommits/compare/v0.5.2...v0.5.3
463
- [0.5.2]: https://github.com/lolcommits/lolcommits/compare/v0.5.1...v0.5.2
464
- [0.5.1]: https://github.com/lolcommits/lolcommits/compare/v0.5.0...v0.5.1
465
- [0.5.0]: https://github.com/lolcommits/lolcommits/compare/v0.4.9...v0.5.0
466
- [#9]: https://github.com/lolcommits/lolcommits/pull/9
467
- [#21]: https://github.com/lolcommits/lolcommits/pull/21
468
- [#31]: https://github.com/lolcommits/lolcommits/pull/31
469
- [#43]: https://github.com/lolcommits/lolcommits/pull/43
470
- [#50]: https://github.com/lolcommits/lolcommits/pull/50
471
- [#51]: https://github.com/lolcommits/lolcommits/pull/51
472
- [#73]: https://github.com/lolcommits/lolcommits/pull/73
473
- [#82]: https://github.com/lolcommits/lolcommits/pull/82
474
- [#83]: https://github.com/lolcommits/lolcommits/pull/83
475
- [#87]: https://github.com/lolcommits/lolcommits/pull/87
476
- [#89]: https://github.com/lolcommits/lolcommits/pull/89
477
- [#90]: https://github.com/lolcommits/lolcommits/pull/90
478
- [#91]: https://github.com/lolcommits/lolcommits/pull/91
479
- [#92]: https://github.com/lolcommits/lolcommits/pull/92
480
- [#93]: https://github.com/lolcommits/lolcommits/pull/93
481
- [#94]: https://github.com/lolcommits/lolcommits/pull/94
482
- [#95]: https://github.com/lolcommits/lolcommits/pull/95
483
- [#104]: https://github.com/lolcommits/lolcommits/pull/104
484
- [#105]: https://github.com/lolcommits/lolcommits/pull/105
485
- [#107]: https://github.com/lolcommits/lolcommits/pull/107
486
- [#108]: https://github.com/lolcommits/lolcommits/pull/108
487
- [#109]: https://github.com/lolcommits/lolcommits/pull/109
488
- [#112]: https://github.com/lolcommits/lolcommits/pull/112
489
- [#112]: https://github.com/lolcommits/lolcommits/pull/112
490
- [#114]: https://github.com/lolcommits/lolcommits/pull/114
491
- [#119]: https://github.com/lolcommits/lolcommits/pull/119
492
- [#123]: https://github.com/lolcommits/lolcommits/pull/123
493
- [#125]: https://github.com/lolcommits/lolcommits/pull/125
494
- [#133]: https://github.com/lolcommits/lolcommits/pull/133
495
- [#136]: https://github.com/lolcommits/lolcommits/pull/136
496
- [#139]: https://github.com/lolcommits/lolcommits/pull/139
497
- [#145]: https://github.com/lolcommits/lolcommits/pull/145
498
- [#146]: https://github.com/lolcommits/lolcommits/pull/146
499
- [#151]: https://github.com/lolcommits/lolcommits/pull/151
500
- [#154]: https://github.com/lolcommits/lolcommits/pull/154
501
- [#155]: https://github.com/lolcommits/lolcommits/pull/155
502
- [#156]: https://github.com/lolcommits/lolcommits/pull/156
503
- [#159]: https://github.com/lolcommits/lolcommits/pull/159
504
- [#159]: https://github.com/lolcommits/lolcommits/pull/159
505
- [#160]: https://github.com/lolcommits/lolcommits/pull/160
506
- [#163]: https://github.com/lolcommits/lolcommits/pull/163
507
- [#168]: https://github.com/lolcommits/lolcommits/pull/168
508
- [#171]: https://github.com/lolcommits/lolcommits/pull/171
509
- [#173]: https://github.com/lolcommits/lolcommits/pull/173
510
- [#174]: https://github.com/lolcommits/lolcommits/pull/174
511
- [#175]: https://github.com/lolcommits/lolcommits/pull/175
512
- [#176]: https://github.com/lolcommits/lolcommits/pull/176
513
- [#177]: https://github.com/lolcommits/lolcommits/pull/177
514
- [#178]: https://github.com/lolcommits/lolcommits/pull/178
515
- [#179]: https://github.com/lolcommits/lolcommits/pull/179
516
- [#180]: https://github.com/lolcommits/lolcommits/pull/180
517
- [#181]: https://github.com/lolcommits/lolcommits/pull/181
518
- [#183]: https://github.com/lolcommits/lolcommits/pull/183
519
- [#184]: https://github.com/lolcommits/lolcommits/pull/184
520
- [#186]: https://github.com/lolcommits/lolcommits/pull/186
521
- [#188]: https://github.com/lolcommits/lolcommits/pull/188
522
- [#189]: https://github.com/lolcommits/lolcommits/pull/189
523
- [#192]: https://github.com/lolcommits/lolcommits/pull/192
524
- [#193]: https://github.com/lolcommits/lolcommits/pull/193
525
- [#194]: https://github.com/lolcommits/lolcommits/pull/194
526
- [#195]: https://github.com/lolcommits/lolcommits/pull/195
527
- [#196]: https://github.com/lolcommits/lolcommits/pull/196
528
- [#202]: https://github.com/lolcommits/lolcommits/pull/202
529
- [#206]: https://github.com/lolcommits/lolcommits/pull/206
530
- [#207]: https://github.com/lolcommits/lolcommits/pull/207
531
- [#208]: https://github.com/lolcommits/lolcommits/pull/208
532
- [#212]: https://github.com/lolcommits/lolcommits/pull/212
533
- [#215]: https://github.com/lolcommits/lolcommits/pull/215
534
- [#223]: https://github.com/lolcommits/lolcommits/pull/223
535
- [#224]: https://github.com/lolcommits/lolcommits/pull/224
536
- [#225]: https://github.com/lolcommits/lolcommits/pull/225
537
- [#226]: https://github.com/lolcommits/lolcommits/pull/226
538
- [#228]: https://github.com/lolcommits/lolcommits/pull/228
539
- [#229]: https://github.com/lolcommits/lolcommits/pull/229
540
- [#231]: https://github.com/lolcommits/lolcommits/pull/231
541
- [#232]: https://github.com/lolcommits/lolcommits/pull/232
542
- [#233]: https://github.com/lolcommits/lolcommits/pull/233
543
- [#234]: https://github.com/lolcommits/lolcommits/pull/234
544
- [#235]: https://github.com/lolcommits/lolcommits/pull/235
545
- [#236]: https://github.com/lolcommits/lolcommits/pull/236
546
- [#237]: https://github.com/lolcommits/lolcommits/pull/237
547
- [#240]: https://github.com/lolcommits/lolcommits/pull/240
548
- [#241]: https://github.com/lolcommits/lolcommits/pull/241
549
- [#244]: https://github.com/lolcommits/lolcommits/pull/244
550
- [#244]: https://github.com/lolcommits/lolcommits/pull/244
551
- [#246]: https://github.com/lolcommits/lolcommits/pull/246
552
- [#250]: https://github.com/lolcommits/lolcommits/pull/250
553
- [#251]: https://github.com/lolcommits/lolcommits/pull/251
554
- [#252]: https://github.com/lolcommits/lolcommits/pull/252
555
- [#254]: https://github.com/lolcommits/lolcommits/pull/254
556
- [#256]: https://github.com/lolcommits/lolcommits/pull/256
557
- [#258]: https://github.com/lolcommits/lolcommits/pull/258
558
- [#263]: https://github.com/lolcommits/lolcommits/pull/263
559
- [#266]: https://github.com/lolcommits/lolcommits/pull/266
560
- [#266]: https://github.com/lolcommits/lolcommits/pull/266
561
- [#267]: https://github.com/lolcommits/lolcommits/pull/267
562
- [#270]: https://github.com/lolcommits/lolcommits/pull/270
563
- [#272]: https://github.com/lolcommits/lolcommits/pull/272
564
- [#276]: https://github.com/lolcommits/lolcommits/pull/276
565
- [#278]: https://github.com/lolcommits/lolcommits/pull/278
566
- [#279]: https://github.com/lolcommits/lolcommits/pull/279
567
- [#280]: https://github.com/lolcommits/lolcommits/pull/280
568
- [#282]: https://github.com/lolcommits/lolcommits/pull/282
569
- [#283]: https://github.com/lolcommits/lolcommits/pull/283
570
- [#284]: https://github.com/lolcommits/lolcommits/pull/284
571
- [#286]: https://github.com/lolcommits/lolcommits/pull/286
572
- [#289]: https://github.com/lolcommits/lolcommits/pull/289
573
- [#292]: https://github.com/lolcommits/lolcommits/pull/292
574
- [#294]: https://github.com/lolcommits/lolcommits/pull/294
575
- [#296]: https://github.com/lolcommits/lolcommits/pull/296
576
- [#298]: https://github.com/lolcommits/lolcommits/pull/298
577
- [#301]: https://github.com/lolcommits/lolcommits/pull/301
578
- [#302]: https://github.com/lolcommits/lolcommits/pull/302
579
- [#303]: https://github.com/lolcommits/lolcommits/pull/303
580
- [#304]: https://github.com/lolcommits/lolcommits/pull/304
581
- [#308]: https://github.com/lolcommits/lolcommits/pull/308
582
- [#309]: https://github.com/lolcommits/lolcommits/pull/309
583
- [#313]: https://github.com/lolcommits/lolcommits/pull/313
584
- [#313]: https://github.com/lolcommits/lolcommits/pull/313
585
- [#317]: https://github.com/lolcommits/lolcommits/pull/317
586
- [#318]: https://github.com/lolcommits/lolcommits/pull/318
587
- [#320]: https://github.com/lolcommits/lolcommits/pull/320
588
- [#321]: https://github.com/lolcommits/lolcommits/pull/321
589
- [#323]: https://github.com/lolcommits/lolcommits/pull/323
590
- [#325]: https://github.com/lolcommits/lolcommits/pull/325
591
- [#326]: https://github.com/lolcommits/lolcommits/pull/326
592
- [#328]: https://github.com/lolcommits/lolcommits/pull/328
593
- [#329]: https://github.com/lolcommits/lolcommits/pull/329
594
- [#330]: https://github.com/lolcommits/lolcommits/pull/330
595
- [#331]: https://github.com/lolcommits/lolcommits/pull/331
596
- [#332]: https://github.com/lolcommits/lolcommits/pull/332
597
- [#338]: https://github.com/lolcommits/lolcommits/pull/338
598
- [#339]: https://github.com/lolcommits/lolcommits/pull/339
599
- [#340]: https://github.com/lolcommits/lolcommits/pull/340
600
- [#341]: https://github.com/lolcommits/lolcommits/pull/341
601
- [#342]: https://github.com/lolcommits/lolcommits/pull/342
602
- [#347]: https://github.com/lolcommits/lolcommits/pull/347
603
- [#348]: https://github.com/lolcommits/lolcommits/pull/348
604
- [#349]: https://github.com/lolcommits/lolcommits/pull/349
605
- [#351]: https://github.com/lolcommits/lolcommits/pull/351
606
- [#352]: https://github.com/lolcommits/lolcommits/pull/352
607
- [#353]: https://github.com/lolcommits/lolcommits/pull/353
608
- [#354]: https://github.com/lolcommits/lolcommits/pull/354
609
- [#355]: https://github.com/lolcommits/lolcommits/pull/355
610
- [#356]: https://github.com/lolcommits/lolcommits/pull/356
611
- [#357]: https://github.com/lolcommits/lolcommits/pull/357
612
- [#358]: https://github.com/lolcommits/lolcommits/pull/358
613
- [#359]: https://github.com/lolcommits/lolcommits/pull/359
614
- [#360]: https://github.com/lolcommits/lolcommits/pull/360
615
- [#361]: https://github.com/lolcommits/lolcommits/pull/361
616
- [#363]: https://github.com/lolcommits/lolcommits/pull/363
617
- [#365]: https://github.com/lolcommits/lolcommits/pull/365
618
- [#366]: https://github.com/lolcommits/lolcommits/pull/366
619
- [#367]: https://github.com/lolcommits/lolcommits/pull/367
620
- [#369]: https://github.com/lolcommits/lolcommits/pull/369
621
- [#377]: https://github.com/lolcommits/lolcommits/pull/377
622
- [#384]: https://github.com/lolcommits/lolcommits/pull/384
623
- [#385]: https://github.com/lolcommits/lolcommits/pull/385
624
- [#386]: https://github.com/lolcommits/lolcommits/pull/386
625
- [#392]: https://github.com/lolcommits/lolcommits/pull/392
626
- [#394]: https://github.com/lolcommits/lolcommits/pull/394
627
- [#398]: https://github.com/lolcommits/lolcommits/pull/398
628
- [#399]: https://github.com/lolcommits/lolcommits/pull/399
629
- [#400]: https://github.com/lolcommits/lolcommits/pull/400
630
- [#401]: https://github.com/lolcommits/lolcommits/pull/401
631
- [#402]: https://github.com/lolcommits/lolcommits/pull/402
632
- [#405]: https://github.com/lolcommits/lolcommits/pull/405
633
- [#411]: https://github.com/lolcommits/lolcommits/pull/411
634
- [#417]: https://github.com/lolcommits/lolcommits/pull/417
635
- [#430]: https://github.com/lolcommits/lolcommits/pull/430
636
- [#432]: https://github.com/lolcommits/lolcommits/pull/432
637
- [#433]: https://github.com/lolcommits/lolcommits/pull/433