Skip to content

Releases: fwenzel/copy-shorturl

Version 3.0.0

13 Apr 21:37
Compare
Choose a tag to compare

New version with a number of changes and new/enhanced features:

  • Remove Google Analytics tracking tokens (?utm_*) from URLs by default.
  • Fallback to Facebook OpenGraph URL if no canonical URL is present.
  • Shorten allegedly "short" URLs if they are longer than 30 characters (configurable).
  • Right click on link -> Copy ShortURL for this link
  • Toolbar button added (can be enabled in preferences).

Also, this version is built with "jpm" and has a new icon.

Enjoy!

Version 2.1

13 Apr 21:37
Compare
Choose a tag to compare

Version 2.1 adds a few features:

  • asynchronous requests, which should be friendly towards performance
  • localization! Initial set of languages: en-US, de, es-ES, fr, rm, uk, zh-CN. Contribution of additional languages appreciated: The code is on github.
  • New hotkey: Press CMD/Ctrl+Shift+L to make a short URL without using your mouse. Thanks to canuckistani for the contribution!

The add-on is also repackaged with Add-on SDK 1.15, which allows it to work again with the latest Firefox versions.

Version 2.0

13 Apr 21:37
Compare
Choose a tag to compare

Version 2.0 has a preference dialog (in the add-ons manager, click on "preferences" for Copy ShortURL). You can now select the shortening service right there!

Supported shortening services out of the box: is.gd, tinyurl.com, goo.gl.

Custom shortening services are still supported: Just enter your custom URL in that preferences window.

Version 1.5

13 Apr 21:38
Compare
Choose a tag to compare

Repack with Add-on SDK version 1.9 due to bug 784264.

Version 1.4.1

13 Apr 21:38
Compare
Choose a tag to compare

No significant code changes, update for compatibility with Add-ons SDK version 1.0.

Version 1.4

13 Apr 21:39
Compare
Choose a tag to compare

Updated compatibility with the latest Firefox 4 betas. Built on the latest Addon SDK.

Version 1.3

13 Apr 21:39
Compare
Choose a tag to compare

Updated to Jetpack SDK 0.9 -- The add-on is now compatible with the latest versions of Firefox 4 beta.

Version 1.2

13 Apr 21:39
Compare
Choose a tag to compare

Small fix to make extension compatible with current Firefox nightlies.

Version 1.1

13 Apr 21:40
Compare
Choose a tag to compare

Major changes in version 1.1:
• Growl notifications when copying a URL. You'll see if a short URL was found or created, and what URL it is. If you don't have Growl (or if your platform does not support it), a 10-second information bar is shown instead.
• Switch to is.gd as default service, because it's shorter than tinyurl.
• User-definable short-URL service URL. (Use tinyURL, bit.ly or your own shortening service!) For more information, take a look at the README file.

Version 1.0

13 Apr 21:40
Compare
Choose a tag to compare

First public release.