Loomio - Package Updates
-
[1.16.2]
- Update loomio to 3.0.11
- Full Changelog
- Rename Thread and Decision to Discussion and Poll by @robguthrie in #11995
- Add B2 API endpoint for creating comments by @etiennechabert in #11963
- update email settings page to see each group setting by @robguthrie in #11947
- automatic translation of user generated content by @robguthrie in #11954
- auto translate user content in emails by @robguthrie in #11982
- Add zh_CN locale by @robguthrie in #12008
- Fix RFC 2047 encoded email subject headers not being decoded by @etiennechabert in #11964
- addressing error: Invalid Stance: mismatched poll_options by @robguthrie in #11979
- Fix poll option deletion by preserving _destroy parameter by @etiennechabert in #12017
- Fix NoMethodError in avatar_kind for Rails 7.2 by @etiennechabert in #11949
-
[1.17.0]
- Update loomio_channel_server to 9408afb
-
[1.17.1]
- Update loomio to 3.0.12
- Full Changelog
- Upgrade to Tiptap v3 by @robguthrie in #12026
- Autotranslate off by default
- Add zh_tw locale
- fix for missing poll actions menu
- say "superseded" rather than "outdated" when someone changes their vote
- fix problem removing delegate status from user
- make user content h1's bolder
-
[1.17.2]
- Update loomio to 3.0.13
- Full Changelog
-
[1.17.3]
- Update loomio to 3.0.14
- Full Changelog
- I believe this release fixes #11903 - the edit comment bug.
-
[1.17.4]
- Update loomio to 3.0.16
- Full Changelog
- The app would not boot due to redis and sidekiq connection_pool incompatibilities
- With FEATURES_DISABLE_EMAIL_LOGIN=1, and someone signs in via SSO, and they don't have a Loomio account we just create user and sign them in. No link/Create account screen (and no Terms of Service acceptance either).
- You can prevent users changing their name, email, username. Set LOOMIO_SSO_FORCE_USER_ATTRS=1
- How do people join? supports "Anyone can join. Meaning registered users can just click Join group - no invitation or approval required. Set FEATURES_DISABLE_CREATE_USER=1 and Group privacy to closed.
- List in group directory, means the group will show on /explore (also linked from the sidebar as Find a group. Set FEATURES_EXPLORE_PUBLIC_GROUPS=1
-
[1.17.5]
- Update loomio to 3.0.17
- Full Changelog
- Fix duplicate email crashes in OAuth and SAML SSO authentication
- remove unused canViewPublicGroups code
- Prevent non-members from seeing tags on closed groups
- remove hiredis gem
-
[1.17.6]
- Update loomio to 3.0.18
- Full Changelog
- Add LOOMIO_RESTRICT_EXPLORE_TO_SIGNED_IN_USERS by @robguthrie in #12143
- Add polls to vote on page by @robguthrie in #12142
- Replace invite-only terminology with direct discussions by @robguthrie in #12144
- fix for missing translation on invite only discussions page
-
[1.17.8]
- Update loomio_channel_server to 1cb973b
-
[1.17.9]
- Update loomio to 3.0.20
- Full Changelog
- Convert HAML view templates to Phlex
- Replace SocketIO with ActionCable (remove loomio_channel_server)
- Move hocuspocus server into the main Loomio repository
- Handle Matrix bot notfications from Rails app
- Fix OAuth login finding orphan identities instead of linked ones.
- Change user avatar email/print partial to say user name rather than initials - So you can give the print view of a thread to an AI chatbot and it can understand who is talking
- Add LOOMIO_VERIFY_PARTICIPANTS_ADMIN_ONLY to restrict verify participants to admins only - Recently we introduced the "Verify participants" feature on polls. This means you can audit who was invited to an anonyous poll (to ensure that the admin did not invite, eg fake accounts), without revealing how voters voted. This flag makes this feature only available to admins, for member privacy.
- Show specific errors in flash messages - Now when there is an error submitting a form, it will say what the problem is, rather than a generic "Please check the form".
- Add remove logo and cover photo to group settings - You can now remove your group logo if you want to.