❌

Normale weergave

HeidiSQL v12.15.1.1

30 Januari 2026 om 19:13

12.15.1.1 - 2026-01-30

⛰️ Features

  • Add a few items to the top of the grid's header context menu - (eb9cd8b)
  • Add a newer FreetTDS library for Windows, from the last successful VS 2022 build on https://ci.appveyor.com/project/FreeTDS/freetds - (93bfda0)
  • Make grid-highlight-same-text-color part of the predefined color schemes - (7854157)
  • Switch color scheme from Tools main menu - (c8c3b23)
  • Introduce global AppColorSchemes for managing SQL and grid colors, and sync both with the app's dark mode (still only on Windows) - (d313a59)
  • Sync active line color and brace highlight with the app's dark or light mode - (3510728)
  • Auto-switch to dark or light SQL colors in sync with the app's dark mode - (8a08e77)
  • Support dark mode, using MetaDarkStyle from OPM, and provide the 3 known custom settings: automatic, light and dark - (3f9e867)
  • Re-enable dropping files from file manager to "insert files to BLOB" dialog - (23fc9c0)
  • Upgrade DPI awareness to Per-Monitor v2, add TMainForm.FormChangeBounds as a replacement for the missing OnAfter/OnBeforeMonitorDpiChanged events - (9eab28e)
  • Re-enable menu item on list header context menu: "Toggle visibility of all columns" - (41169f7)
  • Support European umlauts/accents as \w (word char) in some regular expression areas - (304cd26)
  • Auto-uppercase keywords, data types and functions - (62cda84)
  • Recreate previous state of trigger after realizing the user edited code has errors - (e7e5e11)
  • Create a TSynEditMarkup descendant and use it for highlighting selected text occurrences - (8a667f2)
  • Create custom setting so the user may define a terminal app himself, and auto-detect terminal app if the setting is yet empty - (613e207)
  • Enable InnoSetup script for creating Windows installer - (317edcd)
  • Re-enable codepage => charset mapping using GetACP from DelphiCompat unit - (79e4654)
  • Re-enable ValidFilename function with platform specific lists of disallowed characters - (f3a0594)
  • Re-enable support for hyperlinks in message dialogues, and use TTaskDialog again for simple messages on Windows - (15eb52b)
  • Support portable mode with a portable.lock file in the app folder - (c528c5d)
  • Re-enable hints on query result tabs - (88115ac)
  • Show connection details as a hint over status bar - (e1ad5c3)
  • Add missing LCL translations, compiled to .mo files with msgfmt from Poedit with support for msgctxt - (505e3ec)
  • Use the more native MessageDlg on all platforms when we don't need additional dialog features - (8c0e61f)
  • Show only mono-space fonts in SQL font selector - (3388d9f)
  • Support compilation and usage on FreeBSD - (425d099)
  • Include libssl 1.1 in macOS app bundle - (f51d2a9)
  • Include libmysql plugins in macOS app bundle - (85a15f8)
  • Provide libmariadb plugins in macOS app bundle - (2967ad2)
  • Assign OK button to Enter and Cancel button to Esc - (3ea4a90)
  • Add translation files to macOS app bundle - (08735bc)
  • Provide libmariadb in macOS app bundle - (2a1c725)
  • Support SynEdit hints when mouse is over function names, tables etc - (82ef10e)

πŸš€ Enhancements

  • Turn two more TButtons into TBitBtn with icon - (9300cbc)
  • Immediately show new log lines on heavy operations, enhancing user experience - (b100479)
  • Turn export options button into TBitBtn and give it an arrow-down icon - (4864900)
  • Indicate drop-down menu through arrow-down image on buttons - (288b346)
  • Reduce width of left gutter in popup text editor - (4215aee)
  • Hide grid cell border lines in most VirtualStringTree's - (b31f78a)

πŸ› Bug Fixes

  • (ci) Get libqt6pas on ubuntu via 3rd party repo - (4205774)
  • Remove MetaDarkStyle from the required packages, instead add a latest snapshot of the relevant files from https://github.com/zamtmn/metadarkstyle/ - (9f9cde0)
  • ERangeError when editing text grid values which allow more than 2^31 chars, e.g. LONGTEXT - (42b5d52)
  • Set default value for ThemeIsDark for cases where AppleInterfaceStyle does not exist (= light mode) - (26ca75e)
  • Reload color scheme after auto-apply, reintroduce ThemeIsDark with a detection for Windows and macOS, use MetaDarkStyle units only on Windows - (b4afc3a)
  • Invalid typecast in List.Add(BaseForm.Components[i]), when running debug builds - (38faf57)
  • Wrong length of text detected (always 0) - (930a815)
  • Crash in data grid when switching to an empty table on ArchLinux - (e9b6835)
  • Next attempt to fix ERangeError crash in TBaseVirtualTree.UpdateVerticalRange - (c8e8bed)
  • Wrong ModalResult on "Replace all" button - (2367ac6)
  • Increase too tight node height - (60ad998)
  • Auto fit columns in search-on-server results, taking the header caption into account - (4ce827b)
  • Remove space eating gutter from SynEdit in search text dialog, disable scrollbars as long as not required - (7423aa3)
  • Form dimensions reset to default values each time, and wrong check for empty SynEdit - (dab1cda)
  • Confusion about modified default setting for DoubleClickInsertsNodeText, reset to old value - (f8dc796)
  • Wrong BOM characters written to grid export files, when encoding is set to "UTF-8 BOM" for instance - (f951b78)
  • Auto-uppercase when pressing Enter immediately after a keyword - (d34be7f)
  • Missing selection highlighting and auto-uppercasing in data tab filter editor - (2e31c5e)
  • Prevent triggers without quoted trigger name or table name from failing to be parsed (alexanderglueck) - (3028076)
  • Convert usages of UnicodeString to String, in jsonregistry unit, and fix handling of Chinese characters - (39df339)
  • Broken integers and floats after locale formatting on macOS - (fa1db76)
  • Crash in file-picker with Windows path within Linux - (7f8dc30)
  • Some more compiler warnings and hints - (3b24707)
  • Missing top anchor control for new terminal edit box - (4271040)
  • Missing SSHPASS environment variable when starting tunnel with sshpass -e - (6ce846b)
  • Non working MySQL command line launcher, for all platforms - (d9b6f87)
  • A few more compiler hints and warnings - (e18b3db)
  • Crash at right-click on data grid header - (f88405b)
  • Add missing dlls and MySQL plugin dlls for use on Windows, remove unused macOS dylibs - (287abde)
  • Non working "Insert row" actions and its friends - (d1faf6b)
  • Stretched preview image, and image metadata label too small - (20aded3)
  • Ban Windows API code used in OnAdvancedHeaderDraw for painting column headers with sort chars - (485fb7d)
  • Broken sort arrows in grid column header - (377d402)
  • Fails to run netstat or netstat.exe on Windows, try a cross-platform socket approach - (633ee44)
  • Fix various compiler hints and warnings - (f1ac6dc)
  • Crash when switching between tables - (c054884)
  • Bad anchors on edit-variable dialog, overlapping/hiding radio buttons - (3e77c0d)
  • Conflicting grid edit shortcuts - (ad52dd3)
  • Crash in grid initializing, likely due to a wrong node height - (4c6204a)
  • Compile error on Linux due to "identifier not found: LoadStringW" - (7a73769)
  • Translate button captions on TTaskDialog using LoadStringW on Windows - (9723210)
  • Set MySQL plugins folder like in the classic branch - (eccf7b2)
  • No locale influence and no scientific notation in JSON reformatter - (825447f)
  • Bad anchors on "start" tab of session manager, plus add an info label for portable users - (a140b19)
  • Set Screen.HintFont globally to what the editors use - (2b7d31b)
  • Do not show ugly/solid grid lines on macOS and Linux - (c35a35c)
  • Prevent host sub-tabs from getting disabled on macOS - (6f5a2d1)
  • Missing control anchors on create-database dialog - (d26f128)
  • Prevent editors from getting an empty font name - (74abc16)
  • Show file modification time in about dialog - (50b6864)
  • Skip harmless error when PG has no COLLATION_NAME in IS.COLUMNS - (eb3937a)
  • Broken compiler conditionals - (556e4fb)
  • Missing control anchors on copy-table dialog - (6cc530b)
  • Set runtime search path for linker, so openssl finds libssl.1.1.dylib and we can access https pages now - (230ac8d)
  • Missing control anchors on search/replace dialog - (c07b155)
  • Missing control anchors and tab order on column selector - (f72156d)
  • Wrong button positioning on macOS caused by differences of TButton/TBitBtn - (ba9442b)
  • Search for translation files in the right folder within macOS app bundle - (52b065a)
  • Prefer TBitBtn over TSpeedButton for native look on macOS - (bee61ec)
  • Assign no Syn highlighter by default and call it "Text", in texteditor - (446d78c)
  • Anchoring in about box - (3605706)
  • Copy functions-*.ini files to the right folder, add iconset - (2f92db2)
  • Sign and notarize exe file and dylibs on macOS, fix ini filenames - (c34bde3)
  • Load libs from ../Frameworks on macOS - (8f6ba68)
  • Remove dead code - (5f39a44)

🚜 Refactor

  • Move grid null colors away from data types array to the new color scheme - (2bc36b4)
  • Rename TSynEditHelper.TextIsEmpty to HasText - (ac095e4)
  • Move macOS build to Makefile - (f41a6ff)

🎨 Styling

  • Remove no longer needed and partly dead code for DpiChange detection - (23148e9)
  • Remove dead code which is unlikely to get re-enabled in the future - (eb4a0b4)
  • Remove non working context help button on session manager, we have a "general help" menu item in the "more" menu already - (b1122c5)
  • Reduce borders around controls - (ff065ea)

βš™οΈ Miscellaneous Tasks

  • Bump version to 12.15.1.1 - (cb03bec)
  • Revert to using include-packages, now that it checks LazCompatibility to exclude outdated/incompatible package files from installation - (fcd45be)
  • Attempt to fix compilation of unwanted and outdated package files - (04bee72)
  • Attempt to fix broken dependency, use correct case of the package's DisplayName - (45e596c)
  • Mention current Lazarus version in readme file, mention usage for macOS builds and plans for v13 - (93fdf77)
  • Remove "Linux" from the Github release name, so I can have one release for all OS packages - (ab46fc5)
  • Move translation source file from master to lazarus branch - (b211b44)
  • Remove unused file extensions and add some others - (0b5ab25)
  • Set release compiler option -WM10.15 identically to debug, relevant for macOS - (6144df2)
  • Using the correct lazbuild - (c9c6be0)
  • And I had to forget one more, right?!?! - (fc49d22)
  • Windows executables have .exe extension!!! - (35d2ebd)
  • Add Windows build to the matrix - (10776d6)
  • Switch back to upstream setup-lazarus - (b2c049b)
  • Add macOS - (6377e11)
  • Test switching to forked setup-lazarus action - (dcdac1b)
  • Debugging missing columns from IS.COLUMNS on PG v16 - (f65bd15)
  • Remove dead code and calls: HasSizeGrip, FixControls, TranslateComponent, ConfirmIcon - (1527d35)
  • Adding support for QT6 CI/CD - (c9d05e8)
  • Dealing with end of line shenanigans - (d3fa0af)
  • Remove Transifex integration, prefer precompiled .mo files in extra/locale/ - (4e5504f)
  • Remove Wine hacks, now that we provide native Linux builds - (95df174)
  • Remove notification for no longer created build updates - (5e2c8b5)
  • Remove dead code - (fa4a14a)
  • Set linker rpath for all build modes - (df80dbf)
  • Notarize macOS bundle only with --notarize argument, include team id - (887a6cf)
  • Apply trivial change to remaining units complaining about CR/LF mixup - (64cec90)

Contributors

New Contributors ❀️

12.14.1.1 - 2025-12-11

⛰️ Features

  • Shell script for creating macOS app bundle - (af24108)
  • Support XML formatting in grid popup text editor - (913fc9d)
  • Switch to grayscale icons on inactive query tabs - (917e046)
  • Support SSH tunnel configuration per commandline - (35a5225)
  • Display some known file type icons in file open/save dialog - (b4c0566)
  • Finalize keyboard shortcut customization in preferences - (637d2d6)
  • Add new keyboard shortcut editors on preferences dialog - (cc4e6f1)
  • Keep time fractions intact for CSV exports - (06322de)
  • Use custom folder icons in tree on file dialogs, in non-Windows mode - (3094d79)
  • Show NULL values in system variables listing - (06b44eb)
  • Highlight same text in grids based on all selected rows - (afc9d8c)
  • Support fractional UNIX timestamps in grids - (65c1472)
  • Add "source table: xyz" hint to query result column headers - (2863a80)
  • Support click on path parts on top label of file dialog - (98b796b)
  • Convert all save/open dialogs to the new custom one - (4a8c53c)
  • Create file-save dialog with linebreaks selector - (d5d34ad)
  • Recreate basic TExtFileOpenDialog without OS owned dialog and room for customization - (bac0d7a)
  • Full support for different icon packs, Silk and Icons8 - (dbca69d)
  • Add 206 Silk icons into new TImageList - (769afa5)
  • Require libsybdb5 in DEB package - (e1781f9)
  • Mark MS SQL protocols like named pipe as unsupported, advise the user to change to TCP/IP - (b20f121)
  • Dirty and basic support for MS SQL - (3df3673)
  • Show more detailed backtrace in crash dialog - (bc0a7de)
  • Support SSH passwords via sshpass - (f2b2dc3)

πŸš€ Enhancements

  • Position session manager centered over main form, ignore position set by user - (571c671)
  • Align bottom buttons on session manager - (ca7aad6)
  • Set font style and color of size column in tree - (f987c81)
  • Move RightEdge on SQL editors out of sight - (2a23e26)
  • Light text color instead of ghosted/ugly icon for unseen tree nodes - (76aefb3)
  • Disable tree option asDoubleClickInsertsNodeText by default - (1c9321c)

πŸ› Bug Fixes

  • Connect MS SQL query to session transaction, run .ExecSQL - (59191da)
  • Prevent SQL delimiter being set to PostgreSQL quotes - (a3acc04)
  • Crash when grid-exporting without required key - (ff6050f)
  • Delete CLI-created session settings from registry after disconnect - (8778d40)
  • Another broken thousand separator - (24f3e36)
  • New attempt to hide SynEdit caret when unfocused - (03f4a5f)
  • A TSpeedButton connected to a TAction, and a TMenuItem were not auto-checking - (42abf46)
  • Database icon in Icons8 list too small - (dda44be)
  • Cannot save new table when added column was removed - (1fe709a)
  • Compile without MS SQL support on macOS - (9a4d841)
  • Query batch stops at second last query if it has errors but StopOnErrors is off - (6e40c62)
  • Drag'n drop on Linux requires VT.DragType = dtVCL - (4fd646c)
  • Enable drag'n drop in table editor and session manager - (9afc60f)
  • Detected empty text DEFAULT value for table columns - (4c0617d)
  • Append quick filter without linebreak - (8ea3b94)
  • Wrong icon sizes, disable right-click select for column list so selection is kept - (a145fc5)
  • Remove dead code, fix some compiler hints - (79bcd1d)
  • Bad position of TEdit on TInplaceEditorLink - (8d119a0)
  • Quick filter > "more values" submenu not created/shown - (8696e61)
  • Empty KeyStrokes list on text editor - (db00c83)
  • Broken caption on inline text edit button - (1730956)
  • User queries not showing up in log panel - (222a386)
  • Do not edit grid cell on right-click, and set HotCursor on DBtree - (0257867)
  • Flashing main form in background after cancel session manager - (0563b4d)
  • Work around empty space artifact in ShellListView - (cf9ed85)
  • Move all Application event assignments to .lpr file - (64919d6)
  • Confusion with (selected) folder icons - (b488ca2)
  • Tree with keyboard actions shows wrong captions - (5e20c53)
  • Binary result values displayed as 000... - (4322372)
  • TMySQLQuery.TableName() returns wrong string, and introduce apphelpers.GetAppDir - (bb517d7)
  • Crash in AnyGridPaintText with no query result - (59659f0)
  • Error: (4004) Variable identifier expected - (13a0127)
  • Crash in printer dialog with 0 printers available - (6eecdd8)
  • Missing file for previous commit - (857cca8)
  • Some remaining issues in the new file-open/save dialogs - (34e3f32)
  • Work around out-of-view item in left tree after FormShow - (ec4c237)
  • Navigate to directory of currently loaded file when user opens dialog for loading another file - (251f632)
  • Broken support for non UTF-8 encoding - (fe65231)
  • Prompt to overwrite only if file exists - (91de2fc)
  • Add encoding selector to file-open dialog - (56b783d)
  • Crash when app exits, with deleted TSynGutterSeparator - (00627ae)
  • Optical stuff, add bookmark icons for SynEdit - (29d1abc)
  • Use GetApplicationName in InitMoFile as well, plus documentation - (93bf989)
  • Make LCLTranslator independent of executable filename - (0469dd9)
  • Make GetAppConfigDir independent of executable filename - (9e2611e)
  • Make translation filename independent of executable filename - (5d487bb)
  • More painting related crashes on QT, this time in OperationRunning() - (fbe32db)
  • Compiler warnings, re-enable active line background - (a1c84ae)
  • Two crashes in QT caused by aggressive control repainting - (7650efe)
  • Hide library files which ldconfig shows up but don't exist - (85cf230)
  • Provide at least one libmysql for macOS, plus its dependencies - (1fbc2ab)
  • Fix compiler errors on macOS, set DYLD_LIBRARY_PATH run param to fix wrong path for libssl - (58b210a)
  • Wrong integer size/type for ClientFlag in mysql_real_connect - (3213fe9)

βš™οΈ Miscellaneous Tasks

  • Bump version to 12.14.1.1 - (1a2f1f3)
  • Use Lazarus logo in readme - (aa49736)
  • Remove now unused doc, written for converting to Lazarus - (b01e732)
  • Fix generation of .deb - (e95aca8)
  • Fix missing Package variable - (13c55ce)
  • Using v4 of git-cliff-action - (81d613b)

Contributors

[12.13.1.1] - 2025-11-03

⛰️ Features

  • Sort session folders at top per setting - (93dc936)
  • Filter box in user manager - (b57b764)
  • Add checkbox "Open file after creation" to grid export dialog - (613f4d8)
  • Allow sorting columns in table designer - (8541eb4)

πŸš€ Enhancements

  • Make file exit action OS friendly - (1f19d00)

πŸ› Bug Fixes

  • List procedures in PostgreSQL - (db902f7)
  • Missing DELETE HISTORY privilege on MariaDB - (f7b80db)
  • Prevent crash in auto-refresh action - (2c25e04)
  • Bad message with no library selected - (f9a486b)
  • Generate missing values for geometry columns - (eb1b5ea)
  • Allow modify length of index with binary column - (173efeb)
  • End global "edit function" mode for grid editing early - (5cac850)
  • Take care for escaped ENUM definitions - (328fb72)
  • Support return data type of stored function containing white spaces - (d7b1faa)
  • Safety replacement for folder separator when renaming a session or folder - (18a21ef)
  • Leave away schema when double-click table for inserting into query editor - (b72f259)
  • Sticky empty-password warning after setting a non-empty one - (f2028e1)
  • Support double dollar quotes on PostgreSQL - (caeae88)

πŸ“š Documentation

  • (CHANGELOG) Proper changelog - (79bb279)

βš™οΈ Miscellaneous Tasks

  • Bumping version to 12.13.1.1 - (bf23332)
  • Using correct target of build-* - (16a54a5)
  • Fixing some blantant mistakes - (76dfa98)
  • New category: Enhancements - (dd1ad34)
  • Removing unnecessary tx-push recipe - (d293d64)
  • Forgot to copy .ini files on run-* - (c513e53)
  • Completing run-gtk2, run-qt5 - (04650d9)
  • Adding empty tx-push to Makefile - (3ceed39)
  • Adjusting workflow to skip secrets detection - (14dd9ce)
  • Adding usage of secrets.mk - (123a2e7)
  • Forgot to change the output folder - (78f1415)
  • First batch of changes - (2bee126)

New Contributors ❀️

  • @gcarreno made their first contribution
  • @ansgarbecker made their first contribution
  • @ made their first contribution

Note

For a list of all the changes up to date, please read CHANGELOG.md.

  •  

Early Stable Update for Desktop

28 Januari 2026 om 21:34

Β The Stable channel has been updated to 145.0.7632.26/.27 for Windows and Mac as part of our early stable release to a small percentage of users. A full list of changes in this build is available in the log.

You can find more details about early Stable releases here.

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

  •  

Stable Channel Update for Desktop

27 Januari 2026 om 21:42

The Stable channel has been updated to 144.0.7559.109/.110 for Windows/MacΒ  andΒ 144.0.7559.109 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.


[$3000][474435504] High CVE-2026-1504: Inappropriate implementation in Background Fetch API. Reported by Luan Herrera (@lbherrera_) on 2026-01-09

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
  •  

Firefox 147.0.2

23 Februari 2026 om 22:15

New

  • Firefox now allows you to customize your keyboard shortcuts to replace hard-to-type or hard-to-remember hotkeys, eliminate conflicts with other software, and create your preferred set. Access this experimental new feature by typing about:keyboard in the address bar and please share your feedback with us on Mozilla Connect!

Fixed

  • Resolved various issues with missing or impaired browser functionality when using XDG Base Directories on Linux. (Bug 2011300)

  • Fixed an issue causing excess passkey prompts to appear when logging into some sites. (Bug 2010919)

  • Fixed an issue that could lead to sites being incorrectly flagged as malicious by SafeBrowsing. (Bug 2010956)

  • Various security fixes.

  •  

2.6.1

Door: clsid2
16 Februari 2026 om 21:23

Changes from 2.6.0 to 2.6.1:

Updates:

  • Updated LAV Filters to version 0.81-3-g5d467

Changes:

  • Expanded the debug logging functionality.

Fixes:

  • Fixed an issue where player could get stuck on "Opening" when the graph worker thread malfunctioned. This happened on a few Windows 11 systems when opening files from Windows Search. We were unable to reproduce it, so root cause is unknown, likely an obscure Windows bug.
  • Several small fixes and improvements.

  •  

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
  •  

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

  •  

OBS Studio 32.1.0 Beta 2

16 Januari 2026 om 23:48

Beta 2 Changes

  • Fixed an issue in Beta 1 causing buttons in the Audio Mixer to no longer display when changing font size [Warchamp7]
  • Fixed an issue in Beta 1 where some tooltips were missing from the Audio Mixer [Warchamp7]
  • Fixed an issue in Beta 1 where the dialogs spawned from the Audio Mixer on the Classic theme would be sized incorrectly [Warchamp7]
  • Fixed an issue in Beta 1 where changing themes would sometimes not update the Audio Mixer appearance [Warchamp7]
  • Fixed an issue in Beta 1 where the resolution and aspect ratio could be missing from the Video Format description for PipeWire Camera sources [pobrn]
  • Fixed an issue that could cause OBS to become unable to change profiles or video settings [exeldro]
  • Fixed an issue that could cause transitions to become locked [Warchamp7]

32.1 New Features

  • Added new Audio Mixer [Warchamp7]
  • Added new Add Source dialog [Warchamp7]
  • Added WebRTC Simulcast Support [Sean-Der]
  • Added missing undo/redo actions for scene items [cg2121]
    • Scale filtering, blending mode, blending method, deinterlacing mode and deinterlacing field order

32.1 Changes

  • Removed "Source" from source names [Warchamp7]
  • Updated the Edit Transform dialog [Warchamp7]
  • Changed copying a scene item to copy all properties [cg2121/Warchamp7]
  • Disabled dock animations [Warchamp7]
  • Moved transition preview button to button box [exeldro]
  • Rearranged default dock positions [Warchamp7]
  • Increased media source playback slider update rate [Warchamp7]
  • Enabled palette for Light theme audio mixer [Warchamp7]
  • Changed default bitrates to 6000 kbps [mihawk90]

32.1 Bug Fixes

  • Fixed an issue where projector resolutions had decimals [Warchamp7]
  • Fixed sync of Preview/Program size and positioning [Warchamp7]
  • Refactored OBSBasic::Save to only save frontend canvas scenes/groups [dsaedtler]
  • Fixed NAL type for HEVC caption/BPM SEIs [dsaedtler]
  • Fixed an issue where video scaling could be incorrect in multivideo encoder scenarios [dsaedtler]
  • Fixed an issue with chapter markers having incorrect time when using file splitting [garyholmes]
  • Fixed an issue where some recordings could have black thumbnails [derrod]
  • Fixed an issue where the NVIDIA Blur and Background Blur could have banding or look splotchy [pkviet]
  • Fixed an issue where macOS Screen Capture would select an item for capture by default [jcm93]
  • Fixed an issue with PipeWire when capturing a device that does not require a framerate [tytan652]

Checksums

OBS-Studio-32.1.0-beta2-Sources.tar.gz: 39a8a11cb9a6ee58f2f99c531e4191ad0624614491c054c0ad208726ba4c40bb
OBS-Studio-32.1.0-beta2-Ubuntu-24.04-x86_64-dbsym.ddeb: 15f91b6d04596b0d43ccfe634f49145c8ab48f68f880f2fd7ba6873d8be6d0cb
OBS-Studio-32.1.0-beta2-Ubuntu-24.04-x86_64.deb: 063e201334c3e72673f66cbe8127da378d152c698b5e6d38fde8719902dbb9b5
OBS-Studio-32.1.0-beta2-Windows-arm64-PDBs.zip: af7729776745959044f27cb2c8997c894c291cb6b0dff947df66963bea78d163
OBS-Studio-32.1.0-beta2-Windows-arm64.zip: 4645bbcb3b4daf92ce7d29f7261cad6131af19cd649da38423a5af5c0d732df1
OBS-Studio-32.1.0-beta2-Windows-x64-Installer.exe: a593a5af9ef320ed8f7dad80dea7ad7cb6440d832ddd0ace934f5dcc8e412a42
OBS-Studio-32.1.0-beta2-Windows-x64-PDBs.zip: c24ffe452ca0d4ff499bf1e71024e0d6b7566566ecdffd49b0ef27459544eb72
OBS-Studio-32.1.0-beta2-Windows-x64.zip: 6daaa41afb1a5210044f069d66e100ff3274c30d698a492eaada17529eeb5f77
OBS-Studio-32.1.0-beta2-macOS-Apple-dSYMs.tar.xz: bf036a5b65ab8393727a519a795db9e3d878c3b1551b3eb89e797ccb5be526a4
OBS-Studio-32.1.0-beta2-macOS-Apple.dmg: e2458793d5cfd6e52c8c577847ee157198f7cc3e8776dbf25a31570393d87714
OBS-Studio-32.1.0-beta2-macOS-Intel-dSYMs.tar.xz: 6bf293e02cb2cba44e2ee9e24a7caede6facc239b79c490c5865cd0a12e06026
OBS-Studio-32.1.0-beta2-macOS-Intel.dmg: 92a874f4c493c3cfff7e3ba903f1778e51ffb303e6724ee33baf98fb601d6ecf

  •  

Firefox

24 Februari 2026 om 23:30

Fixed

  • Fixed compatibility problems with websites that use the new Compression Dictionaries technology, such as ChatGPT, by temporarily disabling the feature. (Bug 2010712)

  • Fixed an issue where an unnecessary empty directory was created on Linux systems. (Bug 2001887)

  • Fixed an issue where time formats could cause certain websites to display incorrectly. (Bug 2010411)

  •  

OBS Studio 32.1.0 Beta 1

15 Januari 2026 om 00:27

32.1 New Features

  • Added new Audio Mixer [Warchamp7]
  • Added new Add Source dialog [Warchamp7]
  • Added WebRTC Simulcast Support [Sean-Der]
  • Added missing undo/redo actions for scene items [cg2121]
    • Scale filtering, blending mode, blending method, deinterlacing mode and deinterlacing field order

32.1 Changes

  • Removed "Source" from source names [Warchamp7]
  • Updated the Edit Transform dialog [Warchamp7]
  • Changed copying a scene item to copy all properties [cg2121/Warchamp7]
  • Disabled dock animations [Warchamp7]
  • Moved transition preview button to button box [exeldro]
  • Rearranged default dock positions [Warchamp7]
  • Increased media source playback slider update rate [Warchamp7]
  • Enabled palette for Light theme audio mixer [Warchamp7]
  • Changed default bitrates to 6000 kbps [mihawk90]

32.1 Bug Fixes

  • Fixed an issue where projector resolutions had decimals [Warchamp7]
  • Fixed sync of Preview/Program size and positioning [Warchamp7]
  • Refactored OBSBasic::Save to only save frontend canvas scenes/groups [dsaedtler]
  • Fixed NAL type for HEVC caption/BPM SEIs [dsaedtler]
  • Fixed an issue where video scaling could be incorrect in multivideo encoder scenarios [dsaedtler]
  • Fixed an issue with chapter markers having incorrect time when using file splitting [garyholmes]
  • Fixed an issue where some recordings could have black thumbnails [derrod]
  • Fixed an issue where the NVIDIA Blur and Background Blur could have banding or look splotchy [pkviet]
  • Fixed an issue where macOS Screen Capture would select an item for capture by default [jcm93]
  • Fixed an issue with PipeWire when capturing a device that does not require a framerate [tytan652]

Checksums

OBS-Studio-32.1.0-beta1-Sources.tar.gz: 66f5f7efe92ce0ec904630d4a5bb3377285a8fb2d5f46ed9c28f81d7f7007e04
OBS-Studio-32.1.0-beta1-Ubuntu-24.04-x86_64-dbsym.ddeb: 4a508912939e946ceade67c6cd854897b892c52cf5f0cfe3b6bacea30edfe275
OBS-Studio-32.1.0-beta1-Ubuntu-24.04-x86_64.deb: e84b1fcf72612ac85140fe5a54a37d3e19947807a9db2f5b74bce1b196042f65
OBS-Studio-32.1.0-beta1-Windows-arm64-PDBs.zip: 6b77f572f3afe80d35e4b21f4f93ccda8e8e11b36aad26b279973dab53fc24a9
OBS-Studio-32.1.0-beta1-Windows-arm64.zip: fe89de2f94f3eee6ec8a54e8267f3ab783d0e6d84da6aef68593311de571e2e9
OBS-Studio-32.1.0-beta1-Windows-x64-Installer.exe: 8ae1f07e7c9ad6a63c05de20ad7f20741bb3d37c5331a8f62ce4709ba799cb7d
OBS-Studio-32.1.0-beta1-Windows-x64-PDBs.zip: 4af2d8cc4941cddb96c123a3e77c021e7fac37490a39416f50a7c6ddc5474afd
OBS-Studio-32.1.0-beta1-Windows-x64.zip: 0d5238076822b194c756978a5a6c2bda7ecd655d9369575b7d9815f12cda9a4f
OBS-Studio-32.1.0-beta1-macOS-Apple-dSYMs.tar.xz: ca85696df7b7fa4f222fa1f9ec02fdcd09e85ded882ab94be4e5057bdd1c367d
OBS-Studio-32.1.0-beta1-macOS-Apple.dmg: 858a3fc88f623903d02f2683898be9ff52a705ca37ae543f7dc6686d901a2864
OBS-Studio-32.1.0-beta1-macOS-Intel-dSYMs.tar.xz: 9b32bb4833891fe3e50661a938494a56e757089c841cf127cf6465a8eba2b745
OBS-Studio-32.1.0-beta1-macOS-Intel.dmg: fb09045cd2eea7b063b56ffa1b171ad227c202edcc47be73ab4043b8f4b537dc

  •  

Stable Channel Update for Desktop

13 Januari 2026 om 22:47

The Chrome team is delighted to announce the promotion of Chrome 144 to the stable channel for Windows, Mac and Linux. This will roll out over the coming days/weeks.

ChromeΒ 144.0.7559.59 (Linux)Β 144.0.7559.59/60Β Windows/MacΒ contains a number of fixes and improvements -- a list of changes is available in theΒ log. Watch out for upcomingΒ ChromeΒ andΒ ChromiumΒ blog posts about new features and big efforts delivered in 144.


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 10 security fixes. Below, we highlight fixes that were contributed by external researchers. Please see the Chrome Security Page for more information.

[$8000][458914193] High CVE-2026-0899: Out of bounds memory access in V8. Reported by @p1nky4745 on 2025-11-08

[TBD][465730465] High CVE-2026-0900: Inappropriate implementation in V8. Reported by Google on 2025-12-03

[TBD][40057499] High CVE-2026-0901: Inappropriate implementation in Blink. Reported by Irvan Kurniawan (sourc7) on 2021-10-04

[$4000][469143679] Medium CVE-2026-0902: Inappropriate implementation in V8. Reported by 303f06e3 on 2025-12-16

[$3000][444803530] Medium CVE-2026-0903: Insufficient validation of untrusted input in Downloads. Reported by Azur on 2025-09-13

[$1000][452209495] Medium CVE-2026-0904: Incorrect security UI in Digital Credentials. Reported by Hafiizh on 2025-10-15

[TBD][465466773] Medium CVE-2026-0905: Insufficient policy enforcement in Network. Reported by Google on 2025-12-02

[$2000][467448811] Low CVE-2026-0906: Incorrect security UI. Reported by Khalil Zhani on 2025-12-10

[$500][444653104] Low CVE-2026-0907: Incorrect security UI in Split View. Reported by Hafiizh on 2025-09-12

[TBD][452209503] Low CVE-2026-0908: Use after free in ANGLE. Reported by Glitchers BoB 14th. on 2025-10-15




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

  •  

Firefox

21 Maart 2026 om 17:50

New

  • Address autofill has been enabled for users in Switzerland.

  • WebGPU support is now enabled for devices with Apple Silicon processors on all supported macOS versions.

  • Improved video playback performance on systems with AMD GPUs by enabling zero-copy playback for hardware-decoded video where supported, bringing them to parity with Intel and NVIDIA GPUs.

  • Firefox now supports the Safe Browsing V5 protocol and is migrating from Safe Browsing V4 to the local list mode of Safe Browsing V5 protocol.

  • Users with Enhanced Tracking Protection (ETP) set to Strict will have local network access restrictions enabled by default. Firefox will now require users to explicitly allow public websites to access local network resources.

    This feature is part of a progressive roll out.

    What is a progressive roll out?

    Certain new Firefox features are released gradually. This means some users will see the feature before everyone does. This approach helps to get early feedback to catch bugs and improve behavior quickly, meaning more Firefox users overall have a better experience.

  • Firefox now allows you to customize your keyboard shortcuts to replace hard-to-type or hard-to-remember hotkeys, eliminate conflicts with other software, and create your preferred set. Access this experimental new feature by typing about:keyboard in the address bar and please share your feedback with us on Mozilla Connect!

  • Firefox now supports the Freedesktop.org XDG Base Directory Specification.

  • A Picture-in-Picture player window can now optionally be opened automatically for a video playing in a tab when that tab goes into the background. A special thanks to volunteer Daniele Ferla for contributing this feature!

    Screenshot showing where to enable the automatic Picture-in-Picture feature in the settings

Fixed

  • Fixed an issue that prevented some Windows users from selecting a tab when the cursor was at the top of the screen and the Firefox window was maximized.

  • Fixed a bug that made HTTP/3 requests containing non-UTF-8 header values time out or fall back to HTTP/2 after a while.

  • A draggable button can now be dragged if initiated from the button itself.

  • For Linux GNOME Mutter users, window and rendering surface sizes were updated to match the actual pixel grid so Firefox delivers sharp rendering on fractionally scaled displays regardless of the actual window size.

  • Various security fixes.

Changed

  • Firefox now uses the same quality values (q-values) in Accept-Language headers as other major browsers. The second language preference is now sent as q=0.9 instead of q=0.5, with subsequent language preferences decreasing by 0.1 each (minimum 0.1). This change fixes compatibility issues with some servers that incorrectly rejected requests with lower quality values.

Enterprise

Developer

  • View Transitions: View transition pseudo-elements now appear in the elements panel and the associated animations appear in the animations panel.

  • Anchor positioning: Elements with a valid anchor-name are given an 'anchor' badge in the elements view, and @position-try CSS rules are now displayed in the CSS rules panel when an element using position-try-fallbacks is selected.

  • The JSON viewer now has a button to import the resource into Firefox Profiler to get a breakdown of its size.

  • Pseudo-element selectors can now be added/edited in the CSS rules panel.

Web Platform

  • Added support for the Navigation API. This API provides the ability to initiate, intercept, and manage browser navigation actions. It is a successor to previous web platform features such as the History API and window.location, which solves their shortcomings.

  • The Unicode ICU library was updated to release 78, bringing support for Unicode 17 and new locales.

  • ES modules in service workers are now supported, aligning Firefox with other major browsers and improving compatibility for modern web apps.

  • Support for CSS Module Scripts was added, allowing stylesheets to be imported using the JavaScript module system and import attributes.

  • The CSS counter-* and quotes properties are now supported in the ::marker pseudo-element.

  • Both CompressionStream and DecompressionStream now support the Brotli format.

  • Firefox now supports the :active-view-transition-type selector and associated View Transitions API changes.

  • Firefox now exposes the view transition currently active on the document via the Document.activeViewTransition property.

  • Support for CSS anchor positioning was added, enabling tethering elements. The anchor-positioned elements can then have their size and position set relative to the anchor elements to which they are bound.

  • Firefox now supports Storage-Access-Headers, allowing servers to opt into unpartitioned cookies via HTTP headers if storage-access was granted prior to the Storage Access API.

  • Implemented CSS root-font-relative units rcap, rch, rex and ric.

Community

  •  

Xml Notepad 2.9.0.18

9 Januari 2026 om 09:21

Fix issue #463: Don't add a missing XML declaration on save.
Fix issue #460: Remove formatting for XML elements that are not allowed to contain whitespace (XSD Schema content model is Empty, Mixed, or TextOnly).

  •  
❌