Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor updates for 2.5.1 #385

Merged
merged 6 commits into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Chatterino comes with a collection of built-in commands to help with channel man

### `/banid`

Usage: `/banid <userID>`[^1]
Usage: `/banid <userID>`

Bans a user by their userID instead of their username. Useful for banning users who are temporarily suspended from Twitch, which `/ban` cannot do anymore.

Expand Down Expand Up @@ -164,6 +164,4 @@ Add Command `Hello chat :)` with the trigger `/hello`. Now typing `/hello` in ch
- `{stream.game}` can be used to insert the game set in the current channel. Only works if the channel is live.
Example: Add Command `I'm currently playing {stream.game}` with trigger `/game`. Now typing `/game` will send a message like `I'm currently playing World of Warcraft`.

[^1]: Added in 2.4.2

[nightly]: ../Help/#what-is-nightly-and-how-to-use-install-it
2 changes: 1 addition & 1 deletion docs/Crash Analysis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Crash Analysis

When running on Windows, Chatterino 2.4.1 and later will automatically save information about a crash in a [minidump](https://docs.sentry.io/platforms/native/guides/minidumps/).
When running on Windows, Chatterino will automatically save information about a crash in a [minidump](https://docs.sentry.io/platforms/native/guides/minidumps/).

Crashdumps are saved inside the `Crashes/reports` folder in your [Chatterino folder](/Settings/#where-is-my-chatterino-folder-located).

Expand Down
2 changes: 1 addition & 1 deletion docs/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@ Basically, if you're unsure about the order of operations, use extra parentheses

[nightly]: ../Help/#what-is-nightly-and-how-to-use-install-it

[^1]: Available since [nightly] [69bdac9](https://github.com/Chatterino/chatterino2/commit/69bdac9936cd981679a8f5d2bf15b7873292b83f)
[^1]: Available since 2.5.1
4 changes: 0 additions & 4 deletions docs/Help.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ Twitch requires users to have a verified Phone Number attached to their account
You can add a phone number to your account in [Twitch Settings.](https://www.twitch.tv/settings/security)
![twitch_phone_auth](images/help/twitch_phone_auth.png)

#### You are on a Chatterino version older than 2.4.0:

On February 24th 2023 Twitch shutdown the service old versions of Chatterino used to send whispers. You must update to 2.4.0 or newer to continue sending whispers.

### FFZ/BTTV emotes are not working

You need to be logged in to see emotes.
Expand Down
2 changes: 1 addition & 1 deletion docs/Search.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Chatterino has a Search Popup which lets you quickly find messages in the chat.
You can use several search filters (format `filter:value`) to narrow down your search.
`value` can have multiple comma-separated entries (look at examples below).
Surround `value` in quotation marks to use whitespaces within it, useful for dealing with the regex filter.
Starting in 2.4.1 the ability to negate searches is possible. (format `!filter:value`)
The ability to negate searches is also possible. (format `!filter:value`)

- `from:<username>` - shows messages from certain users
- `has:<flags>` - shows messages containing specified elements. List of flags:
Expand Down
3 changes: 1 addition & 2 deletions docs/Themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<!-- TODO: v2.4.5 release -->

Chatterino supports custom-made themes since [nightly][nightly] [`5d0bdc1`][5d0bdc1].
Chatterino supports custom-made themes since 2.5.1.

Custom themes are JSON files that are stored in the `Themes` folder inside your [Chatterino folder][chatterino-folder].

Expand Down Expand Up @@ -76,6 +76,5 @@ These are some alternate ways of creating your own custom themes:
This section contains added, updated, and removed properties in a release, and commit for [nightly] versions.

[nightly]: Help.md/#what-is-nightly-and-how-to-use-install-it
[5d0bdc1]: https://github.com/Chatterino/chatterino2/commit/5d0bdc195e42863c5176d8ba3c0ecd2409d50805
[chatterino-folder]: Settings.md/#where-is-my-chatterino-folder-located
[res-themes]: https://github.com/Chatterino/chatterino2/tree/master/resources/themes
Loading