Updated version

This commit is contained in:
Mr. Stallion 2021-02-03 19:53:06 -06:00
parent b09fe7ec43
commit c0bf309f6d
7 changed files with 12 additions and 10 deletions

View File

@ -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

View File

@ -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

View File

@ -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);

View File

@ -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]

View File

@ -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%

View File

@ -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",

View File

@ -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",