โŒ

Normale weergave

Gamescom 2026

Door: David
16 Juli 2026 om 17:00

The countdown to one of the biggest gaming events of the year has begun, and we're excited to share that SCS Software will be attending Gamescom 2026! From August 26th to August 30th, you'll be able to find us in the Entertainment Halls, where we'll have our biggest booth yet. We will be located in Hall 10.1, Booth B022-C023.

We're looking forward to meeting our #BestCommunityEver once again. Whether you've been trucking with us for years or are just discovering our games, we'd love for you to stop by, say hello, and spend some time with the team. Meeting our community in person is always one of the highlights of the year, and we can't wait to see familiar faces as well as meet new ones.

Visitors to our booth will have the opportunity to get behind the wheel and try exclusive demo builds showcasing several of our upcoming map expansions. We plan to bring special preview versions featuring the breathtaking landscapes of the upcomingย Euro Truck Simulator 2:ย Iceland DLC, explore the stunning roads and scenery of British Columbia in the upcomingย American Truck Simulator:ย British Columbia DLC, and get a first taste of the upcomingย South Dakota DLCย for American Truck Simulator.

We're also doing everything we can to bring playable demonstrations of our upcoming Road Trip and Coaches projects to Gamescom. While we're not ready to make any promises just yet, we're working hard behind the scenes and hope we'll be able to let visitors get an early hands-on experience with these exciting new additions as well.

To make the experience even more immersive, we're thrilled to be partnering withย Thrustmasterย once again. They will be equipping our booth with a brand-new product that visitors will have the exclusive chance to test! We can't wait for everyone to get their hands on it and experience what's in store. A huge thank you to Thrustmaster for helping us make our Gamescom booth even more exciting!

We'd also like to extend our sincere thanks toย Volvo Trucksย for helping us prepare something truly special for Gamescom. While we'll keep the details under wraps a little longer, let's just say that fans of Volvo trucks won't want to miss our booth. We'll be showcasing something truly exclusive straight from Volvo that every truck enthusiast will want to see up close.

And if that isn't enough, our 4D motion simulator will also be making its return! If you've always wanted to experience the feeling of driving a truck with added motion effects, be sure to give it a try during your visit.

We can't wait to see you in Cologne this August! We'll have more information to share as Gamescom gets closer, including our booth location and additional activities, so make sure to keep an eye on our social media channels and give us a followย on X/Twitter, Facebook, Instagram, Bluesky, and YouTube, or sign up for our newsletter, so you never miss any news.ย Safe travels, and we'll see you there!

  •  

PostgreSQL 19 Beta 2 Released!

16 Juli 2026 om 02:00

The PostgreSQL Global Development Group announces that the second beta release of PostgreSQL 19 is now available for download. This release contains PostgreSQL 19 feature previews ahead of general availability, though some details of the release can change during the beta period.

You can find information about all of the PostgreSQL 19 features and changes in the release notes:

https://www.postgresql.org/docs/19/release-19.html

In the spirit of the open source PostgreSQL community, we strongly encourage you to test the new features of PostgreSQL 19 on your systems to help us eliminate bugs and other issues. While we do not advise you to run beta versions in production environments, we encourage you to find ways to run your typical application workloads against this beta release.

Your testing and feedback help the community ensure that PostgreSQL 19 upholds our standards of delivering a stable, reliable release of the world's most advanced open source relational database. Please read more about our beta testing process and how you can contribute:

https://www.postgresql.org/developer/beta/

Upgrading to PostgreSQL 19 Beta 2

To upgrade to PostgreSQL 19 Beta 2 from an earlier version of PostgreSQL, you will need to use a strategy similar to upgrading between major versions of PostgreSQL (e.g. pg_upgrade or pg_dump / pg_restore). For more information, please visit the documentation section on upgrading.

Changes Since Beta 1

Fixes and changes in PostgreSQL 19 Beta 2 include:

  • Fix a regression in vacuumdb --analyze-in-stages for partitioned tables.
  • Fix servicefile to show correct file after fallback to system file.
  • Fix tuple deformation optimization for virtual generated columns.
  • Allow pg_createsubscriber to accept duplicate publication names.
  • Fix REPACK worker not being cleaned up on a FATAL exit.
  • Several fixes for the new FOR PORTION OF temporal table syntax.
  • Fix race condition when logical decoding activation is concurrently interrupted.
  • Disallow negative values for max_retention_duration.
  • Fix md5_password_warnings for role and database settings.
  • Several fixes for the new SQL/PGQ property graph feature.
  • Fix autovacuum's multixact-age score calculation, which could become infinite.
  • Revert non-text output formats for pg_dumpall.
  • Fix locking for ALTER DOMAIN ... VALIDATE CONSTRAINT.
  • Fix how postgres_fdw handles imported foreign-table statistics.

Please see the release notes for a complete list of new and changed features:

https://www.postgresql.org/docs/19/release-19.html

Testing for Bugs & Compatibility

The stability of each PostgreSQL release greatly depends on you, the community, to test the upcoming version with your workloads and testing tools to find bugs and regressions before the general availability of PostgreSQL 19. As this is a Beta, minor changes to database behaviors, feature details, and APIs are still possible. Your feedback and testing will help determine the final tweaks on the new features, so please test in the near future. The quality of user testing helps determine when we can make a final release.

A list of open issues is publicly available in the PostgreSQL wiki. You can report bugs using this form on the PostgreSQL website:

https://www.postgresql.org/account/submitbug/

Beta Schedule

This is the second beta release of version 19. The PostgreSQL Project will release additional betas as required for testing, followed by one or more release candidates, until the final release around September/October 2026. For further information please see the Beta Testing page.

Links

  •  

BSD Release: OPNsense 26.7

16 Juli 2026 om 14:25
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. The OPNsense project develops a FreeBSD-based specialist operating system (and a fork of pfSense) designed for firewalls and routers. The latest version of OPNsense is 26.7 which is based on FreeBSD 15.1 and introduces a number of behind-the-scenes changes: "The first implementation of the new Interface Assignments framework....
  •  

v5.50.2

15 Juli 2026 om 12:09

5.50.2 (2026-07-15)

๐Ÿš€ New feature

  • admin: make admin auth cookie name configurable (#26931)
  • i18n: complete Korean (ko) translation (#26941)

๐Ÿ”ฅ Bug fix

  • admin: prevent deprecated CJS Vite Node API warning on startup (#26947)
  • admin: pre-commit fails when staging files ignored by ESLint (#26958)
  • admin: show plan label instead of edition in dashboard (#26891)
  • admin: restore runtime default for context helper (#26809)
  • ci: reduce false positives in issue template checker (#26955)
  • ci: use npm install in issue template checker workflow (#26974)
  • content-manager: clear stale Blocks editor selection on external value change (#26959)
  • core: backward compat - reject 'status' attribute when draftAndPublish is enabled (#26890)
  • core: validate license registry responses with zod (#26935)
  • core: preserve duplicate form relation edits when cloning (#26961)
  • data-transfer: bump ws to 8.21.0 to fix CVE-2026-48779 (#26898)
  • database: include status sort expression in SELECT when using DISTINCT (#26751)
  • database: lint script does not run type check (#26819)
  • email: only warn about sendmail provider in development (#26893)
  • openapi: add bearerAuth and bracket pagination query params (#26948)
  • strapi: auto-exclude pre-built plugin UI libs from Vite optimizeDeps (#26944)
  • strapi: fix develop blank admin from optimizeDeps auto-exclude (#27014)
  • upgrade: prompt to pin ranged @strapi/* dependencies before upgrading (#26929)
  • upload: load remote asset thumbnails with crossOrigin to prevent CORS preview failures (#26581, #26901)
  • utils: align remaining convert-query-params errors with ValidationError (#26908)

โš™๏ธ Chore

  • ai-tooling: sync skills when cursor sets up a new worktree (#26954)
  • data-transfer: clarify --exclude files CLI messaging (#26914)
  • deps: patch/minor dependency bumps (#26823)
  • deps: bump @xhmikosr/decompress from 10.2.0 to 10.2.1 (#26928)
  • deps: bump sharp from 0.33.5 to 0.34.5 (#26993)
  • deps: bump @internationalized/date from 3.5.4 to 3.12.1 (#26994)
  • deps: bump design-system and icons to v2.2.3 (#27002)
  • eslint: enforce zero warnings in package lint scripts (#26922)
  • husky: run git hooks through yarn exec (#27006)
  • tooling: remove unused find-up after lint-staged 16 (#26792)
  • types: drop CommonJS tsconfig overrides, build JS via rollup (#26934)
  • typescript: scope tsconfig types per workspace (#26699)
  • typescript-utils: migrate to typescript (#26811)
  • typescript-utils: bump internal deps to 5.50.1 (#26946)

โš ๏ธ Changes to be aware of

Admin auth cookie name

You can set admin.auth.cookie.name in admin config to rename the access-token cookie (default remains jwtToken). Useful when another app on a shared parent domain sets a jwtToken cookie and breaks admin login.

(#26931)

status attribute with Draft & Publish

In v5, status is reserved for draft/published filtering. If a content type has Draft & Publish enabled and a custom status field, Strapi now logs a startup warning instead of failing boot. The Content-Type Builder still blocks adding status or enabling D&P when status already exists.

(#26890)

Upgrade tool and ranged @strapi/* versions

@strapi/upgrade now warns and offers to pin ranged @strapi/* dependencies (e.g. ^5.50.0) before upgrading, so upgrades don't silently report "already up-to-date" when node_modules resolved ahead of package.json.

(#26929)

โค๏ธ Thank You

  •  

Distribution Release: OSINT VM 2026.5

15 Juli 2026 om 11:44
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. Trace Labs has announced the release of OSINT VM 2026.5, the latest version of the project's Debian-based distribution with specialist open-source intelligence (OSINT) tools to help find missing persons and reunite them with their families, designed exclusively to run on virtual machines. Unlike the previous release, which were....
  •  

1.5

Door: LePips
15 Juli 2026 om 06:55

What's Changed

New Features ๐ŸŽ‰

Bug Fixes ๐Ÿ› 

Other โš™๏ธ

New Contributors

Full Changelog: 1.4...1.5

  •  

v1.7.0

15 Juli 2026 om 04:34

Changelog

  • 1335bb4 Remove go report card
  • 2ca9a23 chore(deps): bump the dev-dependencies group across 1 directory with 21 updates
  • 03f02a9 chore(deps): bump the dev-dependencies group with 14 updates
  • 26319f5 chore(deps): bump the dev-dependencies group with 15 updates
  • 568d4a2 feat: add chart sidecar and versioning directory support
  • 9db2c9c feat: add configurable default ETag for files without metadata
  • 05cfa0f fix azure etag quote bytes
  • efa7e77 fix azure multipart etag quoting
  • 9ac52cd fix: LDAP access key filter injection
  • a37b655 fix: add section for goreleaser deb/rpm
  • 67aaa80 fix: copy-source parsing mismatch that could bypass path validation
  • 8a3dbcf fix: omit null version id for suspended buckets
  • 1a92f39 fix: prevent nil pointer panic in s3proxy ListMultipartUploads and ListParts
  • 2f6b984 fix: update Fiber to v3.4.0
  • dbc9bb1 fix: update example config with recent options
  • 12f2283 make azure multipart part etags quoted and consistent
  • 40cbe85 test(azure): widen multipart test parts above min size; tighten isQuotedEtag

  •  

Counter-Strike 2 Update

15 Juli 2026 om 02:42
[p]\[ MAPS ][/p][p]Fachwerk[/p]
  • [p]Updated to the latest version from the Community Workshop (Update Notes).[/p][/*]
[p]Boulder[/p]
  • [p]Updated to the latest version from the Community Workshop (Update Notes).[/p][/*]
[p]Shelter[/p]
  • [p]Updated to the latest version from the Community Workshop (Update Notes).[/p][/*]
[p]El Dorado[/p]
  • [p]Updated to the latest version from the Community Workshop (Update Notes).[/p][/*]
[p]\[ MISC ][/p]
  • [p]Various stability and security fixes.[/p][/*]
  •  

Bitfocus Companion v5.0.1

Door: Julusian
14 Juli 2026 om 22:33

๐Ÿ“ฆ Downloads available at

๐Ÿ’ต Donate to the project at

Companion v5.0.1 - Release Notes

๐Ÿž BUG FIXES

  • macos mdns collision messages
  • ensure control elements are cloned when imported/loaded #4306
  • launch gui button broken if all interfaces ipv4+ipv6 selected #4308
  • preserve first line of text when font is too tall to fit the bounding box
  • allow negative rotation values for graphics elements #4313
  • topbar border not very visible
  • surface config not allowing static-text fields
  • ensure connection thread is ready before init is executed
  • suppress udev rules sync messages when running in docker #4318
  • reduce default intensity of gauge tracks

Full Changelog: v5.0.0...v5.0.1

  •  

Iceland: Bridges

Door: David
14 Juli 2026 om 17:00

Today, we're excited to take you on another journey through the upcoming Iceland DLC for Euro Truck Simulator 2. This time, we're focusing on one of the country's fascinating pieces of infrastructure - its bridges.

Although Iceland is known for its dramatic volcanoes, glaciers, and waterfalls, every trucker's journey depends on something a little less obvious: the bridges that connect communities across the landscape. From narrow crossings over glacial rivers to long bridges spanning waterways, each one plays an important role in keeping the country's road network moving.

Our map team has carefully recreated a wide variety of bridges inspired by their real-world counterparts. Whether you're hauling cargo along the famous Ring Road or venturing onto more remote routes, you'll encounter structures that reflect Iceland's unique engineering and natural surroundings.

One of the defining characteristics of Icelandic bridges is their diversity. Modern concrete spans stand alongside older steel bridges that have served travellers for decades. In more remote areas, you'll also find plenty of single-lane bridges, where traffic from both directions must carefully share the crossing. These iconic structures have become a familiar sight for anyone who has explored Iceland by road, and we're happy to bring that authentic experience to the game.ย 

Creating these locations required close attention to both realism and gameplay. Our teams worked to ensure that each bridge feels like a natural part of the surrounding landscape while remaining enjoyable to drive across. Terrain, road alignment, barriers, signage, and nearby landmarks all contribute to making every crossing a memorable part of your journey. Of course, bridges are much more than simple road crossings; they also offer some breathtaking views!

We hope you enjoyed this preview of what's to come!ย If you did, make sure toย add the Iceland DLC to your Steam wishlistย and don't forget to follow our X/Twitter, Instagram, Facebook, Bluesky, and TikTok to receive all the recent updates straight to your feed. You can also subscribe to our newsletter to stay informed.ย Until next time, safe travels!

  •  

HWMonitor 1.65

14 Juli 2026 om 15:50
  • Hotspot temperature on NVIDIA RTX 50x0 GPUs.
  • Preliminary support of Lisuan 7G100 GPU.
  •  

Release 2026.07.13

13 Juli 2026 om 22:18

Docker Images

Docker images have been built and pushed:

Docker Hub:

  • alexta69/metube:latest
  • alexta69/metube:2026.07.13

GitHub Container Registry:

  • ghcr.io/alexta69/metube:latest
  • ghcr.io/alexta69/metube:2026.07.13

Changes

  •  

DistroWatch Weekly, Issue 1181

13 Juli 2026 om 02:14
The DistroWatch news feed is brought to you by TUXEDO COMPUTERS. This week in DistroWatch Weekly:
Review: Artix 20260419
News: Google locks down Android, TUXEDO OS moves to Debian foundation, Mint updates Cinnamon on Wayland, Redox OS gets USB gamepad support, OpenMandriva recovers from repository deletion, OSNews author compares Windows and Linux
Questions and answers: Making migration to Linux easier
Released last....
  •  

Release 2026.07.12

12 Juli 2026 om 19:44

Docker Images

Docker images have been built and pushed:

Docker Hub:

  • alexta69/metube:latest
  • alexta69/metube:2026.07.12

GitHub Container Registry:

  • ghcr.io/alexta69/metube:latest
  • ghcr.io/alexta69/metube:2026.07.12

Changes

  • fix: harden download lifecycle, subscriptions, and UI robustness (3ea4732)

  •  

v0.16.13

12 Juli 2026 om 21:05

[0.16.13] - 2026-07-12

If you are upgrading from v0.16.x, replace the binary (or run docker pull). If you are upgrading from v0.15.x and below, please read the upgrading documentation for more information on how to upgrade from previous versions.

Added

  • FreeBSD support.

Changed

Fixed

  • OAuth resource indicators: Accept imap, smtp, pop3 and sieve as valid resource indicators for OAuth access tokens.
  • PostgreSQL: Incomplete channel binding implementation.
  • JMAP:
    • VacationResponse: isEnabled reset to false whenever properties are changed.
    • Capabilities: Return RFC-3339-conformant UTCDate literals in capabilities: min 0001-01-01T00:00:00Z, max 9999-12-31T23:59:59Z.
  • Directory: Update local groups only when the external directory includes a group attribute.
  • DNS Management:
    • CAA management deletes too third-party CAA entries.
    • Multiple provider fixes (see dns-update crate changelog).
  • Reject invalid duration values (e.g. 1h30m).
  • Branding: Custom logos for domains do not work.
  • Sieve: add Received headers to auto-generated messages and detect loops.
  • MTA: Resume queue processing does not work.
  • Misconfigured in-memory store cannot be recovered in recovery mode.

Check binary attestation here

  •  

Bitfocus Companion v5.0.0

Door: Julusian
12 Juli 2026 om 17:54

๐Ÿ“ฆ Downloads available at

๐Ÿ’ต Donate to the project at

Companion v5.0.0 - Release Notes

IMPORTANT CHANGES

  • This version of Companion requires macOS 13.5 or later
  • Shell command execution and installing modules over the network from another machine are now disabled by default, and must be explicitly enabled. Installing modules from the store, or from the local machine, is unaffected. (#4252)
  • The dedicated Elgato plugin server has been removed (#4123)

๐Ÿ“ฃ CORE FEATURES AND IMPROVEMENTS

  • Graphics overhaul (#4098)
    • Button drawing is built up of a fully customisable stack of elements
    • Support non-square drawing on various streamdeck models
    • Split text element fontsize into two properties
    • Image library for easier image reuse (#4111)
    • Font selection #1533 (#4152)
    • Lazy render buttons to reduce cpu cost of inactive pages (#4191)
    • Remove remaining legacy button rotation support
  • Advanced expressions (#4274)
    • more expression math utils (#4260)
    • loops, ifs and control statements
    • more array methods
  • Variables
    • Access local variable from another button #3723 (#4234)
    • Support feedback based local variables from presets #3893
    • Allow actions that return a result, to permit storing that result in a local or custom variable #4065
    • Fuzzy search in variables table
  • Surfaces
    • Action to adjust surface brightness (#4273)
    • Variable for surface brightness (#4266)
    • Add action and feedback to enable/monitor active remote surfaces #4194 (#4206)
    • Page number button takes surfaces to their startup page
    • mdns announce satellite ports (#4288)
    • add support for sending compressed images over satellite
    • rework confusing 'never lock' property (#4290)
  • Editor and UI improvements
    • Better indicator of regex invalid/valid (#4271)
    • Add notes to control editors #760 (#4202)
    • Context menu for grid buttons (#4203)
    • One click convert page buttons to be editable (#4208)
    • Indicate disabled actions/feedbacks/events/triggers etc better #4030
    • Option to hide the status icons #3805 (#4143)
    • Improved drag and drop support for touchscreen
  • Platform and system
    • Configurable timezone (#4285)
    • Show path to configuration folder on log screen #4236
    • Include date and source in connection debug log csv
    • Windows arm64 build #2933 (#4270)
    • Package linux install script
    • Linux desktop udev sync (#4248)
    • Companion PI config tool (#4256)
    • Support headless config file format in docker images

๐Ÿž BUG FIXES

  • add receive buffer cap for satellite and tcp listener
  • add gunzip limits
  • protect against dns-rebind
  • stricter origin validation
  • sanitise rosstalk messages
  • auto-add windows firewall rules
  • add resume/online watchdog to recover dead ws connections
  • don't permanently close ws client when entering Safari bfcache
  • add connect timeout to webui WebSocket to unwedge Safari reconnects
  • make local variables editor handle non-string values #3166
  • avoid duplicate value preview in expression variable editor
  • rate limit triggers when responding to rapid variable changes #3312
  • remember active button edit tab
  • tab scrollbar not always showing in safari #4103
  • allow data images in markdown #3408
  • add deprecation marker to old 'Button: set X' actions
  • clarify deprecation of 'use another buttons style'
  • show better failure when encountering invalid image
  • implement custom monaco drag handle for safari #4265
  • rate limit variables updates from modules to be at most 50hz #3859
  • running packaged module from dev modules folder #3930
  • page numbers not invalidating on page move

Full Changelog: v4.3.4...v5.0.0

  •  

Updated Debian 12: 12.15 released

11 Juli 2026 om 02:00
The Debian project is pleased to announce the fifteenth and final update of its oldstable distribution Debian 12 (codename bookworm). This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security advisories have already been published separately and are referenced where available.
  •  

Updated Debian 13: 13.6 released

11 Juli 2026 om 02:00
The Debian project is pleased to announce the sixth update of its stable distribution Debian 13 (codename trixie). This point release mainly adds corrections for security issues, along with a few adjustments for serious problems. Security advisories have already been published separately and are referenced where available.
  •  
โŒ