From dd3d8601c7009f3bc6731d8b8a68ff161d0abde2 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Mon, 22 May 2023 19:54:07 -0700 Subject: [PATCH] New version --- CHANGELOG.md | 2 +- README.md | 11 ++++++----- docs/_config.yml | 2 +- docs/_layouts/rising.html | 2 +- electron/package.json | 2 +- package.json | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5115f60..d96cc71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Canary +## 1.22.0 * Added quick profile view to the right side panel * Better YouTube previews (credit: [@twilight-sparkle-irl](https://github.com/twilight-sparkle-irl)) * Better Twitter previews (credit: [@twilight-sparkle-irl](https://github.com/twilight-sparkle-irl)) diff --git a/README.md b/README.md index 688be2d..7a980d5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Download -[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.21.2/F-Chat-Rising-1.21.2-win.exe) (82 MB) -| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.21.2/F-Chat-Rising-1.21.2-macos-intel.dmg) (82 MB) -| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.21.2/F-Chat-Rising-1.21.2-macos-m1.dmg) (84 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.21.2/F-Chat-Rising-1.21.2-linux.AppImage) (82 MB) +[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-win.exe) (82 MB) +| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-macos-intel.dmg) (82 MB) +| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-macos-m1.dmg) (84 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.22.0/F-Chat-Rising-1.22.0-linux.AppImage) (82 MB) # F-Chat Rising @@ -71,6 +71,7 @@ node pack.js * LFP ads are automatically rated (great/good/maybe/no) and matched against your profile * Private Conversations * View a characters' recent ads + * Quick prof * Link Previews * Hover cursor over any `[url]` to see a preview of it * Hover cursor over any character name to see a preview of the character @@ -91,7 +92,7 @@ node pack.js * Character view tabs (overview, images, etc.) stick to the top * Show/hide current profile with Ctrl+P or Command+P * Navigate back and forward in character profile view history - * Profile Analyzer guides you to adjust your profile to maximize matches + * Profile Analyzer guides you to adjust your profile to maximize matches * Character Search * Search results are sorted based on match scores * Best matching profiles get a 'unicorn' tag diff --git a/docs/_config.yml b/docs/_config.yml index fbb46a8..34876c3 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.21.2 + version: 1.22.0 url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index c300b32..8d74332 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -177,7 +177,7 @@ {% for platform in site.download.downloads %} {% endfor %} diff --git a/electron/package.json b/electron/package.json index d4b4460..39d654c 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.21.2", + "version": "1.22.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 5a09e5f..491b7a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.21.2", + "version": "1.22.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",