Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlomb committed Dec 14, 2023
1 parent de3d5e0 commit 92120ed
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# v1.1.1 (YYYY/MM/DD) [IN DEVELOPMENT]
# v1.1.2 (YYYY/MM/DD) [IN DEVELOPMENT]


# v1.1.1 (2023/12/14)

- Added Docker images!
- Added [the obfuscator](https://chatanalytics.app/obfuscator) to simplify sharing exports [#81](https://github.com/mlomb/chat-analytics/issues/81) [#82](https://github.com/mlomb/chat-analytics/pull/82)
- Fixed bug in `writeVarInt`: Negative editedAfter value causing serialization to break [#85](https://github.com/mlomb/chat-analytics/pull/85)
- Hide Discord discriminators if they are #0000 [#93](https://github.com/mlomb/chat-analytics/pull/93)
- Fix a bug with multiple calls at the same time [#94](https://github.com/mlomb/chat-analytics/pull/94)

Thanks to @HopperElec for cleaning and refactoring code!

# v1.1.0 (2023/08/17)

- Bugfix: DM/Group channel labels (Alice & Bob) were showing an invalid picture.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chat-analytics",
"version": "1.1.0",
"version": "1.1.1",
"author": "Martin Emiliano Lombardo <[email protected]>",
"license": "AGPLv3",
"description": "Generate interactive, beautiful and insightful chat analysis reports",
Expand Down

0 comments on commit 92120ed

Please sign in to comment.