diff --git a/CHANGELOG.md b/CHANGELOG.md index 78d2916..f545eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Changelog -## Canary +## 1.10.0 * Moved database queries to a web worker to gain more responsive UI -* Fixed Gelbooru, Gfycat, Instagram, Twitter, and Vimeo previews +* Fixed Gelbooru, Gfycat, Hentai-Foundry, Instagram, Twitter, and Vimeo previews * Fixed green names not showing up when 'show friends/bookmarks in a different colour' is selected * Sped up Imgur previews -* Minor UI design adjustments for user names and badges +* Minor UI design adjustments for usernames with badges ## 1.9.0 diff --git a/README.md b/README.md index 4823511..e50b0ec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Download -[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.9.0/F-Chat-Rising-1.9.0-win.exe) (75 MB) -| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.9.0/F-Chat-Rising-1.9.0-macos.dmg) (76 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.9.0/F-Chat-Rising-1.9.0-linux.AppImage) (76 MB) +[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.10.0/F-Chat-Rising-1.10.0-win.exe) (75 MB) +| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.10.0/F-Chat-Rising-1.10.0-macos.dmg) (76 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.10.0/F-Chat-Rising-1.10.0-linux.AppImage) (76 MB) # F-Chat Rising diff --git a/chat/preview/image-dom-mutator.ts b/chat/preview/image-dom-mutator.ts index 2fec6ce..59aeba1 100644 --- a/chat/preview/image-dom-mutator.ts +++ b/chat/preview/image-dom-mutator.ts @@ -240,7 +240,7 @@ export class ImageDomMutator { this.add( 'hentai-foundry.com', - this.getBaseJsMutatorScript(['main video', 'main img']), + this.getBaseJsMutatorScript(['#picBox video', '#picBox img']), (url: string): string => { const u = urlHelper.parse(url, true); diff --git a/chat/preview/test-urls.txt b/chat/preview/test-urls.txt index e84fa42..136708c 100644 --- a/chat/preview/test-urls.txt +++ b/chat/preview/test-urls.txt @@ -117,3 +117,5 @@ [url=https://twitter.com/kittykushman2/status/1351824713094483970]Twitter single sensitive marked image[/url] + [url=https://www.hentai-foundry.com/pictures/user/LeraPI/879374/PDQ-style-my-OC-Violette]Hentai-foundry.com[/url] + diff --git a/docs/_config.yml b/docs/_config.yml index ba808cf..3fe0491 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -50,7 +50,7 @@ theme: jekyll-theme-slate changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md download: - version: 1.9.0 + version: 1.10.0 url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% diff --git a/electron/package.json b/electron/package.json index dee2c0a..a68387b 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.9.0", + "version": "1.10.0", "author": "The F-List Team and Mister Stallion (Esq.)", "description": "F-List.net Chat Client", "main": "main.js", diff --git a/package.json b/package.json index 70dae67..bc68e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.9.0", + "version": "1.10.0", "author": "The F-List Team and and Mister Stallion (Esq.)", "description": "A heavily modded F-Chat 3.0 client for F-List", "license": "MIT",