1.5.0
This commit is contained in:
parent
4ceee99520
commit
3a736dea26
|
@ -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
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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%
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue