Loomio - Package Updates
Pinned
Loomio
-
[1.3.2]
- Update Loomio to 2.18.3
- Full changelog
- Fix bug introduced 2 weeks ago where comments would appear on previous thread
- Restore feature to rename and delete tags within a group, following a big upgrade to the tag system which allows anyone to add a new tag to a poll or thread.
-
[1.4.0]
- Update Loomio to 2.19.0
- Full changelog
- If you search for something that exists, it will find it!
- You can sort the results by 'newest', 'oldest' or 'best match'
- You can include the author name with your search terms to narrow the scope of the results
- You can combine the search with a tag to narrow the results down
- You can filter by type "Thread", "Comment", "Poll", "Vote" etc
-
[1.5.0]
- Update Loomio to 2.20.0
- Full changelog
- Include "visible to parent members" content when searching
- fix bug where search modal would not open sometimes
- ignore google docs sign-in links in link-previews
- Move group CSV export to a background job that emails you when ready
- Change 'add option' ui from a name field, to a button that opens a modal
- adjust default order of
poll_templates
- update blacklisted passwords. list compiled from top 100K passwords
-
[1.5.3]
- Update Loomio to 2.21.1
- Full changelog
- allow mentioning unverified users
- fix "Make a copy" of thread
- dont fetch discussion_templates/null from /d/new
- Enable creation of a user account with a pending_group invitation
- clone category of group
-
[1.5.4]
- Update Loomio to 2.21.2
- Full changelog
- "554 files changed. That's me converting every piece of Coffeescript into JS."
- Ensure we only show "notify everyone when poll starts" on new poll form
- fix bug where you could not edit outcome review date
- You can now provide template text for a outcome statement as part of the proposal template
-
[1.5.5]
- Update Loomio to 2.21.3
- Full changelog
- Thread page performance is greatly improved. Less jumping when opening a thread, faster loading.
- Show tooltip with option meaning in poll results table
- fix for mentioning users in group descriptions
- only create a new stance event in a discussion if there are replies
- Fix issue #9818 "needs vote" filter does not update pagination
- Ensure we pretranslate demo group in all supported locales
- fix issue downloading user avatar when using single sign on
- fix tasks page for outcome task
- better detection of google docs sign in title
- Fix bug on discussion form when using a template
- Don't show replies or reactions or allow comments if a polls results are hidden
- Do not show poll results in thread nav sidebar if results are hidden
-
[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