Skip to content

Commit b12caea

Browse files
authored
Merge pull request #105 from rthaut/release/v5.1.2
Version 5.1.2
2 parents 11515c8 + 32d2b4f commit b12caea

13 files changed

Lines changed: 2887 additions & 1339 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[<img align="right" src="https://travis-ci.com/rthaut/deviantART-Filter.svg?branch=master" alt="Build Status"/>](https://travis-ci.com/rthaut/deviantART-Filter)
22
[<img align="right" src="https://badges.renovateapi.com/github/rthaut/deviantART-Filter" alt="Renovate Status"/>](https://renovatebot.com/)
33

4-
# DeviantArt Filter 5.1.1
4+
# DeviantArt Filter 5.1.2
55

66
> Allows configurable filtering/removal of deviations by user, tag, and/or category on DeviantArt
77

_locales/en/options.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -86,26 +86,6 @@
8686
"message": "Set a custom color for the text of the placeholder shown in place of filtered deviations.",
8787
"description": ""
8888
},
89-
"OptionPrivateStorageName": {
90-
"message": "Use Filters in Private/Incognito Mode",
91-
"description": ""
92-
},
93-
"OptionPrivateStorageDescription": {
94-
"message": "This option determines if filters that are created in normal browsing mode are available while in Private/Incognito mode.",
95-
"description": ""
96-
},
97-
"OptionPrivateStorageValueWrite": {
98-
"message": "Yes, and save changes",
99-
"description": ""
100-
},
101-
"OptionPrivateStorageValueRead": {
102-
"message": "Yes, but do NOT save changes",
103-
"description": ""
104-
},
105-
"OptionPrivateStorageValueNone": {
106-
"message": "No",
107-
"description": ""
108-
},
10989
"OptionUpdateError": {
11090
"message": "An error occurred while updating the $OPTION$ option: $ERROR$",
11191
"description": "The error message displayed if an option fails to update correctly.",

gulp.config.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,17 @@ module.exports = {
3434
},
3535
'uglify': {
3636
'compress': {
37-
'drop_console': true
37+
'drop_console': false,
38+
'pure_funcs': [
39+
'console.group',
40+
'console.groupCollapsed',
41+
'console.groupEnd',
42+
'console.debug',
43+
'console.log',
44+
'console.info',
45+
'console.warning',
46+
//'console.error' // intentionally keeping console.error for troubleshooting release builds
47+
]
3848
},
3949
'mangle': true
4050
}

manifests/manifest.chrome.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"minimum_chrome_version": "42.0",
3-
4-
"options_ui": {
5-
"page": "pages/options/options.html"
6-
}
2+
"minimum_chrome_version": "42.0"
73
}

manifests/manifest.firefox.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@
44
"id": "{a2ce7c11-e47d-42cf-b6db-ede36265cf6c}",
55
"strict_min_version": "55.0"
66
}
7-
},
8-
9-
"options_ui": {
10-
"browser_style": true,
11-
"page": "pages/options/options.html"
127
}
138
}

0 commit comments

Comments
 (0)