Updates to the Groups.io service.
July 9, 2024
- NEW: Return an already subscribed error message when trying to subscribe via email to a group you're already a part of.
July 8, 2024
- ADMIN: Added https://beta.groups.io/g/ai group to discuss possible AI/LLM assisted new features for Groups.io
June 28, 2024
- CHANGE: Logging in via Login Link now unbounces, reverifies, and/or confirms accounts.
- INTERNAL: Downgraded HTMX library back to 1.9.9 because the new version broke back button behavior.
June 26, 2024
- BUGFIX: Infinite scrolling on narrow screens caused the page to either blank out and/or jump to the top of the page.
- BUGFIX: Fixed the erroneous `with a calendar event, but they do not have permission to add events to the calendar` activity log messages.
- INTERNAL: Updated HTMX library to version 1.9.12.
- CHANGE: Remove the `RI` banner from the Members page.
June 25, 2024
- INTERNAL: Change how we update our DNS servers to fix a race condition when renewing our Let's Encrypt certs.
June 14, 2024
- CHANGE: Export Events is now Export Calendar.
- CHANGE: Formatting tweaks on the group Attachments page.
- CHANGE: Change the announcement group bounce message to "This is an announcement group and only moderators can post to it.".
- CHANGE: When viewing a banned member, don't display most of the member info page, as it's irrelevant.
- CHANGE: Only parse calendar invites in messages that are not replies.
- BUGFIX: Fixed markdown previews when adding and viewing events.
- BUGFIX: In some narrow screen sizes, the editor wouldn't show the attachments button.
June 13, 2024
- BUGFIX: In the App, you could not download the memberlist.csv file.
June 12, 2024
- BUGFIX: In the App, when clicking a non-external link (ie that goes to ), open the link in the app instead of going to the browser.
- BUGFIX: The direct add message displayed on the web site was not exactly the message that was emailed to members.
June 11, 2024
- BUGFIX: The chat Plus and Camera buttons had the wrong color in dark mode.
- BUGFIX: Going to a specific chat from the top level Chats menu was broken.
- CHANGE: In the app, on a narrow screen, when the keyboard is up, hide the bottom nav bar.
- CHANGE: When in chat, once the text area has focus, have it keep focus even after a submit.
June 10, 2024
- CHANGE: The Google map view has been re-enabled when viewing events.
June 7, 2024
- BUGFIX: Improved the formatting of the month view of the calendar on mobile so that if a day had more than 3 events, the "+N events" isn't moved into the row below.
- BUGFIX: Fixed some dark mode colors in the calendar.
- INTERNAL: Updated the calendar code to the latest version of FullCalendar.
- CHANGE: In the calendar month view, changed how pop ups are done. To view an event, instead of hovering, you now click the event, to be consistent with how it works on mobile. The displayed event modal is now better formatted.
- CHANGE: Added back the `Added By` information when viewing an event.
- CHANGE: Changed Account to Settings for consistency with other services.
June 5, 2024
- NEW: New Portuguese translation.
- CHANGE: Updated the other translations.
June 4, 2024
- BUGFIX: On smaller screens, breadcrumbs now scroll horizontally if they can't fit, instead of wrapping to the next line.
- BUGFIX: On smaller screens, in Files, there was extra whitespace to the right of the files table.
- CHANGE: In the Wiki, the navigation buttons have been re-arraigned to better fit mobile devices and reduce clutter.
- BUGFIX: Fixed several issues with embedding URLs in chat messages. Also added OpenGraph meta tags to several pages.
June 3, 2024
- BUGFIX: Fix pagination at the bottom of the Files search result page.
- BUGFIX: Numerous fixes to formatting on the mobile/app site.
May 30, 2024
- NEW: When editing a single event within a repeating event, you are now given the option to update `This And All Following Events`.
May 29, 2024
- NEW: Finished work to maintain calendar events based on ICS files sent to groups (mainly updating and canceling events).
- BUGFIX: Don't send `Note To Send Attendees` to people who reply maybe to event invites.
- BUGFIX: Fixed issue with RSVP change notifications sometimes being sent with incorrect DKIM signatures.
- BUGFIX: Fixed some network issues when fetching oembed codes in chat.
- BUGFIX: Uploading to the Photos and Files section in the app was not working.
May 24, 2024
- BUGFIX: Fixed bounce processing logic that would cause some people to not go on Bouncing status when they should.
- INTERNAL: Refactored the email server process to reduce memory usage.
May 23, 2024
- INTERNAL: Refactored the email parsing library to reduce memory usage.
May 22, 2024
- BUGFIX: The 'Join Group' button on the logged out group home page did not work for Enterprise groups that had SSO enabled (the Login button did).
- BUGFIX: In some instances, a calendar invite sent to a group was not added to the group's calendar.
May 17, 2024
- BUGFIX: Fix double reporting issue when reporting files and other objects.
- INTERNAL: Launched a new topic object caching system to support deep pagination as is typically triggered by search engines.