Skip to content

Release of v1.1.3 of Obsidian Chat View

Compare
Choose a tag to compare
@adifyr adifyr released this 21 Apr 17:10
· 34 commits to master since this release
2e93d27

Release v1.1.3 of Obsidian Chat View

This is release of Version 1.1.3 of the Obsidian Chat View plugin. There are a couple of bug fixes and a new feature in this release. The details are as follows:

New Features

  • The maximum widths of Chat Bubbles can now be customized by the user. Simply add the following to your config: {..., mw=<width>}. This addresses the core request made in Issue #4.

Bug Fixes

  • Fixed bug where continued chat bubbles of the same person wouldn't carry over the same .chat-view-<color> class of the initial Chat Bubble. Now they will all have the same color class and thus can be properly styled with the user's own CSS. This addresses issue #8.
  • Fixed bug where non-English & special characters wouldn't be allowed in custom colored Chat Bubble headers. This was outlined in issue #7.