Universal Media Server 歷史版本列表 Page1

最新版本 JProfiler 14.0

Universal Media Server 歷史版本列表

Universal Media Server 是一種媒體服務器,能夠將視頻,音頻和圖像提供給任何支持 DLNA 的設備。它是免費的,定期更新,並具有比任何其他媒體服務器,包括付費媒體服務器更多的功能。支持所有主要的操作系統,Windows,Linux 和 Mac OS X 的版本。程序流或轉碼視頻,音頻和圖像格式幾乎沒有配置。它由 FFmpeg,MEncoder,tsMuxeR,MediaInfo... Universal Media Server 軟體介紹


Select Version 查看版本資訊

更新時間:2023-09-09
更新細節:

What's new in this version:

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
- 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
- Afrikaans (13%)
- Bulgarian (49%)
- Catalan (57%)
- Czech (82%)
- Danish (64%)
- Finnish (64%)
- Korean (63%)
- Polish (62%)
- Portuguese, Brazilian (66%)
- Russian (77%)
- Turkish (87%)
- Ukrainian (20%)

Universal Media Server 13.6.0 查看版本資訊

更新時間:2023-09-09
更新細節:

What's new in this version:

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
- 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
- Afrikaans (13%)
- Bulgarian (49%)
- Catalan (57%)
- Czech (82%)
- Danish (64%)
- Finnish (64%)
- Korean (63%)
- Polish (62%)
- Portuguese, Brazilian (66%)
- Russian (77%)
- Turkish (87%)
- Ukrainian (20%)

JProfiler 14.0 查看版本資訊

更新時間:2023-09-09
更新細節:

What's new in this version:

New:
- Full support for virtual threads with a virtual thread async tracking type (new in Java 21)
- Added a garbage collector probe
- Added a JFR event browser when opening JFR snapshots
- Opening very large JFR snapshots is now much faster
- JFR snapshots also show the GC probe
- Added support for JFR recording, also on remote machines, local or remote Docker container or on Kubernetes
- Added a gRPC probe and a gRPC remote request tracking type
- Near-zero overhead for full sampling when profiling Java 17+
- Probe events view: The type filter drop-down now allows the selection of multiple types
- Probe events view: When multiple events are selected, the cumulated call tree, CPU hot spots or probe hot spots are shown below the events table
- Probe events and control objects views: Scales for duration and throughput columns are now configurable in the view settings dialog.
- Probe events, control objects, current monitors and monitor history views: Multi-column filters with range editors for numeric values
- Probe events view: Histograms for event durations and recorded throughputs are shown at the bottom. Events can be filtered by selecting an interval in the histograms.
- Probe telemetries view: After selecting a time interval with the mouse, the events view will be shown with a corresponding time filter. This also works for probe telemetries that have been added to the VM telemetries.
- Probe call tree and hot spots view: Added a "Show events" action that will set a corresponding call stack or hot spots filter and show the probe events view
- The "Show events" action and the "Show in heap walker" actions in the control objects views of probes now support multiple selection of control objects
- In the telemetry overviews for VM telemetries and probe telemetries, the telemetries can be reordered via drag and drop
- VM telemetries that are based on recorded objects are now always shown, with actions to start recording and to show the recorded object views
- Selected probe telemetries can be added to the VM telemetry section with actions to start recording and to show the corresponding probe view
- Telemetries can be exported as SVG, the PNG export is still optionally available
- Current monitor data is now a snapshot rather than continuously updated. A corresponding trigger action and controller API method are available.
- Current monitors and locking graph views now show java.util.concurrent locks
- Current monitors and locking graph views now group similar threads. This makes it easier to interpret locking situations with many threads and is important for supporting virtual threads.
- Current monitors and locking graph are now also available in attach mode, for java.util.concurrent locks only
- Thread history and probe time line views: Threads can be reordered via drag and drop
- Thread history and probe time line views: Threads can be sorted by start time or alphabetically
- Flame graphs can be exported as SVG
- The tooltip in flame graphs is now pinnable, so hovering over the tree can be free of any obstructions from the tool tip
- Flame graph colorizations are now persisted
- "Show Source" and "Show Bytecode" context menu actions have been added to the flame graph
- In the attach dialog reduced the number of "unknown" processes, showing the Java home directory instead
- Support for attaching to Linux processes that were started by systemd with PrivateTmp=yes
- Support for attaching to Linux processes with namespaced mounts that make /var/tmp non-writable
- Support for profiling Java 21
- Added a "Modify classpath action" to script dialogs
- Telemetries that show rates, such as recorded throughputs, are now shown as histograms
- Reorganized probes into new categories: "Databases", "HTTP, RPC & JEE" and "JVM & Custom Probes"
- JProfiler now optionally offers to save a snapshot first when detaching from or stopping a profiled JVM
- Added support for profiling on Linux Alpine ARM
- Show the number of rows in the "total" line of monitor views
- Added a "Duplicate recording profile" action in the recording profiles dialog
- Locking history graph: Added a "Select between bookmarks" action

Fixed:
- Monitor history and locking history graph view: On Java 14+, some java.util.concurrent monitor objects were not shown for "waiting" entries.
- Expanding multiple levels in the probe hot spots views did not work
- View dialogs were sometimes centered on the wrong window
- The filter history for some trees was not persistent
- Call tree flame graphs: The "Set as root" action was not available on the bottom row

Universal Media Server 13.5.0 查看版本資訊

更新時間:2023-08-02
更新細節:

What's new in this version:

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

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
- Logging improvements

Renderers:
- Fix H.265 support on Freebox

Universal Media Server 13.4.1 查看版本資訊

更新時間:2023-07-06
更新細節:

What's new in this version:

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

Translation updates via Crowdin:
- Bulgarian (47%)
- Catalan (57%)
- Danish (64%)
- Japanese (59%)
- Swedish (51%)

Windows Update Blocker 1.8 查看版本資訊

更新時間:2023-06-10
更新細節:

Node.js 20.3.0 (64-bit) 查看版本資訊

更新時間:2023-06-10
更新細節:

What's new in this version:

- deps: upgrade to libuv 1.45.0, including significant performance improvements to file system operations on Linux
- doc: add Ruy Adorno to list of TSC members
- doc: mark Node.js 14 as End-of-Life
- (SEMVER-MINOR) lib: implement AbortSignal.any()
- module: change default resolver to not throw on unknown scheme
- (SEMVER-MINOR) node-api: define version 9
- stream: deprecate asIndexedPairs

Universal Media Server 13.4.0 查看版本資訊

更新時間:2023-06-10
更新細節:

What's new in this version:

General:
- Added Composer and Conductor to UPnP results, for better handling of classical music
- Fixed Windows 11 going to sleep too soon
- Fixed files being marked as fully played on playback failure or media parsing requests
- Fixed metadata API results for some files
- Faster CI
- Fixed crash when audio file has no audio track
- Fixed bugs with UPnP searching

Translation updates via Crowdin:
- Afrikaans (22%)
- Bulgarian (79%)
- Chinese (Traditional) (78%)
- French (100%)
- Japanese (94%)
- Ukrainian (28%)

Universal Media Server 13.3.0 查看版本資訊

更新時間:2023-04-20
更新細節:

What's new in this version:

General:
- Added HDR video muxing to FFmpeg video engine
- Added support for UPnP searching music by genre
- Use ENTRYPOINT instead of CMD to launch on Docker
- Fixed support for HLG HDR files
- Fixed compatibility for certain Dolby Vision and HDR10+ HDR profiles
- Fixed server startup error if API is enabled and down
- Fixed server startup error on Linux sometimes
- Fixed detection of VLC on some non-English systems
- Fixed the music Artist field being set to the Performer-

Renderers:
- Fixed detection of Sony Xperia devices
- Translation updates via Crowdin
- Chinese Simplified (100%)
- Chinese Traditional (78%)
- French (100%)
- Japanese (93%)
- Serbian (Cyrillic) (79%)

Dependencies:
- Bump all subdependencies
- update dependency @emotion/react to v11.10.6
- update dependency @testing-library/react to v14
- update dependency @types/jest to v29.4.4
- update dependency @types/node to v18.15.3
- update dependency @types/react to v18.0.28
- update dependency @types/react-dom to v18.0.11
- update dependency at.favre.lib:bcrypt to v0.10.2
- update dependency axios to v1.3.4
- update dependency com.auth0:java-jwt to v4.3.0
- update dependency com.puppycrawl.tools:checkstyle to v10.8.1
- update dependency com.rometools:rome to v2.1.0
- update dependency eslint to v8.36.0
- Update dependency hls.js to v1.3.4
- update mantine monorepo packages to v5.10.5
- update dependency org.apache.maven.plugins:maven-assembly-plugin to v3.5.0
- update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.11.0
- update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0
- update dependency org.jupnp:org.jupnp to v2.7.0
- update dependency org.jupnp:org.jupnp.support to v2.7.0
- update dependency react-router-dom to v6.9.0
- update dependency video.js to v7.21.4
- update dependency web-vitals to v3.3.0
- update logback-version to v1.4.6
- update typescript-eslint monorepo to v5.55.0

Universal Media Server 13.2.1 查看版本資訊

更新時間:2023-03-18
更新細節:

What's new in this version:

General:
- Fixed the Show the Media Library Folder, Audio Priority, Subtitles Priority, and Show the Live Subtitles Folder settings
- Fixed web player download permissions
- Fixed unnecessary transcoding
- Fixed MEncoder defer to tsMuxeR setting
- Fixed startup error on non-semver operating systems
- Fixed the appearance of broken settings in unauthenticated mode
- Allow directories to be unselected/cleared
- Fixed broken thumbnails in Docker
- Fixed exception when folders are populated on startup
- Fixed invalid GUI package name
- Removed unused plugins for faster first build time
- Improved documentation about developer workflow

Translation updates via Crowdin:
- English (United Kingdom) (65%)
- German (100%)
- Russian (100%)
- Ukrainian (27%)