Skip to content

Releases: kir-dev/tanulo-next

v1.3.0

06 Nov 13:31
bea1165
Compare
Choose a tag to compare

Added

  • New optional max_attendee parameter for groups (#477)
  • Ability to jump between floors on calendar page (#470)

Misc

  • Bump esbuild-node-tsc version
  • Bump markdown-it version

Tanks to @triszt4n and @vercibar for the contributions.

v1.2.0

16 Oct 10:28
301ceeb
Compare
Choose a tag to compare

Fixes

  • Fix the createdAt attribute on groups in the seeder (#479)

Changes

  • Extend the login session to seven days (#476)

New features

  • Add multiple user roles and refine access rights (#481)

Misc.

  • Bump nodemon version (#480)
  • Bump @types/node version (#474)

Thanks @vercibar @triszt4n and @nmate980829 for the contributions.

v1.1.0

11 Oct 10:22
5955bf6
Compare
Choose a tag to compare

Added

  • Create seeds to speed up development (#467)

Changed

  • Display more groups on /groups page, remove unnecessary padding / margin (#469)
  • Add more privileges to admins (#468)

Thanks to @triszt4n for the contributions.

v1.0.2

03 Oct 19:56
54c8fa4
Compare
Choose a tag to compare

Fixes

  • Copy views into the correct dist directory
  • Update bulma-tagsinput version used from CDN. This also fixes an XSS vulnerability

Misc.

  • Add a watch script for templates and client-side JS
  • Bump knex and ics versions
  • Use plain JS in copyStaticAssets for better performance

v1.0.1

29 Sep 21:36
1a770d0
Compare
Choose a tag to compare

Some day-1 patches for the site that include:

  • Bump bulma-tagsinput version to 1.0.3
  • Use esbuild for faster build times
  • Fix check when the user joins a group

v1.0

27 Sep 22:05
Compare
Choose a tag to compare

The first stable release of TanulóSCH is here! Features include:

  • Browse the available rooms on each floor
  • Make a reservation for a given floor
  • Join an existing group
  • Export the event as .ics to import it into your calendar
  • Many more!