Releases: Pustur/whatsapp-chat-parser-website
Releases Β· Pustur/whatsapp-chat-parser-website
1.11.1
Changed
- Updated dependencies
- Updated example chat to show new features
Fixed
- Styled new button to load attachments
1.11.0
Added
- Graphical support for polls #43
- Button to load downloadable attachments (this should reduce unnecessary memory consumption / browser crashes #42)
Changed
- Attachments >250MB can't be loaded / downloaded #42
- Minor code cleanup and refactors
1.10.0
Added
- Anonymous users toggle #36
Changed
- Updated dependencies
- Minor code cleanup and refactors
1.9.0
Added
Changed
- Converted project to TypeScript (Thanks @DaveKeehl)
- Some code cleanup and refactors
1.8.0
Added
- Message's index number when hovering over a message or when holding the ctrl key
- Upload input focused state on page load
- Section in readme about how to run the project locally
- Jotai as the state management library
Changed
- Improved print styles
- Updated parser and dependencies
- Replaced create-react-app with vite
- Lots of code cleanup and refactors
1.7.0
Added
- Ability to change the current active user (whose messages are highlighted) from the sidebar #7
Changed
- Updated parser and dependencies
- Improved changelog with more links to issues
1.6.2
Changed
- Updated parser and dependencies
1.6.1
Changed
- Updated parser and dependencies
1.6.0
Added
- Option to render a range of messages #2
Fixed
- Some emoji rendering #4
- Encryption message not being treated as a system message #3