Skip to content

Releases: 3dproger/AxelChat

0.37.14

26 Nov 11:13
23324c2
Compare
Choose a tag to compare
  • VK Play Live: Fixed connection
  • TikTok: Potentially fixed connectivity in some cases and improved stability
  • OutputToFile: Url query parameters are stripped from the image file name
  • OutputToFile: Improved replacement of prohibited characters in file names
  • Minor UI improvements

0.37.13-beta

11 Nov 20:46
23324c2
Compare
Choose a tag to compare
0.37.13-beta Pre-release
Pre-release
  • OutputToFile: Url query parameters are stripped from the image file name
  • OutputToFile: Improved replacement of prohibited characters in file names

0.37.12-beta

16 Oct 17:26
1f0be04
Compare
Choose a tag to compare
0.37.12-beta Pre-release
Pre-release
  • TikTok: Potentially fixed connectivity in some cases and improved stability
  • Minor UI improvements

0.37.11

07 Oct 01:26
1f0be04
Compare
Choose a tag to compare

YouTube

  • Improved connection stability
  • Speeded up message delivery in some cases
  • Fixed display of deleted single messages

Rutube

  • Fixed connection via link

GoodGame

  • Implemented some badges

Widgets

  • Deleted messages are displayed correctly
  • Fixed: the "selected messages" widget does not display messages until the highlighted messages are updated

Other

  • Selected messages are highlighted in the main window
  • Long links (more than 60 characters) are truncated. You can turn this off in settings
  • Notifications are displayed if some files are lost or if the SSL is not working
  • Minor improvements UI

Developers

  • Updated docs
  • Implemented CLEAR_MESSAGES WebSocket message type
  • Implemented MESSAGES_CHANGED WebSocket message

0.37.10

01 Oct 00:33
1f0be04
Compare
Choose a tag to compare

Twitch

  • You can enable or disable highlighting of first messages. Disabled by default

GoodGame

  • Implemented animated smiles in widgets
  • Messages are received faster
  • Deleted messages are taken into account (but not in widgets yet)
  • Donations, paid subscriptions and gift subscriptions are displayed (can be disabled)
  • You can enable displaying a message when someone follows you (disabled by default)
  • Fixed display of links
  • Fixed connection to some channels
  • Fixed display of nickname color for some users
  • Improved connection stability

VK Play Live

  • Highlighting new chat participants can be disabled

Telegram

  • Added bot tag for bots
  • Added premium badge for premium users
  • Fixed display of chat names in some cases
  • Implemented chat avatars
  • Implemented page url for users
  • Implemented page url for channels/chats/groups

Developers

  • Added the ability to send test built-in messages

Other

  • Other minor improvements

0.37.9

24 Sep 00:23
1f0be04
Compare
Choose a tag to compare
  • Sponsors displayed when the AxelChat is launched are displayed less frequently, no more than once every 3 hours
  • Discord: Added the ability to choose from which channels to receive messages. Attention! By default all channels are disabled
  • Discord: No longer is it necessary to specify the Application ID, only the Bot Token
  • Discord: Informative errors are displayed
  • Discord: Implemented colored nicknames by roles
  • Discord: Implemented crown badge
  • Discord: Bot tags are displayed
  • Discord: Some stickers are displayed
  • Discord: shows [Poll] and [Component(s)] if needed
  • Discord: Implemented all messages types
  • VIMM: added information about support
  • Other minor changes

0.37.8-beta

15 Sep 18:51
1f0be04
Compare
Choose a tag to compare
0.37.8-beta Pre-release
Pre-release
  • Discord: Added the ability to choose from which channels to receive messages. Attention! By default all channels are disabled
  • Discord: Implemented colored nicknames by roles
  • Discord: Implemented crown badge
  • Discord: Added Recently joined icon
  • Discord: Bot tags are displayed

0.37.7

12 Sep 19:09
1f0be04
Compare
Choose a tag to compare
  • It is likely that the ability to connect has been restored for some users
  • Discord: supported custom emotes
  • Discord: Updated instruction
  • The increase or decrease in the number of viewers is highlighted in color
  • Clicking on the total number of viewers opens the participants window
  • Displays SSL version in log
  • Minor improvements to appearance
  • Developers, WebSocket, Discord: Implemented output of extra data of Discord message to the WebSocket. Example:
{
    "author": {...},
    "contents": [...],
    "extra": {
        "channel": {
            "id": "1231312312312",
            "name": "Test Channel",
            "nsfw": false
        },
        "guild": {
            "id": "123123123123",
            "name": "Test Server"
        }
    },
    "publishedAt": "2024-09-09T22:00:01.364",
    "receivedAt": "2024-09-09T22:00:02.528"
}
  • Developers, OutputToFile, Discord: Implemented output of extra data of Discord message to the OutputToFile. Example:
[1]
author=Author Name
author_id=discord_12312312312
message=Test Message
time=2024-09-09T21:50:32.055+03:00
service=discord
extra_channel_id=12312312312
extra_channel_name=Test Channel
extra_channel_nsfw=0
extra_guild_id=1232312312
extra_guild_name=Test Server

0.37.6-beta

09 Sep 19:03
1f0be04
Compare
Choose a tag to compare
0.37.6-beta Pre-release
Pre-release
  • Displays SSL version in log
  • Developers, WebSocket, Discord: Implemented output of extra data of Discord message to the WebSocket. Example:
{
    "author": {...},
    "contents": [...],
    "extra": {
        "channel": {
            "id": "1231312312312",
            "name": "Test Channel",
            "nsfw": false
        },
        "guild": {
            "id": "123123123123",
            "name": "Test Server"
        }
    },
    "publishedAt": "2024-09-09T22:00:01.364",
    "receivedAt": "2024-09-09T22:00:02.528"
}
  • Developers, OutputToFile, Discord: Implemented output of extra data of Discord message to the OutputToFile. Example:
[1]
author=Author Name
author_id=discord_12312312312
message=Test Message
time=2024-09-09T21:50:32.055+03:00
service=discord
extra_channel_id=12312312312
extra_channel_name=Test Channel
extra_channel_nsfw=0
extra_guild_id=1232312312
extra_guild_name=Test Server

0.37.5

08 Sep 07:53
1f0be04
Compare
Choose a tag to compare
  • YouTube: implemented connection by channel link
  • YouTube: fixed connection in some cases
  • YouTube: shows information about broadcast and channel in connection window
  • YouTube: Fixed connection for some stream links
  • YouTube: shows video ID, stream title and channel name in connection window
  • Kick: updated "verified" icon
  • Widgets: fixed the link does not wrap to the next line, causing a horizontal scrollbar to appear
  • Widgets: by default the background will be dark. This is done to make it better displayed in the OBS dock panel
  • Trovo: fixed connection in some cases
  • Developers: added the ability to save logs to a file
  • Developers: added the ability to copy several or all log lines
  • Fix viewers display is some cases
  • minor changes