Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.4.5 to 1.4.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vmactions/freebsd-vm/releases">vmactions/freebsd-vm's releases</a>.</em></p> <blockquote> <h2>v1.4.6</h2> <p>update images for stability and reliability</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/vmactions/freebsd-vm/compare/v1.4.5...v1.4.6">https://github.com/vmactions/freebsd-vm/compare/v1.4.5...v1.4.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vmactions/freebsd-vm/commit/a6de9343ef5747433d9c25784c90e84998b9d69a"><code>a6de934</code></a> Update vmactions/freebsd-vm from base-vm</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/97fccd4571e9acaf24d89f675f59a178b7a5ebc6"><code>97fccd4</code></a> Generated from base-vm</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/31a870e7368014ab18f22d798401367896ba656b"><code>31a870e</code></a> update for reliability</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/a05d987c8f88d9d97e43a29598fba6b0db3a19b5"><code>a05d987</code></a> Update vmactions/freebsd-vm from base-vm</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/bd150013d1f8772ed7c93ebbc5d7aadfbb4ee2cd"><code>bd15001</code></a> Generated from base-vm</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/5bbc26dbb50e84f2b0edad7be53cc06bc73f8d6b"><code>5bbc26d</code></a> update</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/67a8329a56d80ad1a9dce617fdc23f210662fcbf"><code>67a8329</code></a> Update vmactions/freebsd-vm from base-vm</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/ae9b07f56b4227e5c42c75f5d3ccbc7066ddd06c"><code>ae9b07f</code></a> Generated from base-vm</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/e490b38ff140247e6438d047869eb4849b2f1bb4"><code>e490b38</code></a> Update vmactions/freebsd-vm from base-vm</li> <li><a href="https://github.com/vmactions/freebsd-vm/commit/9a3cdc625307049519a8f00d6ef7abd720ef521b"><code>9a3cdc6</code></a> Generated from base-vm</li> <li>Additional commits viewable in <a href="https://github.com/vmactions/freebsd-vm/compare/v1.4.5...v1.4.6">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
Chatterino 2

Chatterino 2 is a chat client for Twitch.tv. The Chatterino 2 wiki can be found here. Contribution guidelines can be found here.
Download
Current releases are available at https://chatterino.com. Windows users can also install Chatterino from Chocolatey.
Nightly build
You can download the latest Chatterino 2 build over here
You might also need to install the VC++ Redistributables from Microsoft if you do not have it installed already.
If you still receive an error about MSVCR120.dll missing, then you should install the VC++ 2013 Restributable.
Building
To get source code with required submodules run:
git clone --recurse-submodules https://github.com/Chatterino/chatterino2.git
or
git clone https://github.com/Chatterino/chatterino2.git
cd chatterino2
git submodule update --init --recursive
- Building on Windows
- Building on Windows with vcpkg
- Building on Linux
- Building on macOS
- Building on FreeBSD
Git blame
This project has big commits in the history which touch most files while only doing stylistic changes. To improve the output of git-blame, consider setting:
git config blame.ignoreRevsFile .git-blame-ignore-revs
This will ignore all revisions mentioned in the .git-blame-ignore-revs
file. GitHub does this by default.
Code style
The code is formatted using clang-format. Our configuration is found in the .clang-format file in the repository root directory.
For more contribution guidelines, take a look at the wiki.
Doxygen
Doxygen is used to generate project information daily and is available here.