Skip to content

Commit 5be4ba2

Browse files
committed
Update CHANGELOG
1 parent a09df5d commit 5be4ba2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.0] - 2023-01-03
8+
9+
### Added
10+
- Support for anonymous login
11+
- Support for limiting how many messages can be processed each frame
12+
- Remake example project
13+
- Extensions class
14+
- Utils class
15+
16+
### Changed
17+
- Chatter.emotes is now an array instead of a list
18+
- Updated package.json
19+
- Reorganized folder structure
20+
- Restructured the code in various ways (pretty much no functional changes)
21+
- Replaced asmdef file
22+
- Change namespace to Lexone.UnityTwitchChat
23+
- Fixed old connection not being terminated when a new connection is made
24+
- Renamed some files
25+
26+
### Removed
27+
- Removed priority rate limit check (for now)
28+
- Removed a bunch of unused files
29+
730
## [1.1.0] - 2022-01-20
831
### Added
932
- TwitchIRC.singleton, which when true enables DontDestroyOnLoad and destroys duplicate instances

0 commit comments

Comments
 (0)