Skip to content

Release v1.61.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Apr 16:56

What's Changed

  • Use markdown in comments by @CptHappyHands
  • Support for sending Disciple.Tools notifications over SMS and WhatsApp
  • Dropdowns: highlight on hover by @corsacca
  • Replace alert copy with tooltip copy by @corsacca
  • Plugins can set their icon for some comments by @corsacca

Details

Use markdown in comments

We've added ways to customize comments using the Markdown format. This lets us create:

  • Web Links using: Google Link: [Google](https://google.com)
  • bold using **bold** or __bold__
  • italics using *italics*
  • lists using:
- one
- two
- three

or

* one
* two
* three
  • Images: using: ![Image Description](https://github.com/DiscipleTools/disciple-tools-theme/assets/24901539/9c65e010-6ddd-4aff-8495-07b274c5989c)

Displays:
dt-caret

In Disciple.Tools it looks like:
image

We plan to add help buttons to make this easier and also add a way to upload images too.

Disciple.Tools Notifications using SMS and WhatsApp

Disciple.Tools is now able to send these notifications out using SMS text and WhatsApp messages! This functionality is built on and requires using the Disciple.Tools Twilio plugin.

See the release details: https://disciple.tools/news/disciple-tools-notifications-using-sms-and-whatsapp/

image

Dropdowns: highlight on hover

Highlight the menu item when the mouse is hovering over it.

Was:
image

Now:
image

Replace alert copy with tooltip copy

Screen Recording 2024-04-25 at 10 52 10 AM

Community

Love these new features? Please join us with a financial gift.

Follow progress and share ideas in the Disciple.Tools community: https://community.disciple.tools

Full Changelog: 1.60.0...1.61.0