-
Notifications
You must be signed in to change notification settings - Fork 31
/
History.txt
88 lines (59 loc) · 2.78 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
=== 0.0.0.pre1 / 2010-08-26
* 1 major enhancement
* Birthday!
=== 0.0.1 / 2010-08-27
* Lots of major enhancements
* First functional release
* Figlet integration
* Able to accept user input and return generated ASCII art
* Accept flags for different fonts (currently only have three exposed: 'big', 'slant', and 'chunky')
=== 0.0.2 / 2010-08-27
* Bug fixes
* Renamed binary file: ascii_arty => artii
* Temporarily removed the fuzzy.flf file to prevent installation errors
* Misc. other bug fixes
=== 0.0.3 / 2010-08-27
* No functional changes.
=== 1.0.0 / 2010-08-28
* Available Fonts are generated from the included font files
* Available Fonts are stored as a hash, and now fully listed when called with -l or --list
* A few other minor tweaks
=== 1.0.1 / 2010-08-18
* No functional changes.
=== 1.0.2 / 2011-03-04
* No functional changes.
=== 1.0.3 / 2012-01-04
* Updates for Ruby 1.9 compatibility.
* Regenerate gemspec for version 1.0.3 (Mike Tierney)
* Version bump to 1.0.3 (Mike Tierney)
* Update the history file. (Mike Tierney)
* Code cleanup. (Mike Tierney)
* Update the Rakefile, add Gemfiles and .rvmrc, .rspec (Mike Tierney)
* Merge pull request #1 from haus/update_for_ruby19_compat (Mike Tierney)
=== 2.0.0 / 2012-05-04
* Split the CLI code and the core code in to separate locations, making integrating artii in to applications much easier (thanks Colin Mitchell <@muffinista>)
* Update README TODO list. (Mike Tierney)
* Version 2.0.0 Gemfile bump. (Mike Tierney)
* Regenerate gemspec for version 2.0.0 (Mike Tierney)
* Version bump to 2.0.0 (Mike Tierney)
* Update README to reflect new changes. (Mike Tierney)
* Fix failing CLI specs. (Mike Tierney)
* Fix CLI specs to load the CLI class. (Mike Tierney)
* Upgrade the Bundler requirement. (Mike Tierney)
* Merge pull request #2 from muffinista/master (Mike Tierney)
* split Base into CLI and Base so that Artii can be used outside of the command-line script (Colin Mitchell)
* split Base into CLI and Base so that Artii can be used outside of the command-line script (Colin Mitchell)
* split Base into CLI and Base so that Artii can be used outside of the command-line app (Colin Mitchell)
=== 2.0.1 / 2012-05-05
* Bug fixes
* Regenerate gemspec for version 2.0.1 (Mike Tierney)
* Version bump to 2.0.1 (Mike Tierney)
* Don't require artii to install artii. Fix #3. (Mike Tierney)
=== 2.0.2 / 2012-09-05
* Update dependencies
* Update gem dependencies, bump patch version. (Mike Tierney)
* Version bump to 2.0.2 (Mike Tierney)
=== 2.0.3 / 2012-09-05
* Add '-v' CLI option to print out the current Gem version
* Add CLI support for `-v` and `--version` flags. (Mike Tierney)
* Lots of updates to the History.txt file (Mike Tierney)