This commit is contained in:
Mr. Stallion 2020-11-21 15:35:36 -06:00
parent 4ceee99520
commit 3a736dea26
6 changed files with 339 additions and 323 deletions

View File

@ -1,9 +1,10 @@
# Changelog
## Canary
## 1.5.0
* Use `Ctrl+Tab`, `Ctrl+Shift+Tab`, `Ctrl+PgDown`, and `Ctrl+PgUp` to switch between character tabs
* Better search rankings
* Really good matches get 'unicorn' tag
* Really good matches get a 'unicorn' tag
* Relaxed matching rules for switches so that they match better against 'usually dominant' and 'usually submissive' profiles
* Fixed IMGBB, Shadbase previews

View File

@ -1,7 +1,7 @@
# Download
[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.4.1/F-Chat-Rising-1.4.1-win.exe) (75 MB)
| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.4.1/F-Chat-Rising-1.4.1-macos.dmg) (76 MB)
| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.4.1/F-Chat-Rising-1.4.1-linux.AppImage) (76 MB)
[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.5.0/F-Chat-Rising-1.5.0-win.exe) (75 MB)
| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.5.0/F-Chat-Rising-1.5.0-macos.dmg) (76 MB)
| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.5.0/F-Chat-Rising-1.5.0-linux.AppImage) (76 MB)
# F-Chat Rising
@ -51,6 +51,7 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0
* Navigate back and forward in character profile view history
* Character Search
* Search results are sorted based on match scores
* Best matching profiles get a 'unicorn' tag
* Display match score in search results
* Current search filters are listed in the search dialog
* Search filters can be reset

View File

@ -49,7 +49,7 @@ theme: jekyll-theme-slate
changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
download:
version: 1.4.1
version: 1.5.0
url: https://github.com/mrstallion/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL%

View File

@ -1,6 +1,6 @@
{
"name": "fchat",
"version": "1.4.1",
"version": "1.5.0",
"author": "The F-List Team and Mister Stallion (Esq.)",
"description": "F-List.net Chat Client",
"main": "main.js",

View File

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

644
yarn.lock

File diff suppressed because it is too large Load Diff