v1.3.0
This commit is contained in:
parent
73345e38ae
commit
f4b122c681
|
@ -4,6 +4,8 @@ node_modules/
|
||||||
/mobile/www
|
/mobile/www
|
||||||
/webchat/dist
|
/webchat/dist
|
||||||
|
|
||||||
|
/electron/adblocker.bin
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,11 +5,13 @@
|
||||||
* Toggle ads button shows up in channels list if you have set up ads for the channel
|
* Toggle ads button shows up in channels list if you have set up ads for the channel
|
||||||
* Ad editor is now a BBCode editor
|
* Ad editor is now a BBCode editor
|
||||||
* Improved Tumblr previews
|
* Improved Tumblr previews
|
||||||
* Twitter previews have been disabled for now because they crash the client
|
* Twitter previews have been disabled for now (they crash the client)
|
||||||
|
* Right-click character menu now displays match results
|
||||||
|
* Fixed issues with image preview ad blocker
|
||||||
|
|
||||||
|
|
||||||
## 1.2.0
|
## 1.2.0
|
||||||
* Hide/show current character profile with Ctrl+P or Command+P
|
* Hide/show current character 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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,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.2.0
|
version: 1.3.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%
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "fchat",
|
"name": "fchat",
|
||||||
"version": "1.2.0",
|
"version": "1.3.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.2.0",
|
"version": "1.3.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