Skip to content

Releases: drodil/backstage-plugin-qeta

v3.33.2

20 Aug 06:18
68d2014
Compare
Choose a tag to compare

Added navbar item for new frontend system

v3.33.1

20 Aug 06:03
7a6f0f4
Compare
Choose a tag to compare
  • Updated to Backstage 1.42.0
  • Added support for the new frontend system (as alpha export)
  • Fixed bug with filesystem file saving causing EXDEV, thanks to @omrd-nngit

v3.33.0

01 Aug 06:28
b834fd5
Compare
Choose a tag to compare

New features

  • Markdown editor now supports translations using the Backstage translation API
  • It's possible to give a reason for deletion of posts, answers, collections, and tags (#312). These reasons will be audit logged, and if the user deleting the entity is a moderator, the original author will get a notification.

Bug fixes

  • Notifications are no longer sent for draft posts (#322), thanks to @basmulder03
  • Markdown editor now handles mentions better, thanks to @basmulder03 :
    • if qeta.maxTags = 0, it's not possible to use # for tag mentions
    • If qeta.mentions.supportedKinds is an empty array, it's not possible to use @ for user/group mentions

v3.32.1

31 Jul 08:13
7dfcfd4
Compare
Choose a tag to compare
  • Filter post count correctly for collections

v3.32.0

31 Jul 07:27
5cddf35
Compare
Choose a tag to compare

New features:

  • Post edit now sends notifications for new tags, entities, and mentions (#313)
  • Post editor now supports mentioning groups as well as users. This can be enabled by adding config:
qeta:
  mentions:
    supportedKinds:
      - User
      - Group

Thanks for contribution @basmulder03

Later on, this will also allow adding other entities via mentions.

Fixes and other

  • Updated to Backstage 1.41.1
  • Empty collections are back visible in the UI (fixes #317)

v3.31.4

19 Jun 11:01
520139a
Compare
Choose a tag to compare

Small UI improvement for author boxes

v3.31.3

19 Jun 06:28
bae5c4e
Compare
Choose a tag to compare

Small UI fixes + improvement for post trend calculation

v3.31.2

18 Jun 19:37
Compare
Choose a tag to compare

Minor navigation fixes when deleting posts/answers/comments/collections.

v3.31.1

18 Jun 12:21
3e5a119
Compare
Choose a tag to compare

This release makes the image uploading use relative paths for images by default. This means the image URLs uploaded to posts will be in the format /api/qeta/attachments/uuid instead https://my-idp/api/qeta/attachments/uuid. If you are running your backend on a different URL than your frontend, you can disable this by setting the config value qeta.storage.useRelativeUrls to false.

This is to fix bug #310, but it doesn't automatically fix the existing image URLs in post contents.

v3.31.0

18 Jun 10:11
5686771
Compare
Choose a tag to compare

New features:

  • Users can now save posts as drafts (#204)
  • Post editor now supports automatic saving functionality (#204)
  • Posts, answers, and comments are not deleted from the database but instead marked as deleted. Moderators can see deleted posts from the moderator panel (#87) and either delete them permanently or restore them to an active state