Skip to content

Commit

Permalink
Release RequestPolicyContinued 1.0.beta9
Browse files Browse the repository at this point in the history
  • Loading branch information
myrdd committed Apr 29, 2015
2 parents 2566d2b + ae36494 commit 6eaf8f5
Show file tree
Hide file tree
Showing 237 changed files with 15,540 additions and 9,102 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.*
!.gitignore
!tests/content/.htaccess
*.jar
*.xpi
*.bak*
Expand All @@ -8,3 +9,6 @@
# build and dist directories in the root folder
/build/
/dist/

/tests/mozmill/data
/tests/mozmill/mozmill-tests
35 changes: 34 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,41 @@
### RequestPolicy Continued ChangeLog
### RequestPolicyContinued ChangeLog

Note: ChangeLogs for the source code and unit tests, both not relevant for
users, you can find in the dedicated subdirectories.

#### Version 1.0.beta9
* new features
* RPC is now a bootstrapped addon. (#489)
This means that the addon can be installed, upgraded etc. without
restarting firefox.
* the RequestLog now has a RegEx filter (#537)
* releases are now signed (#465)
* On preferences pages, if a preference's value gets changed somewhere
else, the preferences page is automatically updated.
See for example commit 576d09d.
* updated translation (ja, de)
* bugfixes
* bugs regarding requests with an origin and/or destination
without a host:
- The request log did not show such requests; now it does.
- Such requests have always been rejected until the workaround
introduced in beta8. This bug has now been fixed, so the
workaround has been removed. (#447)
In fact a user can now define rules which specify only a "scheme",
no "host". Such rules will match also on requests without host.

#### Version 1.0.beta8.2 (bugfix)
* fix a bug that caused the subscription `deny_trackers.json` to be
ignored (#582)
* add some schemes to the temporary whitelist, see #447
- `gopher`
- `spotify`
- `greasemonkey-script`
- `floatnotes`

#### Version 1.0.beta8.1 (bugfix)
* it was not possible to delete rules (#514)

#### Version 1.0.beta8
* new features
* Changes to the `Manage Policies` page, thanks to @chrisbura (#459)
Expand Down
577 changes: 577 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 6eaf8f5

Please sign in to comment.