Releases: lowercasename/gathio
Releases · lowercasename/gathio
v1.6.0
What's Changed
- Localization, again by @dinoue in #198
- Add Mailgun email service by @lowercasename in #210
New Contributors
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- Allow url with config information for nodemailer by @halkeye in #200
- fix #197 by running through npm so version env is set by @halkeye in #199
- Switch donations card to GitHub Sponsors, remove deploy workflow by @lowercasename in #201
- Fix ReferenceError: nodemailerTransporter is not defined by @halkeye in #202
New Contributors
Full Changelog: v1.5.1...v1.5.2
v1.5.1
What's Changed
- Publish container to GHCR by @lowercasename in #166
- Switch to deploy via Docker Compose by @lowercasename in #167
- Change wiki links to new docs site. by @andypiper in #172
- nodemailer: Add support for no-auth and fix from address by @ovv in #177
- Upgrade upload-artifact and download-artifact to v4 by @lowercasename in #188
- Change to BCC for group emailing by @lowercasename in #187
- Update docs and Docker Compose config by @lowercasename in #189
- remove Google Fonts dependency by @alifeee in #185
- add a bit more info to installation instructions by @alifeee in #186
- Fix SMTP auth by @wjbolles in #195
New Contributors
- @andypiper made their first contribution in #172
- @ovv made their first contribution in #177
- @alifeee made their first contribution in #185
- @wjbolles made their first contribution in #195
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- Add docs using MkDocs by @lowercasename in #137
- Update README.md by @lowercasename in #139
- Minor patches by @lowercasename in #142
- Unattend events from RSVP email by @lowercasename in #146
- Style overhaul by @lowercasename in #138
- Fix URL validation by @lowercasename in #153
- Improve event lists by @lowercasename in #154
- Allow self-signed certs for SMTP server by @HybridSarcasm in #163
- Docker volume for 'events' folder by @HybridSarcasm in #162
New Contributors
- @HybridSarcasm made their first contribution in #163
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
- Layout tweaks and little fixes by @lowercasename in #136
- Updated dependencies
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- ✨ add h-event microformat markup by @chilledtonic in #93
- Migrate to TypeScript and PNPM by @lowercasename in #95
- Add CI workflow by @lowercasename in #96
- Dummy test script by @lowercasename in #97
- Send AP responses as activitypub+json by @lowercasename in #83
- TOML config library and migration from CommonJS to ES modules by @lowercasename in #98
- Fixed Dockerfile to be compatible with config structure. by @kohbo in #99
- add labels for comment form inputs by @dev-nicolaos in #101
- fix: only one CMD per Dockerfile by @dev-nicolaos in #106
- Update typescript version by @dariusk in #108
- Add alt text to homepage image by @dev-nicolaos in #104
- Cypress workflow by @lowercasename in #110
- Typescript migration by @lowercasename in #111
- Add PM2 deployment config by @lowercasename in #103
- Typescript migration by @lowercasename in #112
- Static pages by @lowercasename in #114
- Typescript migration project (event group linker) by @lowercasename in #115
- Disable discoverability/indexablity for ActivityPub actors by @dariusk in #117
- Fixed URLs in createEventGroup emails by @hengineer in #119
- Send and accept only spec-compliant ActivityPub headers by @lowercasename in #127
- Pleroma federation fixes and hidden RSVP functionality by @lowercasename in #129
- Add NodeInfo by @lowercasename in #130
- Optionally restrict event creation to specific email addresses by @lowercasename in #133
- Set number of days to store concluded events (including permanently!) by @lowercasename in #134
- Events and groups optionally visible on front page by @lowercasename in #135
New Contributors
- @chilledtonic made their first contribution in #93
- @kohbo made their first contribution in #99
- @dev-nicolaos made their first contribution in #101
- @hengineer made their first contribution in #119
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Bugfixes:
- Improve error handling for image uploads to prevent accepting unsupported formats
- Fix event deletion to work correctly (thanks @redneckcatholic)
- Better handling for event attendee limits
- Prevent MongoDB issues with event deletion passwords
Features:
- Update ActivityPub code to support recent Mastodon (thanks @dariusk)
- Allow attendees to specify number of people in their party
v1.2.2
Bugfixes:
- Fixed a bug where attendee passwords weren't saving, and passwords weren't being checked for uniqueness, which meant that one attendee with a blank password ended up removing all other attendees with blank passwords
- Fixed some frontend JS errors
New features:
- A 'subscribe to event group' button which allows users to receive notification of new events by email
- An (experimental) ICS calendar feed URL for event groups which allows calendar apps to sync to new event group events
v1.2.1
- Fixed a bug where event information wasn't appearing on event group pages
- Dependency updates
v1.2
Changes to functionality:
- Option to remove Ko-Fi box on front page
- Email addresses are now optional when creating events and groups
- Event and group editing tokens are saved in localStorage
- Updated Bootstrap, some small styling changes