diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1693c..2abb472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Canary +## 1.6.0 * Show number of unread notes and messages in the bottom right corner * Fixed max ad length for automated ads * Fixed 'unsure' sexual orientation to display correctly in character preview diff --git a/README.md b/README.md index b232f44..51f7233 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Download -[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.5.0/F-Chat-Rising-1.5.0-win.exe) (75 MB) -| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.5.0/F-Chat-Rising-1.5.0-macos.dmg) (76 MB) -| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.5.0/F-Chat-Rising-1.5.0-linux.AppImage) (76 MB) +[Windows](https://github.com/mrstallion/fchat-rising/releases/download/v1.6.0/F-Chat-Rising-1.6.0-win.exe) (75 MB) +| [MacOS](https://github.com/mrstallion/fchat-rising/releases/download/v1.6.0/F-Chat-Rising-1.6.0-macos.dmg) (76 MB) +| [Linux](https://github.com/mrstallion/fchat-rising/releases/download/v1.6.0/F-Chat-Rising-1.6.0-linux.AppImage) (76 MB) # F-Chat Rising diff --git a/docs/_config.yml b/docs/_config.yml index 87a0d33..c11ade4 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.5.0 + version: 1.6.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 f7a33c5..4ee680e 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "fchat", - "version": "1.5.0", + "version": "1.6.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 9023985..0ead2a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "f-list-rising", - "version": "1.5.0", + "version": "1.6.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",