Skip to content

Releases: DeutscheModelUnitedNations/munify-delegator

1.20.0

02 Mar 23:57
abaa609

Choose a tag to compare

MUNify Delegator 1.20.0

SvelteKit
Prisma
GraphQL
Docker

Docker images

# App
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator:1.20.0

# Background tasks
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator-tasks:1.20.0
DockerHub mirror
docker pull deutschemodelunitednations/delegator:1.20.0
docker pull deutschemodelunitednations/delegator-tasks:1.20.0

A project by Deutsche Model United Nations (DMUN) e.V.
Proudly free and open source — built for the MUN community worldwide 🌍

What's Changed

🚀 Features

  • feat (Frontend): Unified UserCard drawer and global command palette by @Strehk in #399
  • feat (Frontend): TanStack Table for participants and waiting list by @Strehk in #400

🐛 Bug Fixes

  • fix (Frontend): Improve attendance scanner input focus and duplicate detection by @Strehk in #398

Full Changelog: 1.19.0...1.20.0

1.19.0

25 Feb 00:08
b0b3a6e

Choose a tag to compare

MUNify Delegator 1.19.0

SvelteKit
Prisma
GraphQL
Docker

Docker images

# App
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator:1.19.0

# Background tasks
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator-tasks:1.19.0
DockerHub mirror
docker pull deutschemodelunitednations/delegator:1.19.0
docker pull deutschemodelunitednations/delegator-tasks:1.19.0

A project by Deutsche Model United Nations (DMUN) e.V.
Proudly free and open source — built for the MUN community worldwide 🌍

What's Changed

🚀 Features

  • feat (Full Stack): Add access card ID and attendance tracking by @Strehk in #395

🛠️ Infrastructure & CI

Full Changelog: 1.18.7...1.19.0

1.18.7

24 Feb 13:30
de1b28b

Choose a tag to compare

MUNify Delegator 1.18.7

SvelteKit
Prisma
GraphQL
Docker

Docker images

# App
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator:1.18.7

# Background tasks
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator-tasks:1.18.7
DockerHub mirror
docker pull deutschemodelunitednations/delegator:1.18.7
docker pull deutschemodelunitednations/delegator-tasks:1.18.7

A project by Deutsche Model United Nations (DMUN) e.V.
Proudly free and open source — built for the MUN community worldwide 🌍

What's Changed

🐛 Bug Fixes

  • fix (Frontend): Lazy-load heavy dashboard components to prevent Safari crashes by @Strehk in #396

Full Changelog: 1.18.6...1.18.7

1.18.6

22 Feb 20:26
1c5287d

Choose a tag to compare

MUNify Delegator 1.18.6

SvelteKit
Prisma
GraphQL
Docker

Docker images

# App
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator:1.18.6

# Background tasks
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator-tasks:1.18.6
DockerHub mirror
docker pull deutschemodelunitednations/delegator:1.18.6
docker pull deutschemodelunitednations/delegator-tasks:1.18.6

What's Changed

🔄 Other Changes

  • Remove minimum seat requirement filter for nation selection by @Strehk in #393
  • Add conference seats dashboard link by @Strehk in #394

Full Changelog: 1.18.5...1.18.6

1.18.5

22 Feb 16:46
98cdb9f

Choose a tag to compare

MUNify Delegator 1.18.5

SvelteKit
Prisma
GraphQL
Docker

Docker images

# App
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator:1.18.5

# Background tasks
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator-tasks:1.18.5
DockerHub mirror
docker pull deutschemodelunitednations/delegator:1.18.5
docker pull deutschemodelunitednations/delegator-tasks:1.18.5

What's Changed

🌟 Enhancements

  • feat (Frontend): Sort badge CSV by country name, then family name by @Strehk in #392

Full Changelog: 1.18.4...1.18.5

1.18.4

22 Feb 15:19
ff3724c

Choose a tag to compare

MUNify Delegator 1.18.4

SvelteKit
Prisma
GraphQL
Docker

Docker images

# App
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator:1.18.4

# Background tasks
docker pull ghcr.io/DeutscheModelUnitedNations/munify-delegator-tasks:1.18.4
DockerHub mirror
docker pull deutschemodelunitednations/delegator:1.18.4
docker pull deutschemodelunitednations/delegator-tasks:1.18.4

What's Changed

🌟 Enhancements

  • feat (Frontend): Add id column to badge CSV export by @Strehk in #391

🐛 Bug Fixes

  • fix (Backend): Reduce noisy OIDC token validation logs by @Strehk in #390

🛠️ Infrastructure & CI

  • ci (Release): Improve release template, labels, and PR conventions by @Strehk in #389

Full Changelog: 1.18.3...1.18.4

1.18.3

20 Feb 11:09
369ec7c

Choose a tag to compare

What's Changed

Other Changes

  • feat (Frontend): Promote surveys to first-class dashboard section by @Strehk in #388

Full Changelog: 1.18.2...1.18.3

What's Changed

Other Changes

  • feat (Frontend): Promote surveys to first-class dashboard section by @Strehk in #388

Full Changelog: 1.18.2...1.18.3

1.18.2

16 Feb 21:21
50b5ced

Choose a tag to compare

What's Changed

Other Changes

  • refactor (Backend): Modularize tasks and add dedicated Docker image by @Strehk in #382
  • fix(calendar): Replace @prisma/client imports with $houdini in browser code by @Strehk in #384
  • fix (Backend): Reduce mail sync peak memory from ~4.8 GiB to ~300 MB by @Strehk in #385
  • perf (Backend): Use Prisma select to cut mail sync memory from ~1.4 GiB to ~138 MB by @Strehk in #386

Full Changelog: 1.18.1...1.18.2

What's Changed

Other Changes

  • refactor (Backend): Modularize tasks and add dedicated Docker image by @Strehk in #382
  • fix(calendar): Replace @prisma/client imports with $houdini in browser code by @Strehk in #384
  • fix (Backend): Reduce mail sync peak memory from ~4.8 GiB to ~300 MB by @Strehk in #385
  • perf (Backend): Use Prisma select to cut mail sync memory from ~1.4 GiB to ~138 MB by @Strehk in #386

Full Changelog: 1.18.1...1.18.2

1.18.1

16 Feb 10:59
25161ec

Choose a tag to compare

Full Changelog: 1.18.0...1.18.1

Full Changelog: 1.18.0...1.18.1

1.18.0

15 Feb 22:10
16b0e23

Choose a tag to compare

What's Changed

Other Changes

  • feat(calendar): Add conference calendar management by @Strehk in #381

Full Changelog: v1.17.2...1.18.0