chatterino:chore/eradicate_hardcoded_names_from_our_amazing_codebase

Last commit made on 2023-08-06
Get this branch:
git clone -b chore/eradicate_hardcoded_names_from_our_amazing_codebase https://git.launchpad.net/chatterino

Branch merges

Branch information

Name:
chore/eradicate_hardcoded_names_from_our_amazing_codebase
Repository:
lp:chatterino

Recent commits

9283c3f... by Mm2PL <email address hidden>

Replace StreamLink and LastRunCrashDialog window titles

b015967... by Mm2PL <email address hidden>

Replace titles for hidden tabs warning and color picker dialog

d38caaf... by Mm2PL <email address hidden>

Merge branch 'master' of github.com:Chatterino/chatterino2 into chore/eradicate_hardcoded_names_from_our_amazing_codebase

69c983e... by Sam Heybey <email address hidden>

Add support for opening links in incognito mode on Linux & BSD (#4745)

Co-authored-by: Rasmus Karlsson <email address hidden>

168f346... by Mm2PL <email address hidden>

Remove restriction on Go To Message on system messages from search (#4614)

* Remove restriction on go to message on system messages

Fixes #4608

* changelog

* Change the changelog entry from a bugfix to minor

---------

Co-authored-by: Rasmus Karlsson <email address hidden>

1aedd4d... by pajlada

Highlights loaded from message history will now correctly appear in the /mentions channel (#4752)

* added messages in mentions tab if correct predicate is met

* Update CHANGELOG.md

* Apply Felanbird's fix

Co-authored-by: Felanbird <email address hidden>

---------

Co-authored-by: 2547techno <email address hidden>
Co-authored-by: 2547techno <email address hidden>
Co-authored-by: Mm2PL <email address hidden>
Co-authored-by: Felanbird <email address hidden>

e13df1f... by Mm2PL <email address hidden>

Split log line generation from message search text (#4742)

* Split log line generation from message search text

* changelog

* remove empty space at the beginning of usernames

* Move changelog entry

---------

Co-authored-by: Rasmus Karlsson <email address hidden>

5727db2... by Mm2PL <email address hidden>

Fixed subscriptions and announcements not being blockable (#4748)

* Check blocks for usernotices

* changelog

* cstd = {.name="C++20"}

* Update CHANGELOG.md

Co-authored-by: Felanbird <email address hidden>

---------

Co-authored-by: pajlada <email address hidden>
Co-authored-by: Felanbird <email address hidden>

accf91a... by nerix <email address hidden>

Build Windows Installer in CI (#4408)

* feat: build installer in CI

Co-authored-by: 8thony <email address hidden>

* fix: use inno-setup from PATH

* fix: only match `v*` tags

* fix: don't add to release

* fix: only run on master

---------

Co-authored-by: 8thony <email address hidden>

1438529... by nerix <email address hidden>

Sync channels with browser (#4741)

* feat: keep channels from browser tabs alive

* chore: add changelog entry

* fix: add comment

* fix: rename key

---------

Co-authored-by: pajlada <email address hidden>