All notable changes to this project will be documented in this file.
1.11.1 - 2024-10-26
- Updated dependencies
- Updated example chat to show new features
- Styled new button to load attachments
1.11.0 - 2024-10-25
- Graphical support for polls #43
- Button to load downloadable attachments (this should reduce unnecessary memory consumption / browser crashes #42)
- Attachments >250MB can't be loaded / downloaded #42
- Minor code cleanup and refactors
1.10.0 - 2024-08-02
- Anonymous users toggle #36
- Updated dependencies
- Minor code cleanup and refactors
1.9.0 - 2023-02-24
- Filter by start / end date (#15 Thanks @DaveKeehl)
- Converted project to TypeScript (Thanks @DaveKeehl)
- Some code cleanup and refactors
1.8.0 - 2023-02-18
- 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
- Improved print styles
- Updated parser and dependencies
- Replaced create-react-app with vite
- Lots of code cleanup and refactors
1.7.1 - 2022-04-08
- Updated dependencies
1.7.0 - 2021-07-31
- Ability to change the current active user (whose messages are highlighted) from the sidebar #7
- Updated parser and dependencies
- Improved changelog with more links to issues
1.6.2 - 2021-06-01
- Updated parser and dependencies
1.6.1 - 2021-05-29
- Updated parser and dependencies
1.6.0 - 2021-03-09
- Option to render a range of messages #2
1.5.1 - 2021-01-29
- Zip file mime type detection in Windows
- Space in readme
1.5.0 - 2021-01-19
- Clickable links
- Media files (when exporting with the "Attach Media" option) will show up now
- Funding links
- Updated example chat to showcase the new features
- Updated parser and dependencies
1.4.0 - 2020-12-13
- Added dark mode based on the user's OS settings
- Updated dependencies
1.3.6 - 2020-08-13
- Updated parser and dependencies
- Updated README
1.3.5 - 2020-06-11
- Website TLD from
.com
to.app
in README - Refactored code to detect the
.txt
file inside an archive - Updated dependencies
1.3.4 - 2020-01-27
- Updated parser and dependencies
1.3.3 - 2019-09-16
- Changelog
- Updated parser
1.3.2 - 2019-08-31
- Enhanced styles for the file upload input
1.3.1 - 2019-08-22
- Improved focus handling
1.3.0 - 2019-08-14
- Ability to close sidebar with ESC key
- Performance improvements when opening / closing sidebar
1.2.0 - 2019-08-12
- New favicon
- Sidebar with option to change the amount of messages displayed
- Highlight color from blue to green
- Better error handling
- Long urls / words overflowing the page
1.1.0 - 2019-07-31
- Downloadable example chat in the header
- Error when unsupported file is uploaded
- Rendering of newlines
1.0.0 - 2019-07-31
- Initial release