Skip to content

v0.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 14:03
· 164 commits to main since this release
9c9789d

Features

Custom emojis are now supported! example:

{
  "ancestors": [],
  "descendants": [
    {
      ...
      "content": "This is a test message :acat_chew:",
      "emojis": [
        {
          "shortcode": "acat_chew",
          "url": "https://example.com/emoji/mergans_cats/acat_chew.webp",
          "static_url": "https://example.com/emoji/mergans_cats/acat_chew.webp",
          "visible_in_picker": false
        }
      ],
	  ...
    }
  ]
}

Chore

Now update to the x86-64-v3 target for x86_64 builds. 6660120


Full Changelog: v0.1.0...v0.1.1