[Pkg-mozext-commits] [automatic-save-folder] 128/133: Add upstream changelog

David Prévot taffit at moszumanska.debian.org
Mon Apr 27 20:33:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch wip
in repository automatic-save-folder.

commit c1c7ddfd4d5382bbe08d95193655b4acd8f4ae00
Author: David Prévot <david at tilapin.org>
Date:   Mon Apr 27 15:34:36 2015 -0400

    Add upstream changelog
    
    https://addons.mozilla.org/en-US/firefox/addon/automatic-save-folder/versions/
---
 debian/rules              |  3 ++
 debian/upstream/changelog | 74 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 77 insertions(+)

diff --git a/debian/rules b/debian/rules
index 5e29ca5..8f98a4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,6 @@
 
 override_dh_auto_install:
 	install-xpi --remove-license-files -x GPL *.xpi
+
+override_dh_installchangelogs:
+	dh_installchangelogs debian/upstream/changelog
diff --git a/debian/upstream/changelog b/debian/upstream/changelog
new file mode 100644
index 0000000..5353f6d
--- /dev/null
+++ b/debian/upstream/changelog
@@ -0,0 +1,74 @@
+Version 1.0.4 - January 8, 2012
+Works with Firefox 1.5 and later
+
+- Prevent duplicated suggested folders on the save window.
+- Fixed single-click saving on Firefox 7.0.1+ if the current website URI is not in the database.
+
+
+Version 1.0.3 - December 7, 2011
+Works with Firefox 1.5 and later
+
+Changelog:
++ Compatibility with the new Firefox 7.0.1 Last Saved Path feature (Now memorized on a site-by-site basis).
++ Added an option to use the new site-by-site save mode for Firefox 7.0.1+ when no filter match.
+- Removed beta checking feature on non beta releases.
+* Prevent closing the save dialog if the preferences dialog is still open.
+* Memorize the preferences window size if the user make it bigger. It will use the default size if the window is shortened.
+
+Known bug:
+* Downloading a file located in an iframe's URL different than the current website's URL will not suggest the target folder correctly on Firefox 7.0.1+
+
+
+Version 1.0.2 - March 26, 2011
+Works with Firefox 1.5 and later
+
+* Compatible with Firefox 4.0.* (Edit: Tested and compatible up to Firefox 7.0.0)
+* You can now choose which data from the downloaded file you want to use to filter the domain field : File's domain, File's full URL, Active tab's domain, Active tab's full URL.
+* Send the filtered folder to DownThemAll!
+* Import/export the filters.
+* Removed the need of the slashes around a regular expression's filters.
+* New Locale : cs, sv-SE
+
+
+Version 1.0.1 - February 13, 2010
+Works with Firefox 1.5 - 3.7a1pre
+
+- Fixed a spelling error preventing ASF to work when no filter matched.
+- Fixed XML error on preference window with few locales
+- Added a missing Russian string on the filter's tab.
+- Set the suggested folder to desktop if no folder is returned
+
+
+Version 1.0.0 - February 8, 2010
+Works with Firefox 1.5 - 3.7a1pre
+
+* Filters are now working with right-click menu "save image as" and "save link as"
+* Compatible with Private Browsing mode
+* Many improvements and bug-fixes (see the ChangeLog in the About tab)
+
+
+Version 0.9.3 - July 4, 2009
+Works with Firefox 1.5 - 3.5.*
+
++ Added the version number in the main config window title.
++ Add option to double click a Path field to open the explorer window.
++ New tabs to separate filters, options, help and versions history.
++ New dynamic variable to create folders. (Thanks to Ted for the group capture with $1)
++ Option to activate or deactivate the dynamic variables (Advanced mode).
++ New context menu on the filter list to duplicate a filter, or move to top/bottom in one click.
++ [Experimental] For ease to use when the hosted domain is random (ex. to donwload firefox on mozilla.org):
+Check the filter with the current URI if the hosted domain file doesn't match.
+Attention to the filtering order : First the file hosted domain is checked, then the current website address.
+The data used to mark a domain as "previous" is still the one from the file hosted domain.
++ Limit the saving window width to the user main screen size. (Thanks to Julien)
++ Add an option to show a menu list on the saving window to select the saving folder from the filter's list.
+* Correction for unicode path (filters using unicode character in version 0.9.2 might be deleted, please rewrite them manually).
+* Correction of the editable parametter of new created filters.
+* Changed the way the links in the "about..." window works. Now it will open in a new tab.
+* Bigger menu and window for better visibility.
+* Code simplification for moving filters up/down.
+* Code simplification for the loading and auto-filling data in the "add" window.
+* Better visibility : All the windows are now dragable and the content fit accordingly.
+* Bug correction preventing the loading and reading of undefine or non existing preferences in about:config. (Thanks to Martin)
+* Complete script recoding to Global namespace (asked by Mozilla.com to submit the extension in public area)
+* cleaner code and comments. 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/automatic-save-folder.git



More information about the Pkg-mozext-commits mailing list