-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
43 lines (32 loc) · 1017 Bytes
/
CHANGELOG
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
v0.3.8
* Catching and ignoring Timeout::Error interrupts.
v0.3.7
* Upgrade Twitter gem v1.3.0.
v0.3.6
* Fix scoping of Twitter error in notifier.
* Fixed duplicate tag issue... again.
v0.3.5
* Fix Topsy nil result error.
* Fix Log4r error that was killing server.
* Add STDOUT log to grapevined.output.
v0.3.4
* Fix Topsy error logging.
* Fix DataMapper Text default bug.
v0.3.3
* Add grapevined to gemspec under list of executables.
v0.3.2
* Add error handler for bad request errors from Twitter. Can be caused by
invalid Unicode characters being sent.
v0.3.1
* Add number of messages to topics on 'show notifier'.
* Fix window bugs.
v0.3.0
* Add option to use alternative SQL adapters: MySQL, Postgres, SQLite, etc.
* Refactor topic & tag model for improved performance.
v0.2.1
* Duplicate tracking fixed for trackbacks. Topsy API was not returning Twitter
message identifiers. Matching now occurs on content and username.
v0.2.0
* Remove 'grapevine' namespace from models.
v0.1.0
* Initial release.