forked from ariejan/firefly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HISTORY
117 lines (72 loc) · 4.52 KB
/
HISTORY
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
- 1.5.3 - 2011-05-05
* 2011-05-05 Force all instances of Firefly to use the same session_secret so logins work properly with multi-instance setups (issue #30) [ariejan]
= 1.5.2 - 2011-05-02
* 2011-05-02 Fixed issue with sharing a link without a title (issue #26) [ariejan]
= 1.5.1 - 2011-04-22
* 2011-04-22 Truncate long URLs in the backend to preserve layout (issue #25) [ariejan]
* 2011-04-22 Accept URL encoded titles when sharing to Twitter and Hyves (issue #28) [ariejan]
= 1.5.0 - 2011-04-21
* 2011-04-21 Firefly is now compatible with ruby 1.8.7, 1.9.2 and ree-1.8 [ariejan]
* 2011-04-21 Added support for sharing to hyves [stalkert]
* 2011-04-21 Added support for sharing to facebook [stalkert]
* 2011-04-21 Removed exports because they add to much overhead [ariejan]
= 1.4.1 - 2011-02-11
* 2011-02-11 Strip leading and trailing whitespace from titles when sharing [ariejan]
* 2011-02-11 Make sure shared titles don't exceed a total of 140 characters for twitter [ariejan]
= 1.4.0 - 2011-02-11
* 2011-02-21 Added support for 'share to twitter' links [ariejan]
= 1.3.1 / 2011-02-20
* 2011-02-20 Fixed issue with escaped characters in URL (ticket #21) [ariejan]
= 1.3.0 / 2011-02-01
* 2011-02-01 Improved GUI [ariejan]
* 2011-02-01 Improved error handling / reporting [ariejan]
* 2011-01-31 Added a CodeFactory to generate unique short codes (and prevent collisions with custom short codes) [ariejan]
* 2011-01-30 Use dm-mysql-adapater as default, dm-sqlite-adapter is optional [ariejan]
= 1.2.1/1.2.2 / 2011-01-26
* 2011-01-26 - Added GUI support for custom short codes. [ariejan]
= 1.2.0 / 2011-01-26
* 2010-12-30 - Support for specifying one's own preferred short codes via the API. Also, invalid URL creations return a 422 code, not 200. [ariejan]
* 2010-12-30 - Make Barby optional to save some gems for those of us who don't need QR code generation. [mboeh]
= 1.1.0 / 2010-10-02
* 2010-10-02 - Generate a QR Code image when accessing http://:host/:code.png [ariejan]
= 1.0.0 / 2010-09-19
* 2010-09-18 - Added better support for URLs with spaces and other special characters. Closes #19 [ariejan]
= 0.4.5 / 2010-08-10
* 2010-08-10 - Added sorting of shortened URLs. Closes #12. [ariejan]
* 2010-08-10 - Added CSV, XML and YAML export of all shortened URLs. Closes #11. [ariejan]
* 2010-08-10 - Updated bookmarklet JavaScript to escape URL-unsafe charachters in the API key. Fixes #17 [ariejan]
= 0.4.4 / 2010-06-20
* 2010-06-20 - Updated gem dependencies for DataMapper 1.0.0 [ariejan]
= 0.4.3 / 2010-06-06
* 2010-06-06 - Handle invalid API keys correctly. [ariejan]
= 0.4.2 / 2010-06-06
* 2010-06-06 - Added a fix for MySQL users to update the `code` column to use the correct collation. Fixes #9 [ariejan]
= 0.4.1 / 2010-04-30
* 2010-04-30 - Normalize URLs before shortening them. This prevents false duplicates. [ariejan]
* 2010-04-30 - Validate URLs to be valid HTTP or HTTPS, don't accept others. [ariejan]
* 2010-04-30 - Don't ask for the API key after shortening a URL with the bookmarklet. [ariejan]
* 2010-04-15 - Show the highlighted URL separately. Closes #7. [ariejan]
= 0.4.0.1 / 2010-04-14
* 2010-04-14 - Correct file permission of `public/images/twitter.png`. [ariejan]
= 0.4.0 / 2010-04-14
* 2010-04-14 - Added button to quickly tweet a URL. Closes #3 [ariejan]
* 2010-04-14 - Disable autocomplete and spellcheck for the big url input field. Closes #6 [ariejan]
* 2010-04-14 - After shortening an URL highlight the url that was added in the overview. [ariejan]
* 2010-04-14 - Made it easy to copy a short url from the overview. Closes #4 [ariejan]
* 2010-04-13 - Added links to source and issues in footer. [ariejan]
- Include domain name in page title. [ariejan]
= 0.3.1 / 2010-04-13
* 2010-04-13 - Fixed issue with setting `created_at` timestamp. [ariejan]
= 0.3.0 / 2010-04-13
* 2010-04-13 - Added recent urls to dashboard [ariejan]
- Added bookmarklet [ariejan]
- Split up Firefly codebase for better testing and maintainability [ariejan]
* 2010-04-02 - Added Ruby 1.9.x compatibility. [ariejan]
= 0.2.0 / 2010-03-29
* 2010-03-29 - Added some GUI sugar at '/'. [ariejan]
* 2010-03-29 - Added /api/info/:code for basic stats on the specified URL. [ariejan]
* 2010-03-29 - Keep count of the number of visits to a given URL. [ariejan]
* 2010-03-29 - Fill in `created_at` for Firefly::Url. [ariejan]
* 2010-03-29 - Changed Firefly::Url String properties to a length of 255 instead of the default of 50. [ariejan]
= 0.1 / 2010-03-28
* First official release [ariejan]