forked from ariejan/firefly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
68 lines (43 loc) · 2.59 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
= 1.1.0 / 2010-10-02
* 2010-10-02 - Generate a QR Code image when accessing http://:host/:code.png
= 1.0.0 / 2010-09-19
* 2010-09-18 - Added better support for URLs with spaces and other special characters. Closes #19
= 0.4.5 / 2010-08-10
* 2010-08-10 - Added sorting of shortened URLs. Closes #12.
* 2010-08-10 - Added CSV, XML and YAML export of all shortened URLs. Closes #11.
* 2010-08-10 - Updated bookmarklet JavaScript to escape URL-unsafe charachters in the API key. Fixes #17
= 0.4.4 / 2010-06-20
* 2010-06-20 - Updated gem dependencies for DataMapper 1.0.0
= 0.4.3 / 2010-06-06
* 2010-06-06 - Handle invalid API keys correctly.
= 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]