chatterino:2.2.2-fix

Last commit made on 2020-11-17
Get this branch:
git clone -b 2.2.2-fix https://git.launchpad.net/chatterino

Branch merges

Branch information

Name:
2.2.2-fix
Repository:
lp:chatterino

Recent commits

af89e14... by fourtf <email address hidden>

Update build.yml

a82f57f... by fourtf <email address hidden>

bump version to 2.2.2-fix

4884c88... by fourtf <email address hidden>

fixed ffz issue

07fc0c3... by fourtf <email address hidden>

2.2.2

279a80b... by fourtf <email address hidden>

fixed a potentional bug

63c167f... by fourtf <email address hidden>

2.2.1

9303517... by Nico Sonack <email address hidden>

(#1874) Disable updates on non-Windows, Linux or macOS platforms (#1914)

* (#1874) Disable update checking for unsupported platforms

As described #1874, only Windows, macOS and GNU/Linux are officially
supplied with builds. Thus checking for updates is unnecessary if we
are e.g. on FreeBSD, OpenBSD, illumos distros and possibly other
Operating Systems.

This fixes #1874 by ifdef-ing the 3 officially supported platforms
when checking for updates. Otherwise a debug warning will be emitted
and in the settings the checkbox for beta-updates is hidden and
replaced by a message, explaining the reason for why there are no beta
updates.

* Update CHANGELOG

In accordance with #1874

* (#1874) Move platform check into checkForUpdates

As discussed in #1914

* (#1874) Move check for supported OS to a seperate function.

As requested in #1914

1330837... by Nils <email address hidden>

Update NixOS build instructions (#1910)

1501da7... by fourtf <email address hidden>

reverted update code to old state

df2cfa7... by fourtf <email address hidden>

maybe fixed updates on macos