Releases: twesterapp/twester
Releases · twesterapp/twester
1.2.0-beta
IRC - Join streamer's channel.
v1.1.0
What's Changed
- Added "Settings" tab by @ceoshikhar in #61
1.0.4
A lot of refactoring has been done mainly to make code more readable and maintainable. Those refactoring are not mentioned in the changelog.
What's Changed
- chore: logs viewer scrollbar min height to 20% by @ceoshikhar in #20
- Fixed React warning caused in
useAppVersion
hook by @ceoshikhar in #31 - Add
getIpc
utility function to make our life better by @ceoshikhar in #32 - Added
Sleep
class by @ceoshikhar in #33 - Removed
px2em
and replaced it's usage withpx2rem
by @ceoshikhar in #34
Full Changelog: v1.0.3...v1.0.4
1.0.3
What's Changed
- Fix cycle imports and some other eslint warnings/errors by @ceoshikhar in #7
- Improve logging by @ceoshikhar in #8
- Change logging color pallete by @ceoshikhar in #9
- Improvements to Sidebar icons by @ceoshikhar in #10
- Remove menu bar by @ceoshikhar in #11
- Show
IconButton
withIconEye
for password variant ofInputText
by @ceoshikhar in #12 - Enable
electron-debug
for production build by @ceoshikhar in #13 - Create classes
Store
,Storage
,Watcher
,Streamers
andAuth
by @ceoshikhar in #14
Full Changelog: v1.0.2...v1.0.3
1.0.2
What's Changed
- Replace
react-hot-toast
withreact-toastify
by @ceoshikhar in #6
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Fix crash on launch if user is authenticated and user was not able to login if not authenticated by @ceoshikhar in #5
Full Changelog: v1.0.0...v1.0.1