Author Topic: The 26 August 2026 build (13961) is out.  (Read 7343 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5581
The 26 August 2026 build (13961) is out.
« on: August 26, 2026, 04:08:12 pm »
We switched to gcc 15.2.0 (on 09 April 2026) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/15.2.0posix-14.0.0-ucrt-r7/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-14.0.0-r7.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw33u_gcc_cb_wx333_2D_gcc1520-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.2.0.7z


The 26 August 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260826_rev13977_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • SDK: Check project when swapping header/source (ticket #1629, thanks LETARTARE).
  • wxSmith: Cache tool and palette sizes.
  • dragscroll: Separate horizontal vs vertical scrolling into distinct actions
  • wxSmith: Fix property grid icons in dark mode (part of ticket #1630).
  • Editor settings: Fix font sample background in dark mode (part of ticket #1630).
  • Keybinder: Fix description not visible in dark mode (part of ticket #1630).
  • Spellcheck: Fix hyperlink colour in dark mode.

Regressions/Confirmed/Annoying/Common bugs:



    Offline Miguel Gimenez

    • Developer
    • Lives here!
    • *****
    • Posts: 1906
    Re: The 26 August 2026 build (13961) is out.
    « Reply #1 on: August 26, 2026, 04:26:21 pm »
    The release number in the topic (13961) should be 13977.

    Offline cacb

    • Lives here!
    • ****
    • Posts: 554
    Re: The 26 August 2026 build (13961) is out.
    « Reply #2 on: Yesterday at 09:21:30 am »
    Thank you for all the efforts in maintaining C::B and producing Nightly Builds, I really enjoy it. I use C::B under Windows 10 and Kubuntu 24.04 currently.

    The improved support for dark mode is appreciated, I find it more important than before. I noticed a small issue with hyperlinks to workspaces on the front page. Dark blue hyperlinks does not work well with near black background in dark mode. This can be fixed manually by any user in Environment -> Colours but it would be nice if it was handled more seamlessly.

    On dark mode in the code editor, I realize that the C::B scintilla editor is old and does not support it directly. But a work around might be to include a built in custom editor dark theme that users can select when using C::B in dark mode. This would make it easier to switch between light and dark modes.