devroom.io/content/post/2010-04-30-firefly-041-released.md

29 lines
859 B
Markdown
Raw Normal View History

2015-03-26 11:28:08 +00:00
+++
date = "2010-04-30"
title = "Firefly 0.4.1 released"
tags = ["firefly", "url shortening"]
slug = "firefly-041-released"
+++
I just pushed [Firefly 0.4.1][1] to [Rubygems][2]. Updating is easy:
2017-03-20 15:35:19 +00:00
``` shell
gem update firefly
```
2015-03-26 11:28:08 +00:00
Don't forget to restart your server, that's all.
The 0.4.1 release covers the following changes:
* Normalize URLs before shortening them. This prevents false duplicates.
* Validate URLs to be valid HTTP or HTTPS, don't accept others. Closes #8
* Don't ask for the API key after shortening a URL with the bookmarklet.
* Show the highlighted URL separately. Closes #7.
[1]: http://github.com/ariejan/firefly/tree/v0.4.1
[2]: http://rubygems.org/gems/firefly
2017-03-20 15:35:19 +00:00
2015-03-26 11:28:08 +00:00
If you are interested in contributing to Firefly, please fork the project on [github][3]. Pull requests are very welcome.
[3]: http://github.com/ariejan/firefly