You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,6 @@ This extension currently supports:
24
24
***Augmented Browsing Toggle:** When you turn off Privly injection, the web page you are viewing will be restored to the un-augmented view.
25
25
***Testing Library:** The Jasmine testing library is integrated with the extension.
26
26
27
-
*This extension is yet to be packaged.*
28
-
29
27
## Testing/Submitting Bugs ##
30
28
31
29
Extension integration test cases are found at [test.privly.org](http://test.privly.org). If you have discovered a bug, only [open a public issue](https://github.com/privly/privly-jetpack/issues/new) on GitHub if it could not possibly be a security related bug. If the bug affects the security of the system, please send an email to privly@privly.org reporting the bug. We will then fix the bug and follow a process of responsible disclosure.
@@ -34,10 +32,7 @@ There are also unit and Selenium tests, which are found in the privly-applicatio
34
32
35
33
## Developer Documentation ##
36
34
37
-
Discussion of system concepts and high level processes are found in the
**For more information** on developing for this repository, read [development.md](https://github.com/privly/privly-jetpack/blob/master/development.md) in this directory.
35
+
Visit the [developer guide](https://priv.ly/pages/develop) for in depth development information. You should also read [development.md](https://github.com/privly/privly-jetpack/blob/master/development.md) in this directory.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"title": "Privly",
3
3
"id": "privly@priv.ly",
4
4
"name": "privly",
5
-
"version": "0.4.1",
5
+
"version": "0.4.2",
6
6
"description": "Privly enables you to post and read private content through any website without those websites storing or reading your content. This extension is still experimental. For more information on Privly development, go to https://priv.ly/pages/develop",
0 commit comments