Releases: lowercasename/gathio
Releases · lowercasename/gathio
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
v1.1.1
Bugfixes to iCal file generation, some package updates.
v1.1.0
Lots of new features including Federation support, Docker support, TravisCI support, and email templates.
v1.0.0
First release!
Changelog:
- Some dependency updates
- An option to export events as iCal files
- Some CSS tweaks to improve the event view