Skip to content

Releases: kir-dev/tanulo-next

v2.8

15 Nov 21:04
Compare
Choose a tag to compare

Misc

  • Dependency bump
  • Use consistent spacing for heatmap elements

v2.7

06 Nov 00:08
b61842a
Compare
Choose a tag to compare

Added

  • Change icon when changing color theme

Misc

  • Dependecy bump
  • Use skypack when importing 3rd party client-side JS dependencies

v2.6.2

09 Oct 21:36
Compare
Choose a tag to compare

Changed

  • Default to user's floor when creating new group (if no other default is present)

Misc

  • Depenency bump
  • Remove CodeQL workflow

v2.6.1

09 Oct 20:00
97a048e
Compare
Choose a tag to compare

Changed

  • Set datepicker locale to Hungarian

Misc.

  • Dependency bump
  • Bump nodejs version to 14

v2.6.0

31 Aug 20:44
030c6b6
Compare
Choose a tag to compare

Added

  • Side calendar when creating groups (#812)
  • Separate past and upcoming groups (#810)

Misc

  • Bump dependencies
  • Type definitions for req.user (#833)
  • Fix bug with groups overlapping days (#829)
  • Add meta description (#836)
  • Improve external links (#840)
  • Update readme (#841)

Many thanks to @tomitheninja @DannySS123 @triszt4n and @Tschonti for this release.

v2.5.1

10 Jul 09:58
Compare
Choose a tag to compare

Added

  • Add an indicator to groups to show if it started / ended
  • Don't let people join already ended groups

Misc

  • Replace Dependabot with Renovate Bot
  • Bump a million of dependencies
  • Fix eslint issues

v2.5.0

30 Jun 11:01
f48dce5
Compare
Choose a tag to compare

Added

  • Email notifications: now the users get email notifications when someone joins their group, and ticket admins get notified when a new ticket gets added.
  • Users can choose to get email notifications on their profile
  • Users can now choose the group to be an online event (with link) or select 'other' as a meeting place

Fixed

  • Fix bottom of tag letters being cut off

Changed

  • Dependency bumps
  • More type safety
  • cypress build now won't run lint job

v2.4.1

13 Jun 06:33
Compare
Choose a tag to compare

Added

  • Added advanced handling of error / success messages (#721)

Misc

  • Bump dependencies

v2.4.0

07 Jun 16:59
a5481ad
Compare
Choose a tag to compare

Added

  • Heatmap: now you can see a GithHub-like heatmap for every floor on the homepate (#549)
  • Kick member: admins and group owners now can kick any members from their group (#700)
  • New, general-purpose modal to handle user interactions (#700)

Changed

  • Home page now uses a two-column layout on large screens (#699)
  • Improved color contrast on buttons and texts (#710)
  • Fixed navbar spacing on tablet-sized sceens (#712)

Thanks to @Tschonti, @DannySS123, @tomitheninja, @triszt4n and @OmTheTurtle for this release

v2.3.2

29 May 19:55
Compare
Choose a tag to compare

Fixes

  • Fix alert / error message animation
  • Add cursor-pointer to navbar dropdown menu

Misc

  • Use cypress for testing
  • Bump a bunch of dependencies