Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/JamesIves/github…
Browse files Browse the repository at this point in the history
…-pages-deploy-action-4.6.1
  • Loading branch information
Felanbird authored May 25, 2024
2 parents cfce68b + 6792c40 commit 80555a8
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 13 deletions.
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
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material==9.5.23
mkdocs-material==9.5.24
mkdocs-git-revision-date-localized-plugin==1.2.5

0 comments on commit 80555a8

Please sign in to comment.