This commit is contained in:
Mr. Stallion 2024-01-26 19:52:32 -08:00
parent d52b1fb2c6
commit 6346344c51
4 changed files with 8 additions and 6 deletions

View File

@ -1,17 +1,19 @@
# Changelog # Changelog
## Canary ## 1.26.0
* High-quality portraits * High-quality portraits
* Override the default 100x100px portrait with a high-resolution image
* Add the following anywhere in your character's profile to enable high-quality portrait: * Add the following anywhere in your character's profile to enable high-quality portrait:
* `[url=https://some.domain.ext/path/to/image.png]Rising Portrait[/url]` * `[url=https://some.domain.ext/path/to/image.png]Rising Portrait[/url]`
* Replace `https://some.domain.ext/path/to/image.png` with the URL to your portrait. * Replace `https://some.domain.ext/path/to/image.png` with the URL to your portrait.
* The URL must point directly to an image resource, such as PNG, GIF, or JPG (think of it as `<img src="YOUR URL" />`). * The URL must point directly to an image resource, such as PNG, GIF, or JPG (think of it as `<img src="YOUR URL" />`).
* You will need to refresh the character profile in F-Chat Rising to see the new portrait.
* Yes, animations are supported! (GIF, APNG, AVIF, WebP) * Yes, animations are supported! (GIF, APNG, AVIF, WebP)
* The image must be hosted on one of the following services: * The image must be hosted on one of the following services:
* `f-list.net` (profile images and inline images are supported) * `f-list.net` (profile image URLs and inline image URLs are supported)
* [e621.net](https://e621.net) * [e621.net](https://e621.net)
* [imgur.com](https://imgur.com) * [imgur.com](https://imgur.com)
* [freeimage.host](https://freeimage.host) * [freeimage.host](https://freeimage.host) and its short-url `iili.io`
* [redgifs.com](https://redgifs.com) * [redgifs.com](https://redgifs.com)
* High-quality portraits are only visible to other F-Chat Rising users; users on other clients will see your regular portrait. * High-quality portraits are only visible to other F-Chat Rising users; users on other clients will see your regular portrait.
* If your image is not a square, [you're gonna have a bad time](https://www.youtube.com/watch?v=6Ls5j5iz2eA). * If your image is not a square, [you're gonna have a bad time](https://www.youtube.com/watch?v=6Ls5j5iz2eA).

View File

@ -51,7 +51,7 @@ changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md
installurl: https://github.com/hearmeneigh/fchat-rising/wiki installurl: https://github.com/hearmeneigh/fchat-rising/wiki
download: download:
version: 1.25.1 version: 1.26.0
url: https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-%PLATFORM_TAIL% url: https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-%PLATFORM_TAIL%

View File

@ -1,6 +1,6 @@
{ {
"name": "fchat", "name": "fchat",
"version": "1.25.1", "version": "1.26.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "f-list-rising", "name": "f-list-rising",
"version": "1.25.1", "version": "1.26.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",