forked from forrest-ua/google-translate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
76 lines (38 loc) · 1.04 KB
/
CHANGES
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
= Google-Translate Changelog
== Version 0.5.5
* Initial release.
== Version 0.5.6
* Adding support for ruby 1.9.x
== Version 0.5.7
* Removing text duplication from help
== Version 0.5.8
* Merging changes from bragi: removing warnings, adding exceptions
== Version 0.5.9
* Adding alias: "t" for "translate" command
== Version 0.6.1
* Adding error handling
== Version 0.6.2
* Reflecting changes in how google returns supported languages list
== Version 0.6.7
* Deploy on gemcutter
== Version 0.7.0
* Fix changes in detect languages service
== Version 0.7.1
* Ruby 1.9.2 ready
== Version 0.8.5
* Stop using translate API, start using scraping google translate
== Version 0.8.6
* Fix auto detect source language; fix countries list; refactoring code
== Version 0.8.7
* Changes in project configuration
== Version 0.8.8
* Adding version to gemspec.
== Version 1.0.0
* Adding speech flag.
* Adding synonyms.
== Version 1.0.1
* Bug fixes
== Version 1.1.0
* Reflects changes in recent google translate service.
== Version 1.1.1
* Bug fix