From 350ae835b374682429d648b8e36672aafc63829e Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Mon, 8 Aug 2022 21:13:37 -0700 Subject: [PATCH] Version bump --- CHANGELOG.md | 8 ++++++++ README.md | 8 ++++---- docs/_config.yml | 2 +- electron/package.json | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc3a783..efe8b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.19.0 +* Fixed formatting for body type comparison +* Fixed auto-responder failing to send a message in certain cases +* Fixed profile kink highlights so that 'receiving' and 'giving' types of the same kink are handled correctly +* Added character status text to character profile +* Added 'Recon' tab to character profile +* Added a button for sorting channel member list by name (default), status, gender + ## 1.18.1 * Minor smart filtering fixes diff --git a/README.md b/README.md index a5e7fd9..356af04 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Download -[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.18.1/F-Chat-Rising-1.18.1-win.exe) (82 MB) -| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.18.1/F-Chat-Rising-1.18.1-macos-intel.dmg) (82 MB) -| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.18.1/F-Chat-Rising-1.18.1-macos-m1.dmg) (84 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.18.1/F-Chat-Rising-1.18.1-linux.AppImage) (82 MB) +[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.0/F-Chat-Rising-1.19.0-win.exe) (82 MB) +| [MacOS Intel](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.0/F-Chat-Rising-1.19.0-macos-intel.dmg) (82 MB) +| [MacOS M1](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.0/F-Chat-Rising-1.19.0-macos-m1.dmg) (84 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.19.0/F-Chat-Rising-1.19.0-linux.AppImage) (82 MB) # F-Chat Rising diff --git a/docs/_config.yml b/docs/_config.yml index 7da297b..39998b1 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.18.1 + version: 1.19.0 url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% diff --git a/electron/package.json b/electron/package.json index cb07ba6..08cc8bc 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.18.1", + "version": "1.19.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 a625e45..14e0538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.18.1", + "version": "1.19.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",