Loomio - Package Updates
Pinned
Loomio
-
[1.5.6]
- Update Loomio to 2.21.4
- Full changelog
- We've included the new "email to group" feature. This means as a member of a group, you can send or forward an email to your group email address and it will become a new thread in the group.
- We've also done a lot of work on tidying the CSS, fixing bugs and improving load times significantly. Using the new vite bundler we now only load the parts of the app that are necessary on first load.
- Link previews have been tamed a little, so they're not so big, and we don't show repeats if the link already has a preview in the thread.
-
[1.5.7]
- Update Loomio to 2.21.5
- Full changelog
- add width: auto for formatted-text img
- add OAUTH_LOGIN_PROVIDER_NAME and SAML_LOGIN_PROVIDER_NAME vars (allowing you to give a name to your login provider button)
- avoid sending empty catch up emails
- fix discussion_edited event so it shows the edit time correctly
- fix display of poll results for some cases in dot vote poll
- Update ReceviedEmailService#delete_old_emails to treat all emails the same
- fix an issue where voter anonymity could be revealed
- fix a problem where the poll results filter would reveal what someone voted for
- When a thread has an anonymous poll, hide the announcement viewed information
-
[1.6.0]
- Update Loomio to 2.22.0
- Full changelog
- Membership records are no longer deleted when you remove a member. Instead we mark the membership as revoked, so we can see who revoked the membership and when
- Mentioning a user with @mention is much (approximately 10x) faster now. Thank goodness, eh.
- We fixed quotes when writing in markdown
- Fix handling of attachments when using local disk service
- Blank thread template will notify the group by default
-
[1.7.2]
- Update Loomio to 2.22.1
- Full changelog
- A number of important bug fixes related to handling membership records
- Breaking change: remove api/b1 interface. Please upgrade to api/b2 if you use the Loomio API to create threads or polls
- Remove new thread button from sidebar. You need to start a thread from the group page, or from the private threads page, so that you choose a template when starting a thread
- Fix permissions for close/reopen thread
-
[1.7.3]
- Update Loomio to 2.22.2
- Full changelog
- Fix: Use the right icon for abstain (thanks @ludat)
- Fix Address low risk RCE vulnerability when importing group data via the admin panel
- Feature: User edit profile page will allow you to manually select your time zone
- Improvement: only show public groups on user profile page
- Fix UX: do not set notification recipients from template when editing a discussion
-
[1.7.4]
- Update Loomio to 2.24.0
- Full changelog
- fix pie graph not rendering on app load in some cases
- fix pie graph not showing in emails
- don't mark as read if not logged in
- include attachments in stances when viewing the poll page
- Check user passwords against the 'haveibeenpwned' API
- Improvements to delete and redact user
- Changes to how we handle subscriptions
- bring back new thread button as opt in feature
- Add support for Shift+Enter to insert linebreak
- Rename invite-only threads to direct threads
- Fix for edgecase to allow emails to be routed when member alias exists
- simplify the logic about announcing a poll
- dont lazyload users, rather fetch all users for a poll when we show
- Enable admins to revoke memberships. Thanks @anarute
-
[1.8.0]
- Update Loomio to 2.25.0
- Full changelog
-
[1.8.1]
- Update Loomio to 2.25.1
- Full changelog
-
[1.8.2]
- Update websocket integration
-
[1.8.3]
- Update Loomio to 2.25.2
- Full changelog
- If you run a Loomio server - I'd like to request support from the community - We're looking to build a collection of testimonials to help with marketing. Please email me with a short description of what you value about Loomio, and how your group uses it. I'd really appreciate it.
- feature: score and
dot_vote
forms: allow user to manually enter the exact number manually - fix: poll-common-form add setTimeout to ensure the value in the timeslot comobox is observed
- fix: reset discussion form after save (bug related to auto save draft)
- change: dont email group admins when an unrecognised sender emails group email address
- feature: Add a reset button to the edit comment form - so if you make changes you can undo them
- fix: Ensure files from "parent members can see discussions" subgroups show up in parent group files tab
- improvement: Add "want to sign in with password next time" to auth form. make it more obvious how to set a password when signing in
- fix: ensure that when discussion or poll is moved, we create stances for members of the destination group
- fix: fix blockquote email styles - the grey was intense
-
[1.9.0]
- Important: Configure a new subdomain for hocuspocus in the Location view after updating the app.
-
[1.9.1]
- Update loomio to 2.25.3
- Full Changelog
- fix bug with discard poll
- fix bug where discussions list appears empty when all discussions are pinned
- support custom logo in boot screen
- if links in user generated content point to same host, don't open in new tab
- fix admin/update admin/delete for forward email rules
- add ENV FEATURES_DEFAULT_PATH to redirect users to a group rather than dashboard
- disable creating direct threads without belonging to a group
-
[1.9.2]
- CLOUDRON_OIDC_PROVIDER_NAME implemented, checklist added, tests fixed