CHANGELOG.md 950 Bytes
Newer Older
Joe Robinson's avatar
Joe Robinson committed
0.0.1
-----
	- Initial alpha release with basic IRC functionality and commands
	- Support /join and /part of channels
	- Can send and receive messages in channels
	- PMs will be shown and can be replied to in their tab, but no way to initiate PMs
	- Can send /whois and channel /list commands
	- Interpret join, part, quit, kill, kick, and mode messages
	- Display topics and user lists in channels
Joe Robinson's avatar
Joe Robinson committed

Joe Robinson's avatar
Joe Robinson committed
0.0.2
Joe Robinson's avatar
Joe Robinson committed
	- In-line Image/Video/Audio/Youtube expansion

Joe Robinson's avatar
Joe Robinson committed
0.1.0
-----
	- Added basic connection UI at startup (automatically populated from config.json)
Joe Robinson's avatar
Joe Robinson committed
	
Joe Robinson's avatar
Joe Robinson committed
0.1.1
-----
	- Create channel tab when names list is received, to support bouncers
	- Added SSL connection option
Joe Robinson's avatar
Joe Robinson committed

0.1.2
-----
	- Add /topic command
	- Fix /join command
	- Windows electron fix

0.2.0
-----
	- Migrate to irc-framework library
	- Includes all functionality of 0.1.2
	- Show when and who set a topic
	- Show more server and error messages