❌

Normale weergave

5.1.0

28 Mei 2025 om 07:44

Changelog

Features

Bug fixes

  • 2cb4ee3: fix: drop freebsd/arm support (modernc.org/sqlite does not support it) (@seriousm4x)

Go dependencies

Npm dependencies

  •  

5.0.6

14 Mei 2025 om 09:05

Changelog

Bug fixes

Others

Go dependencies

Npm dependencies

  • 0ecaf8e: npm-dep: bump @eslint/compat from 1.2.8 to 1.2.9 in /frontend (@dependabot[bot])
  • d2b51bc: npm-dep: bump @eslint/js from 9.25.1 to 9.26.0 in /frontend (@dependabot[bot])
  • e5a8685: npm-dep: bump @sveltejs/kit from 2.20.7 to 2.20.8 in /frontend (@dependabot[bot])
  • ac2bd62: npm-dep: bump @sveltejs/kit from 2.20.8 to 2.21.0 in /frontend (@dependabot[bot])
  • b59bc41: npm-dep: bump @tailwindcss/postcss from 4.1.4 to 4.1.5 in /frontend (@dependabot[bot])
  • f4b1c82: npm-dep: bump @tailwindcss/postcss from 4.1.5 to 4.1.6 in /frontend (@dependabot[bot])
  • b17a497: npm-dep: bump daisyui from 5.0.28 to 5.0.30 in /frontend (@dependabot[bot])
  • ae2db49: npm-dep: bump daisyui from 5.0.30 to 5.0.35 in /frontend (@dependabot[bot])
  • b262886: npm-dep: bump eslint from 9.25.1 to 9.26.0 in /frontend (@dependabot[bot])
  • 8af2111: npm-dep: bump eslint-config-prettier from 10.1.2 to 10.1.3 in /frontend (@dependabot[bot])
  • afd5112: npm-dep: bump eslint-config-prettier from 10.1.3 to 10.1.5 in /frontend (@dependabot[bot])
  • 537290b: npm-dep: bump svelte-check from 4.1.6 to 4.1.7 in /frontend (@dependabot[bot])
  • eac0703: npm-dep: bump tailwindcss from 4.1.4 to 4.1.5 in /frontend (@dependabot[bot])
  • fde3a0e: npm-dep: bump tailwindcss from 4.1.5 to 4.1.6 in /frontend (@dependabot[bot])
  • 52c91d1: npm-dep: bump typescript-eslint from 8.31.0 to 8.31.1 in /frontend (@dependabot[bot])
  • a7f84b2: npm-dep: bump typescript-eslint from 8.31.1 to 8.32.0 in /frontend (@dependabot[bot])
  • e3dcbf1: npm-dep: bump typescript-eslint from 8.32.0 to 8.32.1 in /frontend (@dependabot[bot])
  • f1c2b23: npm-dep: bump vite from 6.3.3 to 6.3.4 in /frontend (@dependabot[bot])
  • 8588359: npm-dep: bump vite from 6.3.4 to 6.3.5 in /frontend (@dependabot[bot])

  •  

5.0.5

27 April 2025 om 23:10

Changelog

Features

Others

Go dependencies

Npm dependencies

  •  

5.0.5-beta.1

19 April 2025 om 09:48

Changelog

Features

Others

Go dependencies

Npm dependencies

  •  

5.0.1

17 Maart 2025 om 11:35

Changelog

Bug fixes

Others

  •  

1.5.0

Door: louislam
30 Maart 2025 om 19:43

Warning

Breaking change: Due to the security reason, the "Console" feature is now disabled by default. If you need this feature and understand the risk, you can enable it via the environment variable DOCKGE_ENABLE_CONSOLE=true.

πŸ†• New Features

  • Docker client updated to 28.0.4
  • Docker Compose updated to 2.34.0
  • #767 Console Improvements

⬆️ Improvements

πŸ› Bug Fixes

🦎 Translation Contributions

⬆️ Security Fixes

Others

  • Other small changes, code refactoring and comment/doc updates in this repo:
  • #636 #766

Please let me know if your username is missing, if your pull request has been merged in this version, or your commit has
s been included in one of the pull requests.

  •  

1.4.2

Door: louislam
21 Januari 2024 om 18:04

πŸ› Bug Fixes

  • #380 Fixed the startup issue that Dockge is no longer working after restart
  • #342 Fixed the login placeholder issue (Thanks @cyril59310)

🦎 Translation Contributions

Please let me know if your username is missing, if your pull request has been merged in this version, or your commit has been included in one of the pull requests.

  •  

1.4.0

Door: louislam
3 Januari 2024 om 13:39

πŸ†• New Features

  • #200 Initial support for multiple Dockge instances

🦎 Translation Contributions

Please let me know if your username is missing, if your pull request has been merged in this version, or your commit has been included in one of the pull requests.

How to setup multiple instances

Assume that you have 4 Dockge instances currently.

  1. Find one Dockge instance as your primary Dockge
  2. Login to your primary Dockge
  3. In the homepage, you can connect to other Dockge instances by clicking New Agent.
  4. Now you should see all instances are online and all stacks across all Dockge instances are in the stack list.

How it works?

  • Your browser only need to connect to Dockge 1. Dockge 2/3/4 are connected from Dockge 1.
  • Dockge 1 works like a proxy, it will forward requests/responses from Dockge 2/3/4 to your browser.

  •  

1.4.0-beta.0

Door: louislam
26 December 2023 om 13:32

πŸ†• New Features

  • #200 Multiple Dockge instances

🦎 Translation Contributions

Please let me know if your username is missing, if your pull request has been merged in this version, or your commit has been included in one of the pull requests.

How to switch to the beta version?

Open dockge's compose.yaml and change the image tag from 1 to beta like:

...
services:
  dockge:
    image: louislam/dockge:beta
...

And then update and restart the stack:

docker compose pull
docker compose up -d

How to setup multiple instances

Assume that you have 4 Dockge instances currently.

  1. Find one Dockge instance as your primary Dockge
  2. Login to your primary Dockge
  3. In the homepage, you can add new agent. Connect all 3 other Dockge instances.
  4. Now you should see all instances are online and all stacks across all Dockge instances are in the stack list.

How it works?

  • Your browser only need to connect to Dockge 1. Dockge 2/3/4 are connected from Dockge 1.
  • Dockge 1 works like a proxy, it will forward requests/responses from Dockge 2/3/4 to your browser.

  •  

1.3.4

Door: louislam
16 December 2023 om 16:34

⬆️ Improvements

πŸ› Bug Fixes

  • #301 Fixed an envsubst issue that it won't work if the yaml contains non-string primitive types
  • #303 Updated Docker Dompose plugin from 2.21.0 to 2.23.3, which may fixed some upstream bugs

🦎 Translation Contributions

Please let me know if your username is missing, if your pull request has been merged in this version, or your commit has been included in one of the pull requests.

  •  

1.3.3

Door: louislam
10 December 2023 om 14:28

πŸ› Bug Fixes

  • #255 Fix: The .env editor is stopped working if the file contains \r\n (Thanks @syko9000)
  • #269 Fix: Check update is not working
  • #268 Envsubst the yaml file in order to display the correct values in the UI instead of tags such as ${PORT}
  • #270 Fix: .env code change is not reactive

🦎 Translation Contributions

⬆️ Security Fixes

Others

  • Other small changes, code refactoring and comment/doc updates in this repo:
    #264 (Thanks @derekmahar)

Please let me know if your username is missing, if your pull request has been merged in this version, or your commit has been included in one of the pull requests.

  •  

1.3.1

Door: louislam
4 December 2023 om 19:51

πŸ†• New Features

  • #218 #231 Added support for editing .env file (Thanks @syko9000)
  • #212 Added pnpm run reset-password, which is used for resetting your password.

Improvements

  • #228 Sort non-managed stacks to the end of stack list
  • #227 Improved performance

🐞 Bug Fixes

  • #206 Fixed an issue that the container terminal could be wrong if containers from different stacks had the same service name (Thanks @ThalesC)
  • #235 Fixed an issue that the external network do not show correctly in 1.3.0

🦎 Translation Contributions

Others

  •  

Bitfocus Companion v4.0.2

Door: Julusian
17 Juni 2025 om 20:03

πŸ“¦ Downloads available at

πŸ’΅ Donate to the project at

Companion v4.0.2 - Release Notes

🐞 BUG FIXES

  • Improve performance of bank_style, bank_pushed and bank_current_step feedbacks #3453
  • Fix Emulator Names Disappearing #3474
  • Fix connection upgradeIndex being lost during imports #3481
  • Fix button image preview sometimes showing stale image #3476
  • Fix ensure connection looks valid before importing #3472
  • Fix linked surface lockout incorrectly calculating last press time #3471
  • Fix wizard grid size not always being respected #3489
  • Fix contour shuttle event order #3485
  • Fix emberplus api close/init (#3469)
  • Fix xkeys not handling green backlight #3473
  • Fix action execute failed logging
  • Fisable fullscreen buttons if fullscreen api is not available

Full Changelog: v4.0.1...v4.0.2

  •  

NVIDIA Driver 576.80

17 Juni 2025 om 00:00
Release Highlights:
Although GeForce Game Ready Drivers and NVIDIA Studio Drivers can be installed on supported notebook GPUs, the original equipment manufacturer (OEM) provides certified drivers for your specific notebook on their website. NVIDIA recommends that you check with your notebook OEM for recommended software updates for your notebook.

Game Ready for FBC: Firebreak and DOOM: The Dark Ages Path Tracing Update

This new Game Ready Driver provides the best gaming experience for the latest new games supporting DLSS 4 technology including FBC: Firebreak and REMATCH, as well as the Path Tracing update for DOOM: The Dark Ages.

Fixed Gaming Bugs

  • Dune: Awakening: stability issues [5273568]
  • EA Sports FC 25: stability issues [5251937]
  • Dragons Dogma 2:Β displays shadow flicker [5252205]
  • Clair Obscur: Expedition 33:Β stability issues [5283401]
  • Enshrouded:Β crashes after launching game [5279848]
  • Monster Hunter World: stability issues when playing in DX12 mode [5305302]
  • Gray Zone Warfare: stability issues [5284518]
  • Marvel Rivals: stability issues [5273681]
  • Ghost of Tsushima Directors Cut: Flickering/corruption around light sources [5138067]
  • GTA VΒ Enhanced: stability issues [5302755]
  • Honor of Kings: World: stability issues [5304344]
  • Forza Horizon 5: stability issues [5131160]
  • Indiana Jones and The Great Circle: Image corruption [5326122]


Fixed General Bugs

  • GeForce RTX 5090 FE acoustic improvements for idle and low loads [5139629]
  • Changing a setting in the "NVIDIA Control Panel" -> "Manage 3D Settings" may trigger shader disk cache rebuild [5282396]
  • Twinmotion: Bugcheck when attempting to launch [5282285]
  • Adobe Substance 3D Painter: showing viewport corruption after baking [5270020]
  • BlackmagicDesign: UI overlay in Fusion page is not displayed correctly [5237584]
  • Video playback in a web browser may show brief red/green flash corruption [5241341]
  • Videos captured with NVIDIA App may appear washed out after editing with the Windows Photos app [5294224]
  • Certain DisplayPort 1.4 monitors may display random black screen flicker when connected to DisplayPort 2.1 graphics card [5277453]


Learn more in our Game Ready Driver article here.

Game Ready  Driver

  •  

BookStack v25.05.1

17 Juni 2025 om 16:38

Links

Full List of Changes

This release contains the following fixes and changes:

  • Updated new WYSIWYG editor with a range of fixes: (#5653)
    • Added toolbar for media elements for easier menu access.
    • Updated media embed code field to show existing embed code for direct editing.
    • Updated media resize handling to be more reliable and to retain focus after resize.
    • Updated table resize handles to be more efficient, and prevented them wondering far away from tables so often.
    • Fixed buggy media selection scenarios.
    • Fixed media form "src" field not working when video is using source elements.
    • Fixed table resize handles overlapping table captions.
    • Fixed text formatting being inconsistent on new paragraphs.
    • Fixed tiny image resize square on image insert.
  • Fixed comment updates showing incorrect notification text. (#5642)
  • Fixed search system ignoring words adjacent to non-breaking spaces. (#5640)
  • Updated translations with latest Crowdin changes. (#5637)

  •  

OBS Studio 31.1.0 Release Candidate 1

17 Juni 2025 om 01:47

Important

The code signing certificate for OBS has been updated. This may impact game capture compatibility with some anti-cheat solutions with this OBS update. If you are a game or anti-cheat developer please see https://obsproject.com/kb/capture-hook-certificate-update for more information.

Release Candidate 1 Changes

  • Fixed an issue where a Browser Source or Browser Dock would crash OBS Studio on macOS 13 or older [jcm93/PatTheMav/RytoEX]
  • Fixed an issue where browser error pages could not scroll [WizardCM]
  • Fixed an issue on macOS where menu items would launch unintended actions when OBS was set to certain languages [gxalpha]
  • Fixed an issue in Beta 1-2 where the group icon in the Sources list was not positioned correctly in the System theme [shiina424]
  • Fixed an issue in Beta 2 where the preview zoom button tooltip translations were incorrect [shiina424]

Beta 2 Changes

  • Adjusted volume mixer styling on Classic theme [Warchamp7]
  • Enabled font size option for macOS in appearance settings [gxalpha]
  • Fixed an issue in Beta 1 where the projector menu for disabled preview was incorrect [Warchamp7]
  • Fixed an issue in Beta 1 where opening appearance settings would enable the Apply button [Warchamp7]
  • Fixed an issue in Beta 1 with menu bar padding [Warchamp7]
  • Fixed an issue in Beta 1 with cut off text in Auto-Configuration Wizard [shiina424]
  • Fixed an issue in Beta 1 with tab padding for new UI Appearance options [COOLIGUAY]
  • Fixed an issue in Beta 1 where AMF AV1 B-frames did not work when using CQP [rhutsAMD]

31.1 New Features

  • Added support for Windows on Arm (WoA) [thirumalai-qcom/PatTheMav/RytoEX]
    • Builds for WoA are not fully featured and should be considered experimental
  • Added new UI appearance options, font size and density (padding/spacing) [Warchamp7]
  • Added preview zoom controls [cg2121/Warchamp7]
  • Added support for Multitrack Video to macOS (Apple Silicon) [dsaedtler]
  • Added support for Multitrack Video to Linux [lexano-ivs]
  • Added support for additional canvases for Multitrack Video output [dsaedtler]
  • Added AV1 B-frame support for AMF [rhutsAMD]
  • Added support for color format/space/range GPU conversion [dsaedtler]
  • Added support for network optimizations and TCP Pacing to Multitrack Video [lexano-ivs]
  • Added support for Stream Delay to Multitrack Video [lexano-ivs]
  • Added Spatial AQ option for VideoToolbox encoders on macOS 15+ [dsaedtler]
  • Added QVBR rate control for VA-API [nowrep]
  • Added explicit sync support for PipeWire Screen Capture [dkorkmazturk]
  • Added support for V4L2 virtual camera on non-Linux environments (e.g., BSD) [yurivict]
  • Added support for hardware accelerated browser source to Linux [tytan652]
    • The feature is disabled on NVIDIA GPUs due to feature-support inconsistencies across model series and driver series

31.1 Changes

  • Updated game capture hook signatures on Windows [derrod]
    • This update fixes game capture with games from Riot Games that use Vanguard
  • Added logging for streaming service recommended settings [prgmitchell]
  • Adjusted appearance of Scene Collection importer [Warchamp7]
  • Adjusted appearance of Sources list [Warchamp7]
  • Adjusted appearance of dock toolbars [Warchamp7]
  • Adjusted Missing Files dialog [Warchamp7]
    • Added support for recursive directory searches up to two levels deep
    • Adjusted the size, layout, and other UI aspects of the dialog
    • Fixed a bug when locating only a single file that caused the additional files prompt to appear twice
  • Reorganized Preview/Source context menu [Warchamp7]
  • Unified appearance of menus [Warchamp7]
  • Improved preview draw performance [Lain-B]
  • Increased maximum crash report size to 200 KB [WizardCM]
  • Adjusted Multitrack Video reconnection behavior [dsaedtler]
  • Changed hotkeys on macOS to require Input Monitoring permission instead of Accessibility [gxalpha]
  • Updated Video Capture Devices and Capture Card Devices on macOS to a unified list-based format selector when not using a preset [jcm93/PatTheMav/Warchamp7]
  • Removed the Exit button from the Controls dock [Warchamp7]

31.1 Bug Fixes

  • Fixed a crash with Media Sources with no video frame size, such as audio files [RytoEX/jeiea]
  • Fixed a crash on Windows with Display Capture if no display is available [RytoEX]
  • Fixed a crash on Windows with Vulkan Direct Display if OBS Studio is installed [mbechard]
  • Fixed a crash on Windows when importing a profile with a Unicode path [PatTheMav]
  • Fixed a race condition that caused subsequent recordings to fail/hang after an encoder timeout [derrod]
  • Fixed a freeze if an item was cropped further than its original dimensions [Lain-B]
  • Fixed a possible crash in Multitrack Video output [lexano-ivs]
  • Fixed a possible crash when reordering scene items [zavitax]
  • Fixed a possible crash when adding a procedure handler [norihiro]
  • Fixed a possible crash on shutdown from browser panels on Windows and macOS [WizardCM]
  • Fixed a possible race condition when loading sources [Lain-B]
  • Fixed a possible deadlock on Linux when checking if plugins were built against Qt5 [norihiro]
  • Fixed an issue with Rescale Output allowing invalid resolutions [flaeri]
  • Fixed an issue with browser source audio distortion on Windows [xtfo]
  • Fixed a possible packet loss issue with WebRTC output [Sean-Der]
  • Fixed R10L format output having bad RGB values [jpark37]
  • Fixed lookahead depth value logging for NVENC [DeeDeeG]
  • Fixed manifest commit hash comparison in updater [dsaedtler]
  • Fixed CBR spike when using QSV with Intel Battlemage GPUs [thyintel]
  • Fixed encoder throughput checks in AMF for older AMD drivers [rhutsAMD]
  • Fixed 10-bit and 16-bit PipeWire captures [PancakeTAS]
  • Fixed text input field in name dialogs (New/Rename/Duplicate) not being focused by default [Warchamp7]
  • Fixed some buttons not being readable by VoiceOver on macOS [gxalpha]
  • Fixed V4L2 virtual camera start failure on Linux [stephematician]
  • Fixed an issue with AMF where the encoder level was incorrectly set too high [lexano-ivs]
  • Fixed an issue with VA-API on AMD in Flatpak builds where the frame height was set incorrectly [lexano-ivs]
  • Fixed an issue where the game capture hook could incorrectly report that it was still hooked [EZ64cool]
  • Fixed an issue on Linux and macOS where POSIX pipes could fail silently [franga2000]
  • Fixed an issue with V4L2 devices where corrupted frames would terminate capture [JiangXsong]
  • Fixed an issue where settings could become corrupted when updating them in the AJA plugin [norihiro]
  • Fixed an issue with Multitrack Video where a stream would disconnect after 48 hours and fail to reconnect [dsaedtler]
  • Fixed an issue on Linux where hotkeys could stop working [norihiro]
  • Fixed an issue where FLV/RTMP timestamps were incorrect when b-frames are used [dsaedtler]
  • Fixed an issue where obs-browser cookie folder names could start with spaces [RytoEX]

Checksums

OBS-Studio-31.1.0-rc1-Sources.tar.gz: aaad0eb66c76492064eef44cf114a1253517790c7cf10846d8537f07ac275455
OBS-Studio-31.1.0-rc1-Ubuntu-24.04-x86_64-dbsym.ddeb: 6383ea8b2402e03786a30bbf66f21ea0ca29052462c4b0d7cecfac72bc0d8196
OBS-Studio-31.1.0-rc1-Ubuntu-24.04-x86_64.deb: b984a940213ae48d73eb7a20fdb9498c3cfd8cd7ef4a6e03414c6598d2feab91
OBS-Studio-31.1.0-rc1-Windows-arm64-PDBs.zip: defdedfc5022e103bca2f2053805fddd9bd2ffad3ef5242b5fbf0bf9c0e297d5
OBS-Studio-31.1.0-rc1-Windows-arm64.zip: 2104d9dae0d6edb05df8ac16510b350e9719cb81cc896894dc56f1ea85d7e3e6
OBS-Studio-31.1.0-rc1-Windows-x64-Installer.exe: 90b549fc5f5531ec1b45418a43e8c8465eedb3514a71c80c71960de225755ac6
OBS-Studio-31.1.0-rc1-Windows-x64-PDBs.zip: 319584f580c6a8745f000bd38cc9aa1ff435236aa40c02bfa25961add23e25eb
OBS-Studio-31.1.0-rc1-Windows-x64.zip: 6e034b59a2a481186d9e656eae86a6eaec1ff4500f5e9e5f8b75019fbc21eb64
OBS-Studio-31.1.0-rc1-macOS-Apple-dSYMs.tar.xz: e84fdefcd1b0f22bf0f0122dbb606e7838a25e45ec6e38d80d0b33da876cd1cd
OBS-Studio-31.1.0-rc1-macOS-Apple.dmg: 00ba96fbeb849a9a5be68fac075ccf7b7dc5b8c3e57842173ca67b488387f111
OBS-Studio-31.1.0-rc1-macOS-Intel-dSYMs.tar.xz: 3048deb27ad850ba5c3fe0251f419f8e4a856a16850211f0928b3786f336508c
OBS-Studio-31.1.0-rc1-macOS-Intel.dmg: 35e4540e533e2b56c320a81add18a4a1cac5b52da9df79499e7d0a4e5fba8ed7

  •  
❌