Updated version
This commit is contained in:
		
							parent
							
								
									b09fe7ec43
								
							
						
					
					
						commit
						c0bf309f6d
					
				@ -1,11 +1,11 @@
 | 
				
			|||||||
# Changelog
 | 
					# Changelog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Canary
 | 
					## 1.10.0
 | 
				
			||||||
*   Moved database queries to a web worker to gain more responsive UI
 | 
					*   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
 | 
					*   Fixed green names not showing up when 'show friends/bookmarks in a different colour' is selected
 | 
				
			||||||
*   Sped up Imgur previews
 | 
					*   Sped up Imgur previews
 | 
				
			||||||
*   Minor UI design adjustments for user names and badges
 | 
					*   Minor UI design adjustments for usernames with badges
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 1.9.0
 | 
					## 1.9.0
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
# Download
 | 
					# Download
 | 
				
			||||||
[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.9.0/F-Chat-Rising-1.9.0-win.exe) (75 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.9.0/F-Chat-Rising-1.9.0-macos.dmg) (76 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.9.0/F-Chat-Rising-1.9.0-linux.AppImage) (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
 | 
					# F-Chat Rising
 | 
				
			||||||
 | 
				
			|||||||
@ -240,7 +240,7 @@ export class ImageDomMutator {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        this.add(
 | 
					        this.add(
 | 
				
			||||||
            'hentai-foundry.com',
 | 
					            'hentai-foundry.com',
 | 
				
			||||||
            this.getBaseJsMutatorScript(['main video', 'main img']),
 | 
					            this.getBaseJsMutatorScript(['#picBox video', '#picBox img']),
 | 
				
			||||||
            (url: string): string => {
 | 
					            (url: string): string => {
 | 
				
			||||||
                const u = urlHelper.parse(url, true);
 | 
					                const u = urlHelper.parse(url, true);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -117,3 +117,5 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    [url=https://twitter.com/kittykushman2/status/1351824713094483970]Twitter single sensitive marked image[/url]
 | 
					    [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]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -50,7 +50,7 @@ theme: jekyll-theme-slate
 | 
				
			|||||||
changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
 | 
					changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
 | 
				
			||||||
 | 
					
 | 
				
			||||||
download:
 | 
					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%
 | 
					  url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL%
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "fchat",
 | 
					  "name": "fchat",
 | 
				
			||||||
  "version": "1.9.0",
 | 
					  "version": "1.10.0",
 | 
				
			||||||
  "author": "The F-List Team and Mister Stallion (Esq.)",
 | 
					  "author": "The F-List Team and Mister Stallion (Esq.)",
 | 
				
			||||||
  "description": "F-List.net Chat Client",
 | 
					  "description": "F-List.net Chat Client",
 | 
				
			||||||
  "main": "main.js",
 | 
					  "main": "main.js",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "f-list-rising",
 | 
					  "name": "f-list-rising",
 | 
				
			||||||
  "version": "1.9.0",
 | 
					  "version": "1.10.0",
 | 
				
			||||||
  "author": "The F-List Team and and Mister Stallion (Esq.)",
 | 
					  "author": "The F-List Team and and Mister Stallion (Esq.)",
 | 
				
			||||||
  "description": "A heavily modded F-Chat 3.0 client for F-List",
 | 
					  "description": "A heavily modded F-Chat 3.0 client for F-List",
 | 
				
			||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user