New version
This commit is contained in:
parent
0e276b2258
commit
dd3d8601c7
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Canary
|
## 1.22.0
|
||||||
* Added quick profile view to the right side panel
|
* Added quick profile view to the right side panel
|
||||||
* Better YouTube previews (credit: [@twilight-sparkle-irl](https://github.com/twilight-sparkle-irl))
|
* 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))
|
* Better Twitter previews (credit: [@twilight-sparkle-irl](https://github.com/twilight-sparkle-irl))
|
||||||
|
|
11
README.md
11
README.md
|
@ -1,8 +1,8 @@
|
||||||
# Download
|
# Download
|
||||||
[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.21.2/F-Chat-Rising-1.21.2-win.exe) (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.21.2/F-Chat-Rising-1.21.2-macos-intel.dmg) (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.21.2/F-Chat-Rising-1.21.2-macos-m1.dmg) (84 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.21.2/F-Chat-Rising-1.21.2-linux.AppImage) (82 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
|
# F-Chat Rising
|
||||||
|
@ -71,6 +71,7 @@ node pack.js
|
||||||
* LFP ads are automatically rated (great/good/maybe/no) and matched against your profile
|
* LFP ads are automatically rated (great/good/maybe/no) and matched against your profile
|
||||||
* Private Conversations
|
* Private Conversations
|
||||||
* View a characters' recent ads
|
* View a characters' recent ads
|
||||||
|
* Quick prof
|
||||||
* Link Previews
|
* Link Previews
|
||||||
* Hover cursor over any `[url]` to see a preview of it
|
* Hover cursor over any `[url]` to see a preview of it
|
||||||
* Hover cursor over any character name to see a preview of the character
|
* 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
|
* Character view tabs (overview, images, etc.) stick to the top
|
||||||
* Show/hide current profile with Ctrl+P or Command+P
|
* Show/hide current profile with Ctrl+P or Command+P
|
||||||
* Navigate back and forward in character profile view history
|
* 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
|
* Character Search
|
||||||
* Search results are sorted based on match scores
|
* Search results are sorted based on match scores
|
||||||
* Best matching profiles get a 'unicorn' tag
|
* 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
|
changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md
|
||||||
|
|
||||||
download:
|
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%
|
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 %}
|
{% for platform in site.download.downloads %}
|
||||||
<div class="download_link {{platform.type}}">
|
<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>
|
<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>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fchat",
|
"name": "fchat",
|
||||||
"version": "1.21.2",
|
"version": "1.22.0",
|
||||||
"author": "The F-List Team and Mister Stallion (Esq.)",
|
"author": "The F-List Team and Mister Stallion (Esq.)",
|
||||||
"description": "F-List.net Chat Client",
|
"description": "F-List.net Chat Client",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "f-list-rising",
|
"name": "f-list-rising",
|
||||||
"version": "1.21.2",
|
"version": "1.22.0",
|
||||||
"author": "The F-List Team and and Mister Stallion (Esq.)",
|
"author": "The F-List Team and and Mister Stallion (Esq.)",
|
||||||
"description": "A heavily modded F-Chat 3.0 client for F-List",
|
"description": "A heavily modded F-Chat 3.0 client for F-List",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in New Issue