Skip to content

Commit bc2147a

Browse files
committed
Bump version
1 parent 729fcc8 commit bc2147a

File tree

4 files changed

+107
-1
lines changed

4 files changed

+107
-1
lines changed

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "AO3 Enhancer",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"description": "Enhancement extension for Archive of Our Own.",
66
"author": "MonoScyron",
77
"icons": {

src/content_scripts/hide-works.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export function hideWorks(works: WorkElement[], document: Document, settings: {
1818
/**
1919
* Checks if the given work should be hidden
2020
* @param work Work to check
21+
* @param settings Settings of extension
2122
* @return Full reason why the work should be hidden, null if work shouldn't be hidden
2223
*/
2324
function shouldHide(work: WorkElement, settings: { [key: string]: any }): string | null {

0 commit comments

Comments
 (0)