This commit is contained in:
Mr. Stallion 2020-10-24 18:28:53 -05:00
parent 73345e38ae
commit f4b122c681
5 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -4,6 +4,8 @@ node_modules/
/mobile/www /mobile/www
/webchat/dist /webchat/dist
/electron/adblocker.bin
.idea/ .idea/

View File

@ -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

View File

@ -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%

View File

@ -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",

View File

@ -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",