diff --git a/CHANGELOG.md b/CHANGELOG.md index 7566230..ec78bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,19 @@ # Changelog -## Canary +## 1.26.0 * 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: * `[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. * The URL must point directly to an image resource, such as PNG, GIF, or JPG (think of it as ``). + * 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) * 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) * [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) * 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). diff --git a/docs/_config.yml b/docs/_config.yml index 020a253..e8b1a92 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -51,7 +51,7 @@ changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md installurl: https://github.com/hearmeneigh/fchat-rising/wiki download: - version: 1.25.1 + version: 1.26.0 url: https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-%PLATFORM_TAIL% diff --git a/electron/package.json b/electron/package.json index cfa7f3d..73d628f 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.25.1", + "version": "1.26.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 8c95b77..fae5c52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.25.1", + "version": "1.26.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",