File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments