From f4b122c681191e4ee9ba0bd5c7deff649921d138 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 24 Oct 2020 18:28:53 -0500 Subject: [PATCH] v1.3.0 --- .gitignore | 2 ++ CHANGELOG.md | 6 ++++-- docs/_config.yml | 2 +- electron/package.json | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1455bb3..66d21b6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ node_modules/ /mobile/www /webchat/dist +/electron/adblocker.bin + .idea/ diff --git a/CHANGELOG.md b/CHANGELOG.md index 107367d..f460316 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ * Toggle ads button shows up in channels list if you have set up ads for the channel * Ad editor is now a BBCode editor * 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 -* 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 diff --git a/docs/_config.yml b/docs/_config.yml index 099024c..c9f2c72 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -49,7 +49,7 @@ theme: jekyll-theme-slate changelog: https://github.com/mrstallion/fchat-rising/blob/master/CHANGELOG.md 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% diff --git a/electron/package.json b/electron/package.json index 2121061..76508bf 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.2.0", + "version": "1.3.0", "author": "The F-List Team and Mister Stallion (Esq.)", "description": "F-List.net Chat Client", "main": "main.js", diff --git a/package.json b/package.json index 46aae1f..c842a42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.2.0", + "version": "1.3.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",