diff --git a/CHANGELOG.md b/CHANGELOG.md index 360f4d2..c9ec4a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ * Post Ads and Ad Editor have been merged together into My Ads * Profile Helper now only shows up if you have anything to fix; otherwise the profile helper can be found in the Settings menu +## 1.24.0 +* Hotfix to address issue with multiple tabs + ## 1.24.0 * Channel owners can now add `[ads: 30min]` in the channel description to limit how often Rising auto-posts ads on the channel * Neko/mimi species are now considered human, not anthro diff --git a/PRIVACY.md b/PRIVACY.md index 9b8b51c..a4242e5 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -36,4 +36,5 @@ information such as custom dictionary words. By default, the data is stored in: | MacOS | `~/Library/Application Support/fchat` | | Linux | `~/.config/fchat` | -F-List account usernames and passwords are stored in a secure datastore provided by your operating system. For more information, see [electron-store](https://www.npmjs.com/package/electron-store). +F-List account usernames and passwords are stored in a secure datastore provided by your operating system. +For more information, see [electron safeStorage](https://www.electronjs.org/docs/latest/api/safe-storage). diff --git a/docs/_config.yml b/docs/_config.yml index d8bcc56..02f941f 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -48,23 +48,29 @@ exclude: theme: jekyll-theme-slate changelog: https://github.com/hearmeneigh/fchat-rising/blob/master/CHANGELOG.md +installurl: https://github.com/hearmeneigh/fchat-rising/wiki download: - version: 1.24.0 + version: 1.24.1 - url: https://github.com/hearmeneigh/fchat-rising/releases/download/v%VERSION%/F-Chat-Rising-%VERSION%-%PLATFORM_TAIL% + url: https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-%PLATFORM_TAIL% downloads: - type: win - name: Windows - tail: win.exe + name: Windows (x64) + tail: win-x64.exe + size: 84 MB + + - type: win + name: Windows (arm64) + tail: win-arm64.exe size: 84 MB - type: mac name: MacOS (Intel) tail: macos-intel.dmg size: 80 MB - instructions: ./macos-install + # instructions: ./macos-install - type: mac name: MacOS (M1) @@ -72,7 +78,12 @@ download: size: 83 MB - type: linux - name: Linux - tail: linux.AppImage + name: Linux (x64) + tail: linux-x64.AppImage + size: 82 MB + + - type: linux + name: Linux (arm64) + tail: linux-arm64.AppImage size: 82 MB diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index e8952e5..459405a 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -11,7 +11,7 @@