Skip to content

Releases: MaMpf-HD/mampf

v1.7.2

27 Jun 14:39
Compare
Choose a tag to compare

What has changed

Update Node.js to v16 and update frontend dependencies #519
The last build was failing in production since somehow Node.js 18 got installed which included breaking changes. As Node.js 14 (which we used so far) is not maintained anymore, with this release, we switch to Node.js 16 and upgrade some frontend dependencies along the way. The respective Dockerfiles were cleaned up and we now use corepack, a Node.js binary to install yarn. We also don't use the deprecated apt-key anymore to add gpg keys of external apt repos. Instead, the PostgreSQL wiki got updated and we could use the new method presented there, however, instead, we base the docker image on ruby:3.1.4-bullseye which has postgres related tooling built-in (i.e. we don't have to include external apt repositories anymore).

Full Changelog: v1.7.1...v1.7.2

In the future

Node.js 16 is only maintained until the end of September 2023, so we should upgrade to Node.js 18 or even higher by that time.

v1.7.1

15 Jun 09:21
96c9b57
Compare
Choose a tag to compare

What has changed

Fix comment preview "toggle preview" switch position and show help popover (helpdesk). #517

Full Changelog: v1.7.0...v1.7.1

v1.7.0

14 Jun 20:01
96c9b57
Compare
Choose a tag to compare

What has changed

We upgraded bootstrap from version 4 to version 5 🎉

Full Changelog: v1.6.0...v1.7.0

v1.6.0

06 Jun 18:32
55e9cb3
Compare
Choose a tag to compare

What has changed

New

  • Restrict editor access (#452)

Fixes

  • Fix color for comment previews (#499)

  • Fix ghost links in nested tabs (#500)

  • Fix flickering for quiz previews (#502)

  • Fix: Restore media search behaviour (#506)

Other

  • Rubocop (our linter): Update rubocop version (#494) and Enforce rubocop layout rules (#495)
  • Use default version of commontator gem instead of own fork (#509)

Full Changelog: v1.5.1...v1.6.0

v1.5.1

17 May 15:44
f6dd9d2
Compare
Choose a tag to compare

What has changed

  • Hotfix: correct check for external reference description that lead to links not rendered properly #491

Full Changelog: v1.5.0...v1.5.1

v1.5.0

03 May 20:02
cdb8842
Compare
Choose a tag to compare

What has changed

  • Fix tests pipeline #472
  • Small language improvements #34
  • Add display text for external medium links #480
  • Fix decoloring of comments icon #475

Full Changelog: v1.4.6...v1.5.0

v1.4.6

02 May 16:07
1f4e76e
Compare
Choose a tag to compare

What has changed

Security patches (enforcing user rules more strictly than beforehand).

Respective PRs

These were hotfixes, so there are no corresponding PRs, however these commits are relevant:

Full Changelog: v1.4.5...v1.4.6

v1.4.5

23 Apr 01:00
e4c2498
Compare
Choose a tag to compare

What's Changed

  • Fix list items not being displayed properly
  • Fix bug where "Modul" was not always showing in the sidebar
  • Use a modal to show the sponsors
  • Redesign "Request data takeout" button (it was confused for the "Finish registration" button

Respective PRs

Full Changelog: 1.4.4...v1.4.5

v1.4.4

14 Apr 18:21
16ad954
Compare
Choose a tag to compare

Changes

  • Redesign of landing page
  • Redesign of left sidebar
  • Redesign of top navbar (admin navbar still the old one though)
  • Updated installation guide
  • Rails and many gems got updated

Full Changelog: v1.4.3...v1.4.4

v1.4.3

19 Jan 23:54
Compare
Choose a tag to compare

Changes

  • Select-boxes now faster and more responsive due to switching from Selectize to Tomselect
  • Media search: One the main page, users can now search for media with different filters like lecture, teacher, tags and more
  • A user can now request their data to be sent to them via the profile page
  • Newly assigned editors now receive a mail to inform them
  • [https://github.com/MaMpf-HD/mampf/blob/main/INSTALL.md](Installation instructions) updated

Full Changelog: v1.4.2...v1.4.3