Save Link in Folder Changelog

What's new in Save Link in Folder 1.5.17

Dec 21, 2015
  • added [sl-SL] locale
  • raised maxVersion to 42

New in Save Link in Folder 1.5.16 (Mar 5, 2015)

  • raised maxVersion to 36.*

New in Save Link in Folder 1.5.15 (Mar 5, 2015)

  • raised maxVersion to 25.*

New in Save Link in Folder 1.5.14 (Mar 5, 2015)

  • modifications to ensure compatibility with FF22

New in Save Link in Folder 1.5.13 (Mar 5, 2015)

  • minor changes to improve backwards-compatibility

New in Save Link in Folder 1.5.12 (Mar 5, 2015)

  • again, the previous version didn't work as expected ( sorry 'bout that ) I invested some more time in code-digging and testing this time. I'm pretty confident it'll work now. In case someone else developing extensions is experiencing problems with the saveURL- and saveURI-methods:
  • both of these methods require additional parameters since they're "privacy aware" now
  • whereas saveURI requires a nsILoadContext-object, saveURL simply needs a document-object referring to the context
  • However, saveURL kept popping up a SaveAs-dialog (due to whatever reason); so I had to remove saveURL-calls completely and replace them with interalSave-calls (which by the way are "privacy aware" aswell now *g*).

New in Save Link in Folder 1.5.11 (Mar 5, 2015)

  • the last release didn't quite solve the issues with the new API (hope this one does)

New in Save Link in Folder 1.5.10 (Mar 5, 2015)

  • implemented workarounds for latest API-changes - Bug 795065 (Add privacy status to nsDownload)
  • bumped maxVersion to 18.*

New in Save Link in Folder 1.5.9 (Mar 5, 2015)

  • fixed compatibility-issues for current Firefox versions (clipboard / nsITransferable)
  • bumped maxVersion to 16.*

New in Save Link in Folder 1.5.8 (Mar 5, 2015)

  • bumped maxVersion to 8.*

New in Save Link in Folder 1.5.7 (Mar 5, 2015)

  • bumped maxVersion to 7.*

New in Save Link in Folder 1.5.6 (Mar 5, 2015)

  • bumped maxVersion to 6.*

New in Save Link in Folder 1.5.5 (Mar 5, 2015)

  • bumped maxVersion to 5.*

New in Save Link in Folder 1.5.4 (Mar 5, 2015)

  • bumped maxVersion to 4.0.*
  • additional "fallback-code" to deal with the missing status-bar

New in Save Link in Folder 1.5.3 (Mar 5, 2015)

  • code-modifications to ensure FF4.0-compatibility
  • (no more error-messages due to the missing statusbar in FF4.0; with FF4.0 the launch()-method of nsILocalFile caused trouble under Linux (and probably for other OSes aswell))
  • bumped maxVersion to 4.0b9pre

New in Save Link in Folder 1.5.2 (Mar 5, 2015)

  • added the missing CSS-assignment for the toolbar

New in Save Link in Folder 1.5.1 (Mar 5, 2015)

  • fixed the integration of SLiF within the "unknown-content-type dialog" (missing since the update to 3.6-compatibility)

New in Save Link in Folder 1.5 (Mar 5, 2015)

  • necessary adjustments to ensure 3.6-compatibility

New in Save Link in Folder 1.4.6 (Jul 8, 2009)

  • added [zh-CN] locale
  • bumped maxVersion to 3.5.*

New in Save Link in Folder 1.3.1 (Dec 2, 2006)

  • reactivated [tr-TR] locale

New in Save Link in Folder 1.0 (Mar 6, 2006)

  • new feature: you now have the opportunity to use your folders when Firefox detects files with an unknown content-type (see screenshots)
  • introduced "hidden prefs"
  • added [fy-NL] locale
  • other code-improvements