Updates to the Groups.io service.
July 19, 2024
- BUGFIX: In the narrow user Groups page, strip formatting from group descriptions. https://beta.groups.io/g/app/topic/107420728#msg950
July 18, 2024
- CHANGE: Changed Date link colors to be more consistent. https://beta.groups.io/g/main/message/38584
July 17, 2024
- NEW: There is a new Email database column type. https://beta.groups.io/g/main/message/38565
- CHANGE: Database change notification emails now link to the relevant database.
July 16, 2024
- BUGFIX: The font 'Courier New' was misspelled in the editor, leading to possible font mismatch problems.
July 15, 2024
- BUGFIX: When the system disables an account, if that account had already been banned in a group, the disabling was not being logged in that group.
- BUGFIX: Infinite scroll of the `/topics` and `/messages` pages would show repeating header lines. https://beta.groups.io/g/app/topic/106934757#msg947
July 12, 2024
- BUGFIX: When entering italicized, bolded, or underlined text in the editor before either a person's signature or a quoted reply, spaces would be ignored. https://beta.groups.io/g/main/message/38562
- CHANGE: Some broken email systems generate emails with Message-ID headers that are improperly formatted. I've updated our code to be able to parse these header lines. This will fix some cases where topics are split when they should not have been.
- BUGFIX: Search was unavailable on the /subgroupmembers page when viewing on narrow screens.
- BUGFIX: When clicking a repeating event activity log entry, the Organizer fields may have been pre-populated incorrectly. https://beta.groups.io/g/main/message/38564
- CHANGE: Our email parsing library would correctly error out on emails that incorrectly had quoted-printable sections with very long lines (quoted-printable lines should only be a max of 76 characters). Now we are more liberal in parsing those.
July 10, 2024
- NEW: Added email/subject search to the pending messages pages.
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. https://beta.groups.io/g/main/message/38538
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. https://beta.groups.io/g/main/message/38481
- 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. https://beta.groups.io/g/app/topic/106883298
- BUGFIX: Fixed the erroneous `with a calendar event, but they do not have permission to add events to the calendar` activity log messages. https://beta.groups.io/g/main/topic/106639290#msg38482
- INTERNAL: Updated HTMX library to version 1.9.12.
- CHANGE: Remove the `RI` banner from the Members page. https://beta.groups.io/g/main/topic/106894124
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. https://beta.groups.io/g/main/message/38456
- CHANGE: Formatting tweaks on the group Attachments page. https://beta.groups.io/g/main/message/38453
- CHANGE: Change the announcement group bounce message to "This is an announcement group and only moderators can post to it.". https://beta.groups.io/g/main/message/38417
- CHANGE: When viewing a banned member, don't display most of the member info page, as it's irrelevant. https://beta.groups.io/g/main/message/38424
- CHANGE: Only parse calendar invites in messages that are not replies. https://beta.groups.io/g/main/message/38482
- 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. https://beta.groups.io/g/app/message/917
June 12, 2024
- BUGFIX: In the App, when clicking a non-external link (ie that goes to https://groups.io), 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. https://beta.groups.io/g/main/topic/106487598#msg38459
- 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.