Skip to content

Releases: HugoGresse/OpenPlanner

v0.6.0

27 May 16:02
081ee1c
Compare
Choose a tag to compare

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

01 May 19:48
62565dd
Compare
Choose a tag to compare

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

05 Apr 16:11
c7660fb
Compare
Choose a tag to compare

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

17 Mar 14:57
67cea98
Compare
Choose a tag to compare

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

17 Mar 14:27
d573c5e
Compare
Choose a tag to compare
  • 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

07 Mar 16:49
0cc690e
Compare
Choose a tag to compare
  • fix API for sponsors when reUploadingAssets=true with a SVG as logo not working

v0.2.0

28 Feb 18:07
ca6c30a
Compare
Choose a tag to compare

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:

  1. Add option to attach the OpenPlanner event to a ConferenceHall
  2. Add the option to, while you reimport speakers and sessions, import formats & categories.

v0.1.0

28 Feb 13:14
fd8b21b
Compare
Choose a tag to compare

This is somewhat the first release as other deployment has not been referenced before.

New features

  • add forgot password
  • support SVG through UI & API