❌

Normale weergave

dillo approves

Door: 9001
23 Januari 2026 om 19:02

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-09-07)

πŸ§ͺ new features

  • send-message-to-serverlog now also available as url-parameter ?smsg=foo 6dcb1ef
    • option smsg configures which HTTP-methods to allow; can be set to GET,POST but default is only POST because GET is dangerous (CSRF)

🩹 bugfixes

  • #1227 dillo was not able to login because dillo is more standards-compliant than every other browser (nice) b4df8fa
  • a web-scraper which got banned for making malicious requests could remain banned for one request longer than intended (wait why did I fix this) ba67b27
  • ?ls was still a bit jank 0a3a807

🌠 fun facts

  • this 6AM release was powered by void/mournfinale
  • was going to name the release "dilla pΓ₯ dillo" but somehow google-translate thinks that means "fuck on fuck" which would have been inappropriate

⚠️ not the latest version!

  •  

v25.12.0-rc3

24 Januari 2026 om 01:21

Hi,

The OpenWrt community is proud to announce the third release candidate of the OpenWrt 25.12 stable series.

Download firmware images using the OpenWrt Firmware Selector:

Download firmware images directly from our download servers:

Please test this version

This is not the final version, this is a test version. Please report problems and bugs in our issue tracker.

Highlights in OpenWrt 25.12

OpenWrt 25.12.0-rc3 incorporates over 4300 commits since branching the previous OpenWrt 24.10 release and has been under development for over one year.

Only the main changes are listed below. See changelog-25.12.0-rc3 for the full changelog.

General changes

The hardware requirements did not change significantly, most devices supported by OpenWrt 24.10 should also work with OpenWrt 25.12.

Switch package manager from opkg to apk

OpenWrt has transitioned from the traditional opkg package manager to apk (Alpine Package Keeper).

This change brings several advantages:

  • apk is still maintained, the OpenWrt opkg fork was not maintained any more.

apk supports most features of opkg. Only very few package names changed. The command line arguments of apk are different from the command line arguments of opkg.

For users migrating existing systems, an official opkg to apk cheatsheet is available to ease the transition and map common workflows.

Integration of attended sysupgrade

The attended sysupgrade LuCI application is now installed by default.

ASU allows devices to:

  • Upgrade to new OpenWrt firmware versions
  • Automatically rebuild firmware images with all currently installed packages
  • Preserve system configuration during upgrades

This dramatically simplifies upgrades: with just a few clicks in LuCI and a short wait, a custom firmware image is built and installed without manual intervention.

Shell history is preserved

Shell command history is now preserved across sessions by storing it in a RAM-backed filesystem.

Benefits:

  • Command history is no longer lost between logins
  • No unnecessary writes to flash storage by default

For users who prefer persistent history storage, this behavior can be changed by editing: /etc/profile.d/busybox-history-file.sh

⚠️ Note: Storing history on flash will increase write cycles and may impact flash endurance over time.

Integration of video feed

The OpenWrt video feed with Qt5 and UI applications is integrated by default.

Wi-Fi scripts in ucode

The wifi scripts were rewritten in ucode.

Target changes

  • Extend realtek target with support for more switch SoCs like 10G Ethernet switches.
  • Extend qualcommax target with support for ipq50xx and ipq60xx SoCs.
  • Added siflower target for Siflower SF21A6826/SF21H8898 SoCs
  • Added sunxi/arm926ejs subtarget for Allwinner F1C100/200s SoCs

Many new devices added

OpenWrt 25.12 supports over 2180 devices. Support for over 160 new devices was added in addition to the device support by OpenWrt 24.10.

Core components update

Core components have the following versions in 25.12.0-rc3:

  • Updated toolchain:
    • musl libc 1.2.5
    • glibc 2.41
    • gcc 14.3.0
    • binutils 2.44
  • Updated Linux kernel
    • 6.12.66 for all targets
  • main packages:
    • cfg80211/mac80211 from kernel 6.18.0
    • hostapd master snapshot from August 2025
    • dnsmasq 2.91
    • dropbear 2025.89
    • busybox 1.37.0

In addition to the listed applications, many others were also updated.

Upgrading to 25.12

Upgrading from 24.10 to 25.12 should be transparent on most devices, as most configuration data has either remained the same or will be translated correctly on first boot by the package init scripts.

  • Sysupgrade from 23.05 to 25.12 is not officially supported.

  • Cron log level was fixed in busybox. system.@system[0].cronloglevel should be set to 7 for normal logging. 7 is the default now. If this option is not set, the default is used and no manual action is needed.

  • Bananapi BPI-R4: Interfaces eth1 was renamed to sfp-lan or lan4 and the interface eth2 was renamed to sfp-wan to match the labels. You have to upgrade without saving the configuration.

Scratch installs/upgrades

If you wish to start from scratch (always the safest, but also the most work), simply download the pre-built image from the downloads site or from the Firmware Selector to your device. Make sure to create and save a backup, then install the image using sysupgrade -n /tmp/firmware.bin or the LuCI Backup/Flash Firmware, being sure to set "Keep settings and retain the current configuration" to its off position. Restore or reconstruct your configuration using the contents of the backup as a template.

Attended Sysupgrade options

Attended Sysupgrade (ASU) allows you to build a custom image that retains all of your installed packages and their configuration transparently. You need to use one of the three ASU clients that interface with the ASU server to produce this custom image:

  • Firmware Selector - an online builder that requires you to manually supply it with the packages you wish to have installed. This package list is sent to the ASU server, and a new custom device image is created containing those packages. You may then download and install the image in LuCI Backup/Flash Firmware, but for this you would enable "Keep settings..."
  • Luci Attended Sysupgrade - the web interface to the ASU server. This tool allows you to choose a new OpenWrt version, then collects the names of the packages on your device and sends them up to the ASU server. LuCI ASU then downloads the created image directly to your device and allows you to install it, without having to do any of the bookkeeping tasks involved with using the Firmware Selector.
  • owut - a command line package that does the same job as LuCI ASU, but provides more diagnostics and better visibility into what's happening at the various steps before and during the build process.

Both the LuCI ASU app and owut are optional packages in 24.10, so if you have not installed them, they won't be there by default. Use either the LuCI Package Manager to install them, or you can do it from the command line with opkg:

$ opkg update
$ opkg install luci-app-attendedsysupgrade
$ opkg install owut

Note that you can install one or the other, or both together, they are completely independent packages.

Upgrades with Firmware Selector

The Firmware Selector does an excellent job of searching through the thousands of available device configurations and getting you to the right place. But, some devices have several variants and possibly different image formats, so if you're unsure about which one you need or which device you're dealing with or anything else, go to the |Firmware Selector support thread and ask away.

Upgrades with LuCI Attended Sysupgrade

The LuCI web interface should be fairly self explanatory. Since you have fairly limited options there that should be pretty obvious, but if anything is unclear or you're unsure about something, go to the LuCI Attended Sysupgrade support thread and ask.

Upgrades with owut

If you choose to use owut, the fact that it's a command line program means you'll need a little more explanation regarding best practices. In any situation, it's always safe to do a check to see what's going on.

$ owut check --verbose --version-to 25.12
... a lot of output ...

This check should show you all the details of what this upgrade entails with regards to the packages available, and will point out any issues with package versions and so on.

Assuming the results of the check look good, you can simply do an upgrade next.

$ owut upgrade --verbose --version-to 25.12
... even more output ...

If you are unsure of anything you see in the check, during the upgrade, or simply have questions, jump on over to the owut support thread on the forum and ask.

Known issues

  • Users of Zyxel EX5601-T0 devices need to check their WAN interfaces as port was renamed from eth1 to wan.
  • Microchip LAN969x devices are missing the network driver, so no network ports work.

Full release notes and upgrade instructions are available at
https://openwrt.org/releases/25.12/notes-25.12.0-rc3

In particular, make sure to read the regressions and known issues before upgrading:
https://openwrt.org/releases/25.12/notes-25.12.0-rc3#known_issues

For a detailed list of all changes since 25.12.0-rc2, refer to
https://openwrt.org/releases/25.12/changelog-25.12.0-rc3

To download the 25.12.0-rc3 images, navigate to:
https://downloads.openwrt.org/releases/25.12.0-rc3/targets/
Use OpenWrt Firmware Selector to download:
https://firmware-selector.openwrt.org?version=25.12.0-rc3

As always, a big thank you goes to all our active package maintainers, testers, documenters and supporters.

Have fun!

The OpenWrt Community


To stay informed of new OpenWrt releases and security advisories, there
are new channels available:

  •  

Stable Channel Update for Desktop

20 Januari 2026 om 23:15

The Stable channel has been updated to 144.0.7559.96/.97 for Windows/MacΒ  andΒ 144.0.7559.96Β for Linux, which will roll out over the coming days/weeks. A full list of changes in this build is available in theΒ Log.


Security Fixes and Rewards

Note: Access to bug details and links may be kept restricted until a majority of users are updated with a fix. We will also retain restrictions if the bug exists in a third party library that other projects similarly depend on, but haven’t yet fixed.


This update includes 1 security fix. Below, we highlight fixes that were contributed by external researchers. Please see the Chrome Security Page for more information.


[TBD][473851441] High CVE-2026-1220: Race in V8. Reported by @p1nky4745 on 2026-01-07


We would also like to thank all security researchers that worked with us during the development cycle to prevent security bugs from ever reaching the stable channel.

Many of our security bugs are detected using AddressSanitizer, MemorySanitizer, UndefinedBehaviorSanitizer, Control Flow Integrity, libFuzzer, or AFL.

Interested in switching release channels? Find out howΒ here. If you find a new issue, please let us know byΒ filing a bug. TheΒ community help forumΒ is also a great place to reach out for help or learn about common issues.


Srinivas Sista
Google Chrome
  •  

Minecraft 26.1-snapshot-4 (snapshot) Released

20 Januari 2026 om 15:15
26.1 Snapshot 4 (known as 26.1-snapshot-4 in the launcher) is the fourth snapshot for Java Edition 26.1, released on January 20, 2026, which changes the models of baby horses, donkeys, and mules, as well as zombie and skeleton horses, adds new tags, and fixes bugs. Full changelog: https://minecraft.wiki/Java_Edition_26.1-snapshot-4
  •  

State of the Open Home 2026: join us live in Utrecht, the Netherlands!

20 Januari 2026 om 01:00
State of the Open Home 2026: join us live in Utrecht!

It’s time to celebrate what we’ve built together, and get excited about what’s coming next – at State of the Open Home, our annual look at how we’re championing privacy, choice, and sustainability in the smart home. And this year, we’re doing something new: inviting you to be part of the action in our audience! πŸŽ‰

That’s right, you don’t have to watch from home – you can join us live in Utrecht, the Netherlands, on Wednesday, April 8.

This year’s theme: Building in the open

Building in the open has always been at the heart of what the Open Home Foundation does, across Home Assistant and other projects. This year, we’re taking it to the next level – shining a spotlight on the transparency and collaboration that sets this community apart.

We’re talking open roadmaps, honest conversations about the way we work and the challenges we face, and how we solve them together. Plus, we’ll be showcasing what our community achieved in 2025, giving you a look at what’s ahead – and asking you to help shape it.

What to expect

We’re putting the final touches on the program (watch this space!) – but here’s a taste of what’s in store:

  • Celebrate all we’ve achieved together in 2025
  • See what’s ahead for Home Assistant and the wider ecosystem
  • Connect with fellow Open Home advocates and contributors in person
  • Have your say in the discussions guiding the future of the Open Home

And that’s just the start. Expect special guests, a few surprises, and the kind of positive energy you only get when this community gathers in one room ⚑.

Tickets available soon!

Limited spots will be available for our live audience in Utrecht, the Netherlands. Tickets will be available from early February – and they’ll go fast, so stay tuned for details! We’ll also be livestreaming globally for those who can’t make it in person.

Visit our new State of the Open Home website to learn more, and be sure to follow us on Fosstodon, Bluesky, Instagram or Facebook so you don’t miss the ticket drop!

πŸ“… Mark your calendars now: Wednesday, April 8, Utrecht, the Netherlands.

  •  

10.11.6

19 Januari 2026 om 02:43

πŸš€ Jellyfin Web 10.11.6

We are pleased to announce the latest stable release of Jellyfin, version 10.11.6! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (8)

πŸ—οΈ Enhancements

πŸ“ˆ General Changes

  •  

10.11.5

15 December 2025 om 04:32

πŸš€ Jellyfin Web 10.11.5

We are pleased to announce the latest stable release of Jellyfin, version 10.11.5! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (9)

πŸ—οΈ Enhancements

πŸ“ˆ General Changes

  •  

10.11.4

1 December 2025 om 04:08

πŸš€ Jellyfin Web 10.11.4

We are pleased to announce the latest stable release of Jellyfin, version 10.11.4! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (3)

πŸ—οΈ Enhancements

  • Fix trickplay not displaying when content is played from a playlist [PR #7331], by @theguymadmax

πŸ“ˆ General Changes

  • modify TOC and button layout in book player [PR #7344], by @dkanada
  • fix book playback in continue reading home section [PR #7345], by @dkanada

  •  

10.11.3

16 November 2025 om 23:55

πŸš€ Jellyfin Web 10.11.3

We are pleased to announce the latest stable release of Jellyfin, version 10.11.3! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (11)

πŸ—οΈ Enhancements

πŸ“ˆ General Changes

  • Fix missing Live TV sections in experimental layout [PR #7313], by @theguymadmax
  • Restrict recently added max-32-streams limit to Tizen < v6.5 [PR #7283], by @kinke
  • Fix default values in display settings [PR #7295], by @thornbill
  • Revert "Enable use of hls.js when LG WebOS 4 or newer is used." [PR #7296], by @thornbill
  • Fix first episode when playing a series [PR #7301], by @thornbill
  • Add line break to card's secondary text [PR #7306], by @viown
  • Fix library not refreshing after adding new media library [PR #7290], by @theguymadmax

  •  

10.11.2

3 November 2025 om 03:51

πŸš€ Jellyfin Web 10.11.2

We are pleased to announce the latest stable release of Jellyfin, version 10.11.2! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (6)

πŸ—οΈ Enhancements

πŸ“ˆ General Changes

  •  

10.11.1

27 Oktober 2025 om 03:20

πŸš€ Jellyfin Web 10.11.1

We are pleased to announce the latest stable release of Jellyfin, version 10.11.1!

This minor release brings several bugfixes to improve your Jellyfin experience.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (11)

πŸ—οΈ Enhancements

πŸ“ˆ General Changes

  • Fix multiple album artists in card footer [PR #7248], by @thornbill
  • Update SDK to 0.12.0 stable [PR #7250], by @thornbill
  • Wraps registration of all mediaSession action handlers in try catch. [PR #7252], by @bernarden
  • Fixed issue where waiting event is not being called correctly [PR #7245], by @PeachesMLG
  • Fix unpause and pause references in syncplay video player [PR #7227], by @PeachesMLG
  • Fix: Add minimum value 0 for SyncPlay Settings SpeedToSync input [PR #7221], by @SohamGanmote
  • Increase restore check interval to 45s [PR #7233], by @viown
  • Revert scroller overflow change for tv layout [PR #7241], by @thornbill
  • Fix skip button not displaying correctly with OSD (#6583) [PR #7219], by @thornbill
  • Handle browsers lacking stop media session action support [PR #7240], by @thornbill

  •  

10.11.0

20 Oktober 2025 om 03:04

πŸš€ Jellyfin Web 10.11.0

We are pleased to announce the latest stable release of Jellyfin, version 10.11.0!

This major release brings many new features, improvements, and bugfixes to improve your Jellyfin experience.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

WARNING: There are very important release notes to review before upgrading! Please find all the details in our blog post on the release.

You can find more details about and discuss this release on our forums.

Changelog (232)

πŸ”’ Security

🌟 Highlights

πŸ—οΈ Enhancements

πŸ“ˆ General Changes

  •  

10.11.0 RC9

14 Oktober 2025 om 00:24

πŸš€ Jellyfin Web 10.11.0 RC9

We are pleased to announce the ninth release candidate preview release of Jellyfin 10.11.0!

This is a preview release, intended for those interested in testing 10.11.0 before it's final public release. We welcome testers to help find as many bugs as we can before the final release.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

Important Notes & Features

Please see the WIP release notes here for now: https://notes.jellyfin.org/v10.11.0_features

PLEASE READ THOSE NOTES THOROUGHLY BEFORE UPGRADING; current RC users should have a seamless upgrade. If you have any questions, please ask in our Matrix chat.

Installing

This preview release is distributed in all our traditional forms, though not automatically via our Apt repository or latest tag.

  • For all non-Docker environments, you can find the files for manual download in our repository by selecting "Stable Preview" for your OS.
  • For Docker, you can pull the 10.11.0-rc9 or preview tags.

What's Changed (since RC8)

New Contributors

Full Changelog: v10.11.0-rc8...v10.11.0-rc9

Previous RC Changelogs: https://github.com/jellyfin/jellyfin/releases/tag/v10.11.0-rc7 [RC8 had no changes]

  •  

10.11.0 RC8

28 September 2025 om 18:29

πŸš€ Jellyfin Web 10.11.0 RC8

We are pleased to announce the eighth release candidate preview release of Jellyfin 10.11.0!

This is a preview release, intended for those interested in testing 10.11.0 before it's final public release. We welcome testers to help find as many bugs as we can before the final release.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

Important Notes & Features

Please see the WIP release notes here for now: https://notes.jellyfin.org/v10.11.0_features

PLEASE READ THOSE NOTES THOROUGHLY BEFORE UPGRADING; current RC users should have a seamless upgrade. If you have any questions, please ask in our Matrix chat.

CRITICAL BUG FIX - DO NOT RUN RC7, run this instead! Upgrading from <= RC5 to RC7 will cause a library breakage (#14888, #14894) that this RC8 fixes.

Installing

This preview release is distributed in all our traditional forms, though not automatically via our Apt repository or latest tag.

  • For all non-Docker environments, you can find the files for manual download in our repository by selecting "Stable Preview" for your OS.
  • For Docker, you can pull the 10.11.0-rc8 or preview tags.

What's Changed (since RC7)

No changes.

Previous RC Changelogs: https://github.com/jellyfin/jellyfin/releases/tag/v10.11.0-rc7

  •  

10.11.0 RC7

28 September 2025 om 00:15

πŸš€ Jellyfin Web 10.11.0 RC7

We are pleased to announce the sixth release candidate preview release of Jellyfin 10.11.0!

This is a preview release, intended for those interested in testing 10.11.0 before it's final public release. We welcome testers to help find as many bugs as we can before the final release.

As always, please ensure you stop your Jellyfin server and take a full backup before upgrading!

Important Notes & Features

Please see the WIP release notes here for now: https://notes.jellyfin.org/v10.11.0_features

PLEASE READ THOSE NOTES THOROUGHLY BEFORE UPGRADING; current RC users should have a seamless upgrade, though you should rescan all libraries and run a PeopleRefresh after updating. If you have any questions, please ask in our Matrix chat.

Installing

This preview release is distributed in all our traditional forms, though not automatically via our Apt repository or latest tag.

  • For all non-Docker environments, you can find the files for manual download in our repository by selecting "Stable Preview" for your OS. Note that Windows Installers (.exe) are currently missing due to build issues.
  • For Docker, you can pull the 10.11.0-rc7 or preview tags.

What's Change (since RC6)

  • Extract native/custom subtitle element logic to separate typescript file by @thornbill in #7141
  • Fix XSS at wizard and dashboard library by @dmitrylyzo in #7114
  • Set MaxParentalRating and MaxParentalSubRating when setting parental controls by @Shadowghost in #7145

Full Changelog: v10.11.0-rc6...v10.11.0-rc7

What's Changed (since RC5, to RC6)

New Contributors

Full Changelog: v10.11.0-rc5...v10.11.0-rc6

What's Changed (since RC4, to RC5)

Full Changelog: v10.11.0-rc4...v10.11.0-rc5

What's Changed (since RC3, to RC4)

New Contributors

Full Changelog: v10.11.0-rc3...v10.11.0-rc4

What's Changed (since RC2, to RC3)

New Contributors

Full Changelog: v10.11.0-rc2...v10.11.0-rc3

What's Changed (since RC1, to RC3)

New Contributors

Full Changelog: v10.11.0-rc1...v10.11.0-rc2

What's Changed (since 10.10.x, to RC1)

New Contributors

Full Changelog: v10.10.7...v10.11.0-rc1

  •  

Dopamine 3.0.2

Door: digimezzo
18 Januari 2026 om 08:12

[3.0.2] - 2026-01-17

Added

  • Added a Highlights screen showing your most played albums
  • Added Composers, Conductor and BPM to tag editor.

Changed

  • Updated the Turkish translation
  • Updated the Vietnamese translation

Fixed

  • Fixed a crash that occurred when playing a song from the playback queue
  • Fixed some album view issues
  • Fixed an issue causing the wrong song to play when started from the Operating System

  •  

Dopamine 3.0.1

Door: digimezzo
20 December 2025 om 16:04

Added

  • Added half-star rating support, expanding the song rating scale to a range of 0–10.
  • Added song sorting options on the 'Folders' screen
  • Added a button to toggle between the default expanded album view and Dopamine 2's compact album view
  • Added the removable-media plug to the Snap configuration, allowing the Snap version of Dopamine to access /media.

Changed

  • Updated the Kurdish translation
  • Updated the Russian translation
  • Updated the Spanish translation
  • Updated the Swedish translation
  • Updated the Vietnamese translation

Fixed

  • m3u8 playlists are not recognized
  • Ratings are not read from files
  • Developer console opens when pressing F12
  • Crash when trying to play a deleted file
  • Song length in right sidebar displays double the time of the real length
  • Some issues with fetching of lyrics
  • Folders context menu opens too much the left on the Folders screen
  • Crash when the user has no Music directory
  • Crash when trying to play ALAC M4A file. Those are not supported. Instead of a crash, the user is now informed why the file doesn't play.
  • Crash when starting files from the operating system's file browser
  • Issue where the Edit song dialog replaces '/' by ';' for artists containing a '/' in their name
  • Linux Snap issue that caused file dialog text to appear as squares instead of readable characters

P.S.: if you enjoy Dopamine, please consider donating with PayPal or buying me a coffee. Thank you so much!

Dopamine 3 release blog post

  •  

Dopamine 3.0

Door: digimezzo
15 November 2025 om 07:32

[3.0.0] - 2025-11-06

First release!

Highlights:

  • Multi-platform support - Dopamine now runs seamlessly on Windows, Linux, and macOS.
  • Playlist folders - Organize your playlists into folders for better structure and easier navigation.
  • Gapless playback - Enjoy smooth, uninterrupted transitions between tracks.
  • Logarithmic volume control - Experience more natural and precise volume adjustments.
  • Artist splitting - Automatically split multiple artists using customizable separators (e.g., β€œft.”, β€œfeat.”).
  • Album grouping options - Choose how albums are defined and displayed for greater control over your library organization.
  • Last.fm integration - Scrobble your music and download artist information directly from Last.fm.
  • Lyrics support - Display offline or online lyrics while listening to your favorite songs.
  • Discord integration - Show your currently playing track on Discord in real time.

Enjoy the music!

P.S.: if you enjoy Dopamine, please consider donating with PayPal or buying me a coffee. Thank you so much!

Dopamine 3 release blog post

  •  

Dopamine 3.0 Preview 40

Door: digimezzo
3 Oktober 2025 om 19:35

[3.0.0-preview.40] - 2025-10-02

Added

  • Added Arabic translation
  • Added option to automatically scroll to the playing song
  • Added audio visualization to mini player

Changed

  • Images now have round corners
  • Updated the Hebrew translation
  • Updated the Russian translation
  • Updated the Simplified Chinese translation
  • Updated the Spanish translation
  • Updated the Vietnamese translation

Fixed

  • Fixed a bug where artists that are separated by a semicolon ';' were not indexed correctly
  • Fixed a bug where the folders screen had an empty sorting button
  • Fixed a bug where it was not possible to remove a folder that is not displayed in the collection
  • Fixed a bug where changing the album grouping settings had no effect on the collection
  • Fixed a bug where unknown artists and genres were not displayed in the collection

  •  

Dopamine 3.0 Preview 39

Door: digimezzo
21 Juni 2025 om 23:23

[3.0.0-preview.39] - 2025-06-21

Added

  • Added Ctrl-F shortcut to focus the search bar and ESC to clear it
  • Added support for cover art images that have file name albumart.jpg, albumart.jpeg or albumart.png
  • Added Turkish translation

Changed

  • Slightly improved the look of the mini player
  • Improved scaling of text on Now Playing screen for smaller screens
  • Order selections are now menus instead of toggle buttons
  • Updated the Brazilian Portuguese translation
  • Updated the Spanish translation
  • Updated the Turkish translation
  • Updated the Vietnamese translation

Fixed

  • Fixed an issue where a random song would start playing after the queue ended when using gapless playback.
  • Fixed an issue where album lists were not refreshed after a search returned no results.
  • Fixed an issue where progress was not reset to 0 when playback has finished
  • Fixed an issue where a track that is longer than 4 minutes was scrobbled to Last.fm immediately after it started playing
  • Fixed some sizing issues on the "Folders" screen
  • Fixed search problems

  •  

Dopamine 3.0 Preview 38

Door: digimezzo
29 Mei 2025 om 10:14

[3.0.0-preview.38] - 2025-05-29

Added

  • Added tagging support

Changed

  • Updated Simplified Brazilian Portuguese translation
  • Updated Simplified Russian translation
  • Updated Simplified Spanish translation

Fixed

  • Fixed more problems with Discord Rich Presence
  • Fixed unexpected resume when skipping while paused
  • Fixed audio not playing when starting from double-clicking a file in file manager in mini player mode
  • Fixed a bug where any image residing in the same directory as the audio file was used as cover art

  •  

Dopamine 3.0 Preview 36

Door: digimezzo
8 December 2024 om 14:21

[3.0.0-preview.36] - 2024-12-08

Changed

  • Updated Bulgarian translation
  • Updated Italian translation
  • Updated Russian translation
  • Updated Simplified Chinese translation
  • Updated Vietnamese translation

Fixed

  • Fixed many issues with gapless playback
  • Fixed Windows media overlay disappearing after a few seconds
  • Fixed skipping multiple songs causing a crash

  •  

Dopamine 3.0 Preview 35

Door: digimezzo
21 Oktober 2024 om 11:16

[3.0.0-preview.35] - 2024-10-20

Added

  • Added gapless playback
  • Added back support for .tiff cover images after having to break it in order to fix other problems
  • Added Italian translation

Fixed

  • Fixed missing tray icons on all operating systems
  • Fixed slow performance on folders screen when opening folders containing a lot of files
  • Fixed sorting of songs by album when there are more than 9 songs in a multi-disc album
  • Fixed albums being shown under the wrong artist due to splitting of artists on separators
  • Fixed problems while transitioning between full and cover player on macOS

  •  

xattrs + range-select

Door: 9001
22 Januari 2026 om 12:52

there is a discord server with an @everyone in case of future important updates, such as vulnerabilities (most recently 2025-09-07)

recent important news

πŸ§ͺ new features

  • #1212, #1214 range-select in the grid-view by click-and-drag (thx @icxes!) 3e3228e 72c5940
  • #134 xattrs (linux extended file attributes) can now be indexed and searchable 8240ef6
  • rightclick-menu:
  • option to override the domain in certain links, so copyparty returns an external URL even if you're accessing it by a LAN address:
  • new option vol-nospawn (volflag nospawn) to not automatically create the volume's folder on the server's HDD if it doesn't exist
  • new option vol-or-crash (volflag assert_root) to intentionally crash on startup if a volume's folder doesn't already exist on the server HDD
  • new option --flo to tweak the log-format used by the -lo option for logging to a file 826e84c
  • #1197 u2c (commandline uploader): give up and crash if server is offline for longer than 3 minutes (configurable) 67c5d8d

🩹 bugfixes

  • #1203 configured chmod/chown rules were not applied when a file was being deduped bef0772
  • the unlistc* volflags could not be specified for single-file volumes 2664891
  • the defensive renaming of uploaded readmes/logues would assume the default filenames, not considering the recently added option to customize these names c17c3be
  • #1191 the ipu option can once again be used to reject connections from certain IP-ranges caf831f
    • this was a regression in v1.19.21 causing the server to crash on startup if such a config was attempted
  • some empty folders could be created during startup in certain server-configs with nested volumes 4e67b46
  • api: trying to ?ls nested virtual folders could return an error 6675039
  • ui/ux:
    • #1179 improve errormessage if audio transcoding fails 7357d46
    • ensure a trailing slash when viewing a folder with the h permission; good for relative links in html-files

πŸ”§ other changes

  • #1193, #1194: NixOS improvements (thx @toast003!) 9d223d6 d5a8a34
  • truncate huge errormessages from ffmpeg so the log doesn't get flooded 3aebfab
  • ui/ux:
    • the dl button (to download selected files individually) now skips folders, since that never worked bc24604
    • #1200 add html classes to make custom styling easier c46cd7f
    • rephrase errormessages from see serverlog to see fileserver log
  • docs:
    • mention in the readme that uploading files from a deeply nested folder using a webbrowser on Windows can fail because browsers don't handle the max-pathlen limitation of Windows optimally (not a copyparty-specific issue, but still hits us)

🌠 fun facts


⚠️ not the latest version!

  •  

10.11.6

19 Januari 2026 om 02:43

πŸš€ Jellyfin Server 10.11.6

We are pleased to announce the latest stable release of Jellyfin, version 10.11.6! This minor release brings several bugfixes to improve your Jellyfin experience. As always, please ensure you take a full backup before upgrading!

You can find more details about and discuss this release on our forums.

Changelog (20)

πŸ“ˆ General Changes

  •  

Part-DB 2.5.0

Door: jbtronics
18 Januari 2026 om 23:28

Part-DB 2.5.0

Tip

If you like Part-DB, consider donating to support the development. Press the sponsor button on the main github page, for more info.

Important

If you are using Part-DB it would be helpful if you fill out this short survey on your usage of Part-DB (Google Forms): https://forms.gle/Q15twx3YYq3qCNfe8

New features

  • Added console command to change database platform (e.g. from sqlite to mysql, or mysql to postgresql)
  • Added a ability to search for part IDs from searchfields (thanks @kernchen-brc, #1184)

Improvements

  • Do not mark new categories excluded from simulation in KiCAD, to avoid annoying symbols in KiCad (thanks @lukas-runge , #1192)
  • Optimized frontend file sizes a bit

Bug fixes

Miscellaneous

  • Updated dependencies

New Contributors

Full Changelog: v2.4.0...v2.5.0

  •  

Bitfocus Companion v4.2.3

Door: Julusian
17 Januari 2026 om 21:31

πŸ“¦ Downloads available at

πŸ’΅ Donate to the project at

Companion v4.2.3 - Release Notes

🐞 BUG FIXES

  • local variables not invalidating module entities #3896
  • expression arrayLastIndexOf not working if no offset provided #3873
  • drag and drop previews showing more than the dragged element #3883
  • avoid invalid values being sent to a surface when referencing old jog/tbar variables (#3872)
  • improve scrolling behaviour of surfaces page
  • variables dropdown showing behind heading in settings
  • make connected network docks stick below the active surfaces in the list
  • respect DISABLE_IPV6 env var to disable admin interface binding to ipv6
  • respect collections when sorting connections for add entity dropdowns and variables page #3899
  • only report usage stats for published modules

Full Changelog: v4.2.2...v4.2.3

  •  
❌