UniversalMediaServer Versions Save

A DLNA, UPnP and HTTP(S) Media Server.

13.10.0

1 month ago

Summary

This release adds the ability to transcode video to MP4, improves transcoding and file parsing speed, audio quality, and more!

This release is available via our Patreon page, and will be available here when the next release happens.

Changes

General

  • Added MP4-H265-AC3 transcoding output option
  • Allow FFmpeg to mux Dolby Vision streams if the renderer supports it
  • Improved transcoding speed
  • Improved speed of parsing MP4/MOV files
  • Remux non-AC-3 audio regardless of AC-3 setting
  • Updates to INSTALL.txt (#4409) (thanks, @easleydp!)
  • Fixed broken transcoding when scaling (#4507) (thanks, @future-figs!)

Dependencies

  • Bump @emotion/react from 11.11.3 to 11.11.4 (#4538)
  • Bump @playwright/test from 1.40.1 to 1.42.1 (#4397, #4416, #4449, #4519)
  • Bump @testing-library/jest-dom from 6.2.0 to 6.4.2 (#4417, #4423, #4455)
  • Bump @testing-library/react from 14.1.2 to 14.2.1 (#4488)
  • Bump @types/jest from 29.5.11 to 29.5.12 (#4482)
  • Bump @types/node from 18.19.4 to 18.19.28 (#4462, #4490, #4502, #4540, #4558)
  • Bump @types/react-color from 3.0.11 to 3.0.12 (#4518)
  • Bump @types/react-dom from 18.2.18 to 18.2.23 (#4469, #4550, #4561)
  • Bump @types/react from 18.2.47 to 18.2.64 (#4392, #4468, #4505, #4530)
  • Bump @typescript-eslint/eslint-plugin from 6.17.0 to 7.4.0 (#4376, #4391, #4464, #4479, #4495, #4516, #4527, #4537, #4548, #4557)
  • Bump @typescript-eslint/parser from 6.17.0 to 7.4.0 (#4365, #4419, #4459, #4479, #4495, #4516, #4527, #4537, #4548, #4557)
  • Bump actions/cache from 3 to 4 (#4400)
  • Bump axios from 1.6.4 to 1.6.7 (#4349, #4434)
  • Bump commons-io:commons-io from 2.15.1 to 2.16.0 (#4562)
  • Bump dorny/paths-filter from 2 to 3 (#4429)
  • Bump eslint from 8.56.0 to 8.57.0 (#4503)
  • Bump express from 4.18.2 to 4.19.2 (#4552)
  • Bump FFmpeg from 6.1 to 2024-02-22
  • Bump follow-redirects from 1.15.4 to 1.15.6 (#4535)
  • Bump ip from 2.0.0 to 2.0.1 (#4498)
  • Bump JRE from 17.0.9 to 17.0.10
  • Bump logback-version from 1.4.14 to 1.5.3 (#4484, #4525)
  • Bump MediaInfo from 23.10 to 24.01.1
  • Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1 (#4526, #4545)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 (#4547)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#4371)
  • Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 (#4504)
  • Bump org.eclipse.angus:angus-activation from 2.0.1 to 2.0.2 (#4514)
  • Bump org.mockito:mockito-core from 5.8.0 to 5.11.0 (#4426, #4515)
  • Bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.11.0 (#4388, #4425, #4513)
  • Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.12 (#4364, #4450)
  • Bump react-movable from 3.0.4 to 3.2.0 (#4517)
  • Bump react-router-dom from 6.21.1 to 6.22.3 (#4380, #4408, #4465, #4485, #4549)
  • Bump videojs-contrib-quality-levels from 4.0.0 to 4.1.0 (#4560)
  • Bump web-vitals from 3.5.1 to 3.5.2 (#4435)
  • Bump webpack-dev-middleware from 5.3.3 to 5.3.4 (#4543)

13.9.0

4 months ago

Summary

This release adds the ability to shut down the computer from web settings, improves support for 2023+ LG TVs, adds detection of DTS:X and its IMAX variant, fixed detection of DTS-HD, fixes connection problems, and other important bugfixes.

Thank you everyone for your feedback on the v14 beta so far. We will do another beta release soon. Please keep the feedback coming, the more we get, the more confidence we will have to do a final release.

Changes:

General

  • Added ability to shut down computer from web settings (thanks, wolfhaus!)
  • Added detection of DTS:X including the IMAX variant
  • Fixed incorrectly detecting some sports events as movies
  • Fixed various documentation typos (thanks, luzpaz!)
  • Fixed detection of DTS-HD
  • Fixed auto updater
  • Removed broken access control that crept in from v14, whoops
  • Improved performance of CI

Renderers

  • Improved support for LG 2023+ TVs

Dependencies

  • lock file maintenance
  • update actions/setup-java action to v4
  • update dependency @emotion/react to v11.11.3
  • update dependency @testing-library/jest-dom to v6.2.0
  • update dependency @testing-library/user-event to v14.5.2
  • update dependency @types/node to v18.19.4
  • update dependency @types/react to v18.2.46
  • update dependency @types/react-dom to v18.2.18
  • update dependency @types/react-color to v3.0.11
  • update dependency axios to v1.6.3
  • update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.1
  • update dependency com.github.eirslett:frontend-maven-plugin to v1.15.0
  • update dependency com.github.oshi:oshi-core to v6.4.10
  • update dependency com.ibm.icu:icu4j to v74.2
  • update dependency com.puppycrawl.tools:checkstyle to v10.12.7
  • update dependency eslint to v8.56.0
  • update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1
  • update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.3
  • update dependency org.slf4j:slf4j-api to v2.0.10
  • update dependency react-router-dom to v6.21.1
  • update dependency stylis to v4.3.1
  • update dependency web-vitals to v3.5.1
  • update jna monorepo to v5.14.0
  • update logback-version to v1.4.14
  • update mockito monorepo to v5.8.0
  • update typescript-eslint monorepo to v6.17.0

14.0.0-b1

4 months ago

Overview

The first public beta for V14 is finally here!

It contains major new features based on what our users have asked for. We have been working on this version for the last 11 months, and it represents a giant leap forward for the project in many ways.

The biggest changes involve the ability to control access to your content. This includes improvements to user accounts like avatars and playback status per user, as well as the ability to display different content to different devices.

There have also been many updates to the web settings and player interfaces, including adding the ability to mark sets of files (e.g. TV series) as fully played, and automatic detection of your system dark/light mode preference.

We also took the opportunity to bump major versions of some of our dependencies, including Mantine v7, NSIS v3, Yarn v4, and the generator of our Knowledge Base, Docusaurus v3.

Lastly, we have thrown in hundreds of bugfixes and performance improvements, and refactored a lot of code to be easier to work on, as well as improved our testing frameworks to prevent future bugs.

New features

Block/allow renderers and network devices

You can now block and allow access based on the renderer or the network device, from the Home screen on the settings area.

image

Allow or block renderers or network devices by default:

You can now choose the default strategy for renderers and network devices. Previously, there was only one strategy possible - either allow everything, or deny everything with an allowlist. Now you can allow or deny by default, with denylists and allowlists, for complete control.

This makes UMS much more flexible for shared living situations or wide/low-trust local networks. It is also useful for those of you using powerline adapters for your network since that can result in unwanted access from neighbors.

image

image

You can now link user accounts to renderers/devices, allowing you to have independent playback tracking. For example, if you have a TV in the living room and another in your bedroom, the living room TV doesn't need to be affected by what you watch in your bedroom.

image

Restrict shared content to certain groups

You can now choose to share directories or online content with certain groups. For example, if you have a person (or a device that is assigned to a person) who is a child, you can assign them to the "Kids" group, and give that group access to the "Family" directory, but not the "Horror" or "Adult Only" ones. Or give them access to the Kurzgesagt web feed, but not the history podcasts.

image

Avatars

People can have avatars to make them easier to see at a glance. You can set them on the user settings page along with the user groups

image

Direct TMDB integration

You can now link your TMDB account with UMS in the General Settings area.

Doing this allows you to edit metadata based on search results from TMDB:

image

More

For a full list of all changes in v14, see the full changelog.

Migration

There are no special migration instructions for going from v13 to v14.

As with any major update, if you want to have the ability to go back to your current version before updating, you can make a backup of your profile directory, which contains your configuration and local database. You can find the location of that directory near the top of your program logs. Look for Profile directory: [some page]/UMS.

13.8.1

5 months ago

Summary

This release fixes transcoding for some devices and bumps our major dependencies like FFmpeg and MediaInfo, as well as many others.

It is possibly our last v13 release, as our preview builds for v14 have been very stable and are feature-complete now. We are essentially in bug-fixing mode for that version, and now maintenance mode for this version.

Changes:

General

  • Fixed transcoding on renderers with MediaInfo=false
  • Added ability to add end-to-end web browser tests on Chrome, Firefox and Safari via Playwright
  • Improved logging detail and test coverage (thanks, @Priyanka-GD!)
  • Made server tests not run when only front-end code has changed

Translation updates via Crowdin

  • English (UK) (49%) (thanks, Pete Russell!)
  • Estonian (13%) (thanks, Avernys!)
  • French (100%) (thanks, @Fredo1650!)
  • Romanian (48%) (thanks, Bogdan Ungureanu!)
  • Spanish (61%) (thanks, Diego León Giraldo Gómez!)

Dependencies

  • Bump FFmpeg to 6.1
  • Bump Java to 17.0.9+11
  • Bump MediaInfo to 23.10
  • lock file maintenance
  • update dependency @testing-library/jest-dom to v6.1.5
  • update dependency @testing-library/react to v14.1.2
  • update dependency @types/jest to v29.5.11
  • update dependency @types/lodash to v4.14.202
  • update dependency @types/node to v18.18.13
  • update dependency @types/react to v18.2.40
  • update dependency @types/react-color to v3.0.10
  • update dependency @types/videojs-hls-quality-selector to v1.1.3
  • update dependency axios to v1.6.2
  • update dependency ch.qos.logback:logback-classic to v1.4.12
  • update dependency com.drewnoakes:metadata-extractor to v2.19.0
  • update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.0
  • update dependency com.github.eirslett:frontend-maven-plugin to v1.14.2
  • update dependency com.github.oshi:oshi-core to v6.4.8
  • update dependency com.ibm.icu:icu4j to v74
  • update dependency com.puppycrawl.tools:checkstyle to v10.12.5
  • update dependency com.sun.xml.messaging.saaj:saaj-impl to v3.0.3
  • update dependency com.zaxxer:hikaricp to v5.1.0
  • update dependency commons-io:commons-io to v2.15.1
  • update dependency eslint to v8.54.0
  • update dependency org.apache.commons:commons-lang3 to v3.14.0
  • update dependency org.apache.commons:commons-text to v1.11.0
  • update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.1
  • update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.2.2
  • update dependency org.codehaus.mojo:exec-maven-plugin to v3.1.1
  • update dependency react-router-dom to v6.20.1
  • update junit5 monorepo to v5.10.1
  • update react monorepo
  • update twelvemonkeys-imageio-version to v3.10.1
  • update typescript-eslint monorepo to v6.12.0
  • update yarn to v3.7.0

13.8.0

6 months ago

Summary

This release changes the system tray icon when there is an update and fixes a lot of bugs, including for Samsung and Android-based devices.

This release is available via our Patreon page, and will be available here when the next release happens.

Changes:

General

  • System tray icon indicates when an update is available (thanks, Ty Lovejoy!)
  • Faster playback start and seeking via tsMuxeR
  • Fixed broken language parsing for locale-specific variants, like "en (US)" or "fr (CA)"
  • Fixed incorrect DLNA.ORG_PN values for transcoded video
  • Fixed deferring to tsMuxeR when video codec is not supported
  • Fixed settings changes not saving
  • Fixed using MPEG-2 DLNA.ORG_PN value for H.265 videos
  • Fixed some Android-based renderers being incorrectly detected as Pigasus
  • Fixed order of results in Media Library when sorted by date (thanks for reporting, stnnzp!)
  • Fixed migration of IP Filter settings from v12 (thanks, dytlzl!)
  • Fixed UPnP search responses
  • Fixed Live Subtitles folder showing in front page of web player (#3669) (thanks, Priyanka Ghosh Dastidar!)

Renderers

  • Fixed video support on some Samsung TVs (thanks, Fredo1650!)

Dependencies

  • lock file maintenance
  • update actions/checkout action to v4
  • update dependency @testing-library/jest-dom to v6.1.4
  • update dependency @testing-library/user-event to v14.5.1
  • update dependency @types/jest to v29.5.6
  • update dependency @types/lodash to v4.14.200
  • update dependency @types/node to v18.18.6
  • update dependency @types/react to v18.2.22
  • update dependency @types/react-color to v3.0.9
  • update dependency @types/videojs-hls-quality-selector to v1.1.2
  • update dependency axios to v1.5.1
  • update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.3
  • update dependency com.github.eirslett:frontend-maven-plugin to v1.14.0
  • update dependency com.github.oshi:oshi-core to v6.4.6
  • update dependency com.puppycrawl.tools:checkstyle to v10.12.4
  • update dependency com.sun.xml.bind:jaxb-impl to v4.0.4
  • update dependency commons-io:commons-io to v2.14.0
  • update dependency eslint to v8.51.0
  • update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.4.1
  • update dependency org.slf4j:slf4j-api to v2.0.9
  • update dependency react-router-dom to v6.16.0
  • update mantine monorepo packages to v6.0.21
  • update react monorepo
  • Update tsMuxeR to 2023-09-20-01-52-31
  • update typescript-eslint monorepo to v6.7.5
  • update yarn to v3.6.4

13.7.0

8 months ago

Summary

Here we have fixed many bugs reported by users and improved security. We are really closing in on v14 with access control now!

Changes:

General

  • Fixed security vulnerabilities
  • Fixed unnecessary transcoding in some situations
  • Fixed sending incorrect colorDepth for some videos
  • Fixed check for external subtitles format support
  • Fixed Windows 11 sleep delay time
  • Fixed Fully Played feature not working on certain devices (#3947) (thanks, @Fredo1650!)
  • Fixed bugs with video playback on web player

Renderers

  • Fixed EAC3 (Dolby Digital Plus) support on some Samsung TVs (#4039) (thanks, @Fredo1650!)

Translation updates via Crowdin

  • Catalan (57%) (thanks, Ramon Fonts Oliveras!)
  • English (United Kingdom) (47%) (thanks, Pete Russell!)
  • German (100%) (thanks, Da Ma and Marco Kubitza (Kubi)!)
  • Hungarian (57%) (thanks, Zan1456!)
  • Italian (67%) (thanks, sisar4!)
  • Norwegian (40%) (thanks, Fredrik Sk!)
  • Turkish (100%) (thanks, Burak Yavuz!)

Dependencies

  • Bump JRE to 17.0.8.1+1
  • lock file maintenance
  • update dependency @testing-library/jest-dom to v6
  • update dependency @types/jest to v29.5.4
  • update dependency @types/lodash to v4.14.197
  • update dependency @types/node to v18.17.13
  • update dependency @types/react to v18.2.21
  • update dependency axios to v1.5.0
  • update dependency com.github.oshi:oshi-core to v6.4.5
  • update dependency com.puppycrawl.tools:checkstyle to v10.12.3
  • update dependency eslint to v8.48.0
  • update dependency eslint-plugin-react to v7.33.2
  • update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.4.0
  • update dependency react-router-dom to v6.15.0
  • update dependency typescript to v5.2.2
  • update dependency video.js to v8.5.2
  • update logback-version to v1.4.11
  • update mantine monorepo packages to v6.0.19
  • update typescript-eslint monorepo to v6.5.0
  • update yarn to v3.6.3

13.6.0

9 months ago

Summary

We have added support for automatic muxing of HDR streams for better video quality (e.g. Dolby Vision in MKV on LG TVs), done other improvements to device support, and fixed a TON of bugs!

We believe we are now the only DLNA media server that allows LG TVs to play Dolby Vision in MKVs, which has been a big source of frustration for LG TV owners looking to make the most of their TVs. We have more related improvements to come.

Changes since 13.5.0:

General

  • Added support for automatic muxing of HDR streams for better video quality (e.g. Dolby Vision in MKV on LG TVs)
  • Improved parsing of SDTV filenames
  • Improved FFmpeg engine performance
  • Improved support for video playback on Safari
  • Fixed H.265 muxing via tsMuxeR
  • Fixed support for latest MediaInfo versions
  • Fixed recognition of renderers by UUID
  • Fixed name of playing file not showing up on old status tab
  • Fixed security vulnerabilities
  • Fixed thumbnail generation bugs (thanks, @coobird!)
  • Fixed deferring to tsMuxeR when FFmpeg can mux the video
  • Fixed frozen media browsing
  • Fixed RTL language support in web settings
  • Added logging of subtitles default and forced details

Renderers

  • Added support for Dolby Vision in MKV on LG TVs
  • Fixed detection of VLC for macOS
  • Fixed native Opus audio support on LG TVs
  • Fixed native AVI/XviD support on Fetch TV, LG TVs, Panasonic DMR, and Sony TVs

Translation updates via Crowdin

  • Removed inconsistent trailing dot (thanks, Paul Furlet!)
  • Afrikaans (13%) (thanks, HencoSmit!)
  • Bulgarian (49%) (thanks, Dremski!)
  • Catalan (57%) (thanks, Antoni Grau i Quellos!)
  • Czech (82%)
  • Danish (64%) (thanks, GurliGebis!)
  • Finnish (64%) (thanks, Esko Gardner!)
  • Korean (63%) (thanks, VenusGirl!)
  • Polish (62%) (thanks, Karol Szastok!)
  • Portuguese, Brazilian (66%) (thanks, Mauro.A and Vyctor Oliveira!)
  • Russian (77%) (thanks, Олег Лойко!)
  • Turkish (87%) (thanks, Burak Yavuz!)
  • Ukrainian (20%) (thanks, Paul Furlet!)

Dependencies

  • lock file maintenance
  • Bump FFmpeg and tsMuxeR to latest
  • Bump MediaInfo to 23.06
  • Bump semver from 6.3.0 to 6.3.1
  • update dependency @testing-library/jest-dom to v5.17.0
  • update dependency @types/jest to v29.5.3
  • update dependency @types/lodash to v4.14.196
  • update dependency @types/node to v18.17.1
  • update dependency @types/react to v18.2.17
  • update dependency com.github.eirslett:frontend-maven-plugin to v1.13.4
  • update dependency com.github.junrar:junrar to v7.5.5
  • update dependency com.github.oshi:oshi-core to v6.4.4
  • update dependency eslint to v8.46.0
  • update dependency eslint-plugin-react to v7.33.0
  • update dependency org.apache.commons:commons-lang3 to v3.13.0
  • update dependency org.jupnp:org.jupnp to v2.7.1
  • update dependency react-router-dom to v6.14.2
  • update dependency web-vitals to v3.4.0
  • update junit5 monorepo to v5.10.0
  • update mantine monorepo packages to v6.0.17
  • update react monorepo
  • update typescript-eslint monorepo to v6.2.0
  • update dependency video.js to v8.5.1
  • update yarn to v3.6.1

13.5.0

10 months ago

Summary

We have improved support for subtitles and API metadata on the web player, done major dependency updates for better video playback and web UI, and more!

Changes since 13.4.1:

General

  • Added support for default and forced flags on subtitles on web player
  • Improve handling of web interface when server is offline
  • Fixed metadata not displaying when Media Library folder is disabled
  • Fixed subtitles without titles not working on web player
  • Formatting (thanks, RichardIcecube!)
  • Logging improvements

Renderers

  • Fix H.265 support on Freebox (thanks, ouaklafoud!)

Dependencies

  • lock file maintenance
  • update dependency @emotion/react to v11.11.1
  • update dependency @types/node to v18.16.18
  • update dependency @types/react to v18.2.14
  • update dependency com.ibm.icu:icu4j to v73.2
  • update dependency com.puppycrawl.tools:checkstyle to v10.12.1
  • update dependency com.sun.xml.bind-version to v4.0.3
  • update dependency commons-io:commons-io to v2.13.0
  • update dependency eslint to v8.43.0
  • update dependency frontend-maven-plugin to 1.13.3
  • update dependency hls.js to v1.4.6
  • update dependency mantine to v6.0.15
  • update dependency net.coobird:thumbnailator to v0.4.20
  • update dependency react-router-dom to v6.14.1
  • update dependency stylis to v4.3.0
  • update dependency typescript to v5.1.6
  • update logback-version to v1.4.8
  • update typescript-eslint monorepo to v5.60.1
  • update video.js to 8.5.0
  • update videojs-contrib-quality-levels to 4.0.0
  • update yarn to v3.6.0

13.4.1

11 months ago

Summary

This release contains security fixes, fixes for Dolby Vision and HDR playback, web player video playback, DLNA/UPnP change-detection fixes, and more!

We really hope you are enjoying our focus on stability while we continue to work on upcoming features. It's a delicate balance to get right, so we are very guided by your feedback.

Changes since 13.4.0:

General

  • Fixed broken SystemUpdateId update
  • Fixed broken filename parsing with some HDR files
  • Fixed web player video playback bugs
  • Fixed security vulnerabilities
  • Fixed muxing Dolby Vision with tsMuxeR
  • Updated Javadocs (thanks, RichardIcecube!)

Translation updates via Crowdin

  • Bulgarian (47%) (thanks, STOYAN STOYANOV!)
  • Catalan (57%) (thanks, Antoni Grau i Quellos!)
  • Danish (64%) (thanks, GurliGebis!)
  • Japanese (59%) (thanks, was0914!)
  • Swedish (51%) (thanks, Erik Karlsson!)

Dependencies

  • lock file maintenance
  • update dependency @emotion/react to v11.11.0
  • update dependency @types/jest to v29.5.2
  • update dependency @types/lodash to v4.14.195
  • update dependency @types/node to v18.16.16
  • update dependency @types/react to v18.2.8
  • update dependency @types/react-dom to v18.2.4
  • update dependency @types/video.js to v7.3.52
  • update dependency axios to v1.4.0
  • update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.2
  • update dependency com.github.oshi:oshi-core to v6.4.3
  • update dependency com.puppycrawl.tools:checkstyle to v10.12.0
  • update dependency commons-io:commons-io to v2.12.0
  • update dependency eslint to v8.42.0
  • update dependency hls.js to v1.4.5
  • update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.6.0
  • update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.3.0
  • update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.1.2
  • update dependency react-router-dom to v6.11.2
  • update dependency stylis to v4.2.0
  • update dependency web-vitals to v3.3.2
  • Update JRE to 17.0.7+7
  • update junit5 monorepo to v5.9.3
  • update logback-version to v1.4.7
  • update react monorepo to v18.2.0
  • Update tsMuxeR to 2023-04-13-02-05-26
  • update typescript-eslint monorepo to v5.59.9
  • update yarn to v3.5.1

13.4.0

1 year ago

Summary

In this release we have improved API metadata matching, Windows 11 sleep management, fully played functionality, classical music management, and more!

Changes since 13.3.0:

General:

  • Added Composer and Conductor to UPnP results, for better handling of classical music
  • Fixed Windows 11 going to sleep too soon (#3883)
  • Fixed files being marked as fully played on playback failure or media parsing requests (#1479 and #3683)
  • Fixed metadata API results for some files
  • Faster CI (thanks, optimizing-ci-builds!)
  • Fixed crash when audio file has no audio track
  • Fixed bugs with UPnP searching

Translation updates via Crowdin

  • Afrikaans (22%) (thanks, John Botes and stefan ivanov!)
  • Bulgarian (79%) (thanks, stefan ivanov!)
  • Chinese (Traditional) (78%) (thanks, RX78!)
  • French (100%) (thanks, Archaos and Vincent Panel!)
  • Japanese (94%) (thanks, elepro!)
  • Ukrainian (28%) (thanks, Paul Furlet!)

Dependencies

  • lock file maintenance
  • update dependency @types/jest to v29.5.0
  • update dependency @types/lodash to v4.14.194
  • update dependency @types/node to v18.15.11
  • update dependency @types/react to v18.0.37
  • update dependency axios to v1.3.5
  • update dependency com.auth0:java-jwt to v4.4.0
  • update dependency com.ibm.icu:icu4j to v73
  • update dependency com.github.oshi:oshi-core to v6.4.1
  • update dependency com.puppycrawl.tools:checkstyle to v10.9.3
  • update dependency com.sun.xml.messaging.saaj:saaj-impl to v3.0.1
  • update dependency eslint to v8.38.0
  • update dependency hls.js to v1.4.0
  • update dependency org.apache.maven.plugins:maven-enforcer-plugin to v3.3.0
  • update dependency org.apache.maven.plugins:maven-resources-plugin to v3.3.1
  • update dependency org.slf4j:slf4j-api to v2.0.7
  • update dependency react-country-flag to v3.1.0
  • update dependency react-router-dom to v6.10.0
  • update dependency typescript to v5
  • update dependency web-vitals to v3.3.1
  • update typescript-eslint monorepo to v5.59.0
  • update yarn to v3.5.0