New version
This commit is contained in:
parent
0e276b2258
commit
dd3d8601c7
|
@ -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))
|
||||
|
|
11
README.md
11
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
|
||||
|
|
|
@ -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%
|
||||
|
||||
|
|
|
@ -177,7 +177,7 @@
|
|||
{% for platform in site.download.downloads %}
|
||||
<div class="download_link {{platform.type}}">
|
||||
<a href="{{ site.download.url | replace: '%PLATFORM_TAIL%', platform.tail | replace: '%VERSION%', site.download.version }}"><i></i> {{platform.name}}</a>
|
||||
<small>({{ platform.size }}{% if platform.instructions %} | <a href='{{ platform.instructions }}'>Help with installation</a>{% endif %})</small>
|
||||
{% if platform.instructions %}<small>(<a href='{{ platform.instructions }}'>Help with installation</a>)</small>{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
</section>
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue