Releases: HugoGresse/OpenPlanner
Releases · HugoGresse/OpenPlanner
v0.7.0
What's Changed
(most feature where already released)
- Export schedule to XLSX!! by @HugoGresse in #124
- Improve file download for image in sessions (file name + download button directly on the input) by @HugoGresse in #125
- Download all sponsors logo as one zip by @HugoGresse in #126
- Add new menu to convert svg to png when exporting sponsors logo by @HugoGresse in #127
- Add gladia transcription by @HugoGresse in #128
- Team download + fix zip sometimes corrupted by @HugoGresse in #129
- feat(session): track speaker session announcements on social media by @mderoullers in #131
- Feat add yt subtitles by @alexandrebrg in #138
- Feat: add import image features to move all images to OpenPlanner storage by @HugoGresse in #135
- Fix error in generation dialog not always displayed by @HugoGresse in #136
- Remove cache on API by @HugoGresse in #141
- Disable conference hall integration by @HugoGresse in #143
- Feat: new API route to overwrite Sessions & speakers by @HugoGresse in #139
New Contributors
- @mderoullers made their first contribution in #131
- @alexandrebrg made their first contribution in #138
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- Voxxrin output by @HugoGresse in #93
- Add FAQ in Static API & Improve Update website speed by @HugoGresse in #116
- Add speaker exports & updatedAt date by @HugoGresse in #113
- Add sessions export menu & ask user to confirm when a generation is in progress by @HugoGresse in #117
- Add speaker pronouns & category secondary color by @HugoGresse in #118
- New admin interface to follow SaaS usage & fix error not always displayed when loading data by @HugoGresse in #120
- Check shortvid generation error in serverless function by @HugoGresse in #112
- Shortvid new server (faster) + API change for shortvid by @HugoGresse in #121
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- ShortVid integration: you can now generate video and images using shortvid.io directly in OpenPlanner. Image & video are upload to OpenPlanner server. The feature is also accessible through the API
- Improve sessions AI stuffs: you can now customize the prompt, model and temperature.
- Add a lot of new fields on the event: location name, location url, logo, logo2, background image, color, color secondary, color background
Fixes and stuffs
- Fix possible error with null/undefined ID when importing from ConferenceHall on sessions & speaker DisplayName in #92
- Fix max resolution image upload issue in #98
- Prevent creating a new session without a title by @HugoGresse in #107
- Fix dates label fields overlap
Full Changelog: v0.4.0...v0.5.0
v0.4.0
New Features
- Add a new field in
Session
to exclude the session from any social announcement (for future development). - Add 4 new fields in
Session
for social post integration (Instagram, Twitter/X, LinkedIn, Facebook). - Use OpenAI to generate post content from session data.
- Add speakers stats (company, jobtitle, geolocation)
Improvements
- When adding a session after the event has already been scheduled, the "Add sessions" functionality no longer replaces the session entirely; it only updates some fields, keeping the dates & notes intact.
- When displaying every day of the event in the schedule, it now moves to the first day to prevent grey zones.
- Improved the template picker and added background blur to the picker in the schedule for better usability.
- Adjusted sessions' height correctly when they are dragged from the picker.
Bug Fixes
- Fixed an issue where the next/previous speaker functionality was not working.
- Fixed the display of the current index near the next/previous speaker count.
- Removed
EventSpeakers
for improved lazy loading performance. - Fixed a bug where no format/category was applied on import.
v0.3.1
What's Changed
- Add totals in formats/categories grids & start/end time on schedule events by @HugoGresse in #82
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- you can now setup a schedule template with format/categories of sessions. The template is display under the regular calendar.
- improve drag'n'drop experience (actual talk duration & color, remove css animation).
- change text & icon color based on background color automatically in schedule
- fix back to schedule not working in some case
- add number of format & talks in Settings + link to matching sessions in sessions list
- add query parameters when selecting sessions filters
- remove some lazy loading page to improve speed (add pages-*)
- dependency update: vite, mui-*
v0.2.1
- fix API for sponsors when reUploadingAssets=true with a SVG as logo not working
v0.2.0
New feature:
If you use OpenPlanner as your backend for the conference website, you may have created the event without using the ConferenceHall import button.
So solve this issue, this release add two new features:
- Add option to attach the OpenPlanner event to a ConferenceHall
- Add the option to, while you reimport speakers and sessions, import formats & categories.
v0.1.0
This is somewhat the first release as other deployment has not been referenced before.
New features
- add forgot password
- support SVG through UI & API