Skip to content

Releases: getfider/fider

v0.28.1

19 Jul 10:06
a978d2c
Compare
Choose a tag to compare

A few things that were stacked up for the previous big release didn't make it in, so they're here

What's Changed

New Contributors

Full Changelog: v0.28.0...v0.28.1

v0.28.0

15 Jul 07:59
e4e7572
Compare
Choose a tag to compare

Summary of changes

There's a lot of changes in this release. The main change is a re-worked process for adding new posts, in an attempt to make fider feel more modern and to remove barriers to adding new suggestions and ideas. This includes a new full-screen modal for entering the new post. We've also changed the way that new posts are added for users who aren't logged in. You can enter your suggestion as though you are logged in, and just at the end you need to choose how to continue - with email or some other auth. Once you have confirmed your email you can then finalise and submit your post.

Another big change, there is no more "upload an image" button. Images are now handled inline in the editor, and the editor has been rolled out to adding / editing posts as well as comments now. So you can upload images and paste images into the editor now - behind the scenes they're still uploaded in the same way to the same locations you've configured (either db, s3, or file).

What's Changed - headliners

  • ✍️ New idea UI re-worked, to make adding a new idea more pleasant
  • 🖼️ No more "image upload" buttons - images are now handled inline in the editor
  • 🎉 Ability for user to set the tags on post creation - (#1211) by @JimKnoxx in #1306
  • ⚡ATOM feed implementation for posts and comments by @afeuerstein in #1287

What's changed - other bits

  • Input search in the filter dropdown (wrapped into #1319)
  • Better form error handling (wrapped into #1319)
  • Moved away from crowdin for translations @mattwoberts in #1325
  • Improved redirect handling on oauth signin page (#1321) by @JimKnoxx in #1322
  • Improved handling of long strings in titles and code blocks (#1333) by @JimKnoxx in #1334

New Contributors 🎉

Many thanks, and @JimKnoxx thanks for the all the translation help there and the big pile of things you spotted and sorted.

Full Changelog: v0.27.0...v0.28.0

v0.27.0

30 May 08:27
Compare
Choose a tag to compare

Summary of changes

More translations, some support for Arabic that was missing from the last release (sorry), always showing a response if there is one, and support for composite display name in the oauth config.

What's Changed

• Add Arabic locale support to i18n configuration by @Bilker1422 in #1289
• Userlist fixuserupdate by @mattwoberts in #1301
• Show "Open" post response if there is one by @mattwoberts in #1305
• Oauth composite name by @mattwoberts in #1299
• Build version update by @mattwoberts in #1302
Full Changelog: v0.26.0...v0.27.0

v0.26.0

28 Apr 13:14
a32c091
Compare
Choose a tag to compare

Ok - we've got dark mode support now, and lot's of other goodies..

High-level overview

  • Dark / Light mode support
  • Much improved UI to assign posts to tags
  • Support for RTL languages (Arabic for now)
  • Language translation fixes, and Arabic language support
  • A new UI for the sign-in modal - making it more modern looking

What's Changed According to Github

New Contributors

Full Changelog: v0.25.0...v0.26.0

v0.25.0

31 Mar 10:23
Compare
Choose a tag to compare

What's Changed

The main changes are the introduction of a new rich text comment editor (and re-working of the mentions logic to support that). Also there are some bugs fixed (see below for more details), and some lib updates.

New Contributors

Full Changelog: v0.24.0...v0.25.0

v0.24.0

01 Dec 13:04
99c010c
Compare
Choose a tag to compare

Support for Italian and Chinese (Simplified)

This release see's the addition of support for Italian (many thanks to Hermann Thierry Marquiand @Rudolfet) and Chinese (many thanks to 仙君御) - these translations were contributed via Crowdin.

What's Changed

v0.23.0

29 Oct 15:18
dd6bf9d
Compare
Choose a tag to compare

Overview

  • UI changes and improvements. This shouldn't cause much issues with any existing custom CSS but exercise caution with that one.
  • Notifications is now a drop down menu rather than a separate page
  • Emoji-reactions to comments. There are now github-style emoji reactions that can be applied to comments.
  • Dockerfile image updated to debian bookworm
  • Minor bug fixes

What's Changed (Auto-Generated)

New Contributors

Full Changelog: v0.22.0...v0.23.0

v0.22.0

25 Aug 09:14
Compare
Choose a tag to compare

Docker image getfider/fider:0.22.0 is now available to use.
Docker image getfider/fider:stable is now the same as getfider/fider:0.22.0

What's Changed

New Contributors

Full Changelog: v0.21.1...v0.22.0

v0.21.1

11 Jul 20:53
Compare
Choose a tag to compare

Docker image getfider/fider:0.21.1 is now available to use.
Docker image getfider/fider:stable is now the same as getfider/fider:0.21.1

What's Changed

  • fix: return absolute url for assets by @goenning in a3f4cb5
  • docs: changed link in Get Started section from pricing page to installation… by @frob in a3f4cb5
  • chore: replace markdown processor by @onionltd in #1078

New Contributors

Full Changelog: v0.21.0...v0.21.1

v0.21.0

23 May 19:44
Compare
Choose a tag to compare

Docker image getfider/fider:0.21.0 is now available to use.
Docker image getfider/fider:stable is now the same as getfider/fider:0.21.0

Warning
Breaking Change: HOST_DOMAIN has been replaced by BASE_URL, see #1069

!!! BASE_URL must be a valid URL, e.g: https://feedback.yourdomain.com !!!

What's Changed

  • fix: 404 errors on backups by @goenning in #1058
  • fix: match DNS config during autocert by @goenning in #1067
  • feature: trust custom oauth providers in order to create un-invited users in private mode by @goenning in #1068
  • enhancement: replace HOST_DOMAIN with BASE_URL by @goenning in #1069

Full Changelog: v0.20.0...v0.21.0