mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Move CHANGELOG to Dev category
This commit is contained in:
parent
d5d4335587
commit
e899599034
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
- Major: Add scripting capabilities with Lua (#4341)
|
|
||||||
- Major: Added live emote updates for BTTV (#4147)
|
- Major: Added live emote updates for BTTV (#4147)
|
||||||
- Minor: Change the highlight order to prioritize Message highlights over User highlights. (#4303)
|
- Minor: Change the highlight order to prioritize Message highlights over User highlights. (#4303)
|
||||||
- Minor: Added ability to negate search options by prefixing it with an exclamation mark (e.g. `!badge:mod` to search for messages where the author does not have the moderator badge). (#4207)
|
- Minor: Added ability to negate search options by prefixing it with an exclamation mark (e.g. `!badge:mod` to search for messages where the author does not have the moderator badge). (#4207)
|
||||||
|
@ -44,6 +43,7 @@
|
||||||
- Dev: Format YAML and JSON files with prettier. (#4304)
|
- Dev: Format YAML and JSON files with prettier. (#4304)
|
||||||
- Dev: Added CMake Install Support on Windows. (#4300)
|
- Dev: Added CMake Install Support on Windows. (#4300)
|
||||||
- Dev: Changed conan generator to [`CMakeDeps`](https://docs.conan.io/en/latest/reference/conanfile/tools/cmake/cmakedeps.html) and [`CMakeToolchain`](https://docs.conan.io/en/latest/reference/conanfile/tools/cmake/cmaketoolchain.html). See PR for migration notes. (#4335)
|
- Dev: Changed conan generator to [`CMakeDeps`](https://docs.conan.io/en/latest/reference/conanfile/tools/cmake/cmakedeps.html) and [`CMakeToolchain`](https://docs.conan.io/en/latest/reference/conanfile/tools/cmake/cmaketoolchain.html). See PR for migration notes. (#4335)
|
||||||
|
- Dev: Add scripting capabilities with Lua (#4341)
|
||||||
|
|
||||||
## 2.4.0
|
## 2.4.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue