Skip to content

Commit

Permalink
Merge pull request #105 from rthaut/release/v5.1.2
Browse files Browse the repository at this point in the history
Version 5.1.2
  • Loading branch information
rthaut committed Jun 28, 2019
2 parents 11515c8 + 32d2b4f commit b12caea
Show file tree
Hide file tree
Showing 13 changed files with 2,887 additions and 1,339 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[<img align="right" src="https://travis-ci.com/rthaut/deviantART-Filter.svg?branch=master" alt="Build Status"/>](https://travis-ci.com/rthaut/deviantART-Filter)
[<img align="right" src="https://badges.renovateapi.com/github/rthaut/deviantART-Filter" alt="Renovate Status"/>](https://renovatebot.com/)

# DeviantArt Filter 5.1.1
# DeviantArt Filter 5.1.2

> Allows configurable filtering/removal of deviations by user, tag, and/or category on DeviantArt
Expand Down
20 changes: 0 additions & 20 deletions _locales/en/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,6 @@
"message": "Set a custom color for the text of the placeholder shown in place of filtered deviations.",
"description": ""
},
"OptionPrivateStorageName": {
"message": "Use Filters in Private/Incognito Mode",
"description": ""
},
"OptionPrivateStorageDescription": {
"message": "This option determines if filters that are created in normal browsing mode are available while in Private/Incognito mode.",
"description": ""
},
"OptionPrivateStorageValueWrite": {
"message": "Yes, and save changes",
"description": ""
},
"OptionPrivateStorageValueRead": {
"message": "Yes, but do NOT save changes",
"description": ""
},
"OptionPrivateStorageValueNone": {
"message": "No",
"description": ""
},
"OptionUpdateError": {
"message": "An error occurred while updating the $OPTION$ option: $ERROR$",
"description": "The error message displayed if an option fails to update correctly.",
Expand Down
12 changes: 11 additions & 1 deletion gulp.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,17 @@ module.exports = {
},
'uglify': {
'compress': {
'drop_console': true
'drop_console': false,
'pure_funcs': [
'console.group',
'console.groupCollapsed',
'console.groupEnd',
'console.debug',
'console.log',
'console.info',
'console.warning',
//'console.error' // intentionally keeping console.error for troubleshooting release builds
]
},
'mangle': true
}
Expand Down
6 changes: 1 addition & 5 deletions manifests/manifest.chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
{
"minimum_chrome_version": "42.0",

"options_ui": {
"page": "pages/options/options.html"
}
"minimum_chrome_version": "42.0"
}
5 changes: 0 additions & 5 deletions manifests/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@
"id": "{a2ce7c11-e47d-42cf-b6db-ede36265cf6c}",
"strict_min_version": "55.0"
}
},

"options_ui": {
"browser_style": true,
"page": "pages/options/options.html"
}
}
Loading

0 comments on commit b12caea

Please sign in to comment.