v0.55.8

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • Cannot set language without session cookie
  • Queued 1 watch for rechecking.
  • Queued 1 watch for rechecking.
  • No history found for the specified link, bad link?
  • Monitoraggio non trovato
  • Queued 1 watch for rechecking.
  • Cleared snapshot history for watch 1cb697d0-d0ca-404a-924a-f02ab147e072
  • No history found for the specified link, bad link?

키보드: ← 이전   → 다음
아직 없음 초 전
            False
        
아직 없음 초 전
가장 최근 요청의 현재 오류 스크린샷

트리거 텍스트 무시된 텍스트 차단 텍스트

4시간 전
    Skip to content

      Navigation Menu

            Sign in Appearance settings
                * Platform
                        + AI CODE CREATION
                            o GitHub Copilot Write better code with AI
                            o GitHub Copilot app Direct agents from issue to merge
                            o MCP Registry Integrate external tools
                        + DEVELOPER WORKFLOWS
                            o Actions Automate any workflow
                            o Codespaces Instant dev environments
                            o Issues Plan and track work
                            o Code Review Manage code changes
                            o Code Quality Enforce quality at merge
                        + APPLICATION SECURITY
                            o GitHub Advanced Security Find and fix vulnerabilities
                            o Code security Secure your code as you build
                            o Secret protection Stop leaks before they start
                        + EXPLORE
                            o Why GitHub
                            o Documentation
                            o Blog
                            o Changelog
                            o Marketplace
                      View all features
                * Solutions
                        + BY COMPANY SIZE
                            o Enterprises
                            o Small and medium teams
                            o Startups
                            o Nonprofits
                        + BY USE CASE
                            o App Modernization
                            o DevSecOps
                            o DevOps
                            o CI/CD
                            o View all use cases
                        + BY INDUSTRY
                            o Healthcare
                            o Financial services
                            o Manufacturing
                            o Government
                            o View all industries
                      View all solutions
                * Resources
                        + EXPLORE BY TOPIC
                            o AI
                            o Software Development
                            o DevOps
                            o Security
                            o View all topics
                        + EXPLORE BY TYPE
                            o Customer stories
                            o Events & webinars
                            o Ebooks & reports
                            o Business insights
                            o GitHub Skills
                        + SUPPORT & SERVICES
                            o Documentation
                            o Customer support
                            o Community forum
                            o Trust center
                            o Partners
                      View all resources
                * Open Source
                        + COMMUNITY
                            o GitHub Sponsors Fund open source developers
                        + PROGRAMS
                            o Security Lab
                            o Maintainer Community
                            o Accelerator
                            o GitHub Stars
                            o Archive Program
                        + REPOSITORIES
                            o Topics
                            o Trending
                            o Collections
                * Enterprise
                        + ENTERPRISE SOLUTIONS
                            o Enterprise platform AI-powered developer platform
                        + AVAILABLE ADD-ONS
                            o GitHub Advanced Security Enterprise-grade security features
                            o Copilot for Business Enterprise-grade AI features
                            o Premium Support Enterprise-grade 24/7 support
              * Pricing
                Type / to search
                Sign in
              Sign up Appearance settings
      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

              Uh oh!

              There was an error while loading. Please reload this page.

              electron / electron Public
              * Notifications You must be signed in to change notification settings
              * Fork 17.4k
                * Star 122k
          * Code
          * Issues 677
          * Pull requests 133
          * Actions
          * Projects
          * Security and quality 55
          * Insights
          Additional navigation options
                  * Code
                  * Issues
                  * Pull requests
                  * Actions
                  * Projects
                  * Security and quality
                  * Insights

        Releases: electron/electron

              Releases Tags
            Releases · electron/electron

                Release list

                    * electron v43.4.0
                    * electron v42.9.0
                    * electron v41.10.5
                    * electron v44.0.0-beta.3
                    * electron v44.0.0-beta.2
                    * electron v44.0.0-beta.1
                    * electron v43.3.0
                    * electron v42.8.1
                    * electron v41.10.4
                    * electron v44.0.0-alpha.9
                    Previous Next
                Jump to release
                        * electron v43.4.0
                        * electron v42.9.0
                        * electron v41.10.5
                        * electron v44.0.0-beta.3
                        * electron v44.0.0-beta.2
                        * electron v44.0.0-beta.1
                        * electron v43.3.0
                        * electron v42.8.1
                        * electron v41.10.4
                        * electron v44.0.0-alpha.9
                    Previous Next

                electron v43.4.0

                              electron v43.4.0 Latest
                              Latest
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 11 Aug 19:14
                              v43.4.0
                              154ee91
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Release Notes for v43.4.0

                          Features

                            * Added webFrameMain.printToPDF() to allow printing individual frames to PDF from the main process. #52627 (Also in 42, 44)
                            * Fixed an issue where getDisplayMedia({ audio: { restrictOwnAudio: true } }) was ignored in setDisplayMediaRequestHandler, causing loopback audio to include local app playback. #52533 (Also in 44)

                          Fixes

                            * Fixed a browser process crash that could occur during Windows logoff, shutdown, or restart. #52620 (Also in 42, 44)
                            * Fixed a crash report when the X server or Wayland compositor exits while an app is running. #52685 (Also in 42, 44)
                            * Fixed a crash when quickly switching menus while the app is under heavy load. #52673 (Also in 42, 44)
                            * Fixed a potential crash when notifying user activation before the primary main frame was live. #52697 (Also in 42, 44)
                            * Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site. #52725 (Also in 42, 44)
                            * Fixed the Linux system accent color intermittently not being applied (systemPreferences.getAccentColor() returning an empty string on some launches). #52575

                          Other Changes

                            * Backported fixes from upstream ANGLE and Chromium. #52709
                            * Backported fixes from upstream ANGLE, Chromium and V8. #52663
                            * No user-facing change; semver/none. #52732
                            * Updated Chromium to 150.0.7871.224. #52693
                          Assets 78
                                  * chromedriver-v43.4.0-darwin-arm64.zip
                                      sha256:ba96ddf981287ee98222b4acae3afe9d5460ff2492c62b96c09bd72b7f77d4a0
                                    23.5 MB 2026-08-11T18:26:24Z
                                  * chromedriver-v43.4.0-darwin-x64.zip
                                      sha256:d80d2ed2c3554e2eaa6925b95dff9f6c5c9e1574f610c3c400257f93a8f961ff
                                    20 MB 2026-08-11T18:20:16Z
                                  * chromedriver-v43.4.0-linux-arm64.zip
                                      sha256:bd2e5539a7b9213d910cf4724df07a6b9ba6cb9d1820afc51155ff94f021458c
                                    37.1 MB 2026-08-11T17:09:51Z
                                  * chromedriver-v43.4.0-linux-armv7l.zip
                                      sha256:b90ec1026f7f3ac321e3c7b217d99d33d44168d4eed295962b353f5e58a16b31
                                    22.9 MB 2026-08-11T16:58:37Z
                                  * chromedriver-v43.4.0-linux-x64.zip
                                      sha256:aa2baa30cde1062807c06a74a3f495c4f4a9b2b8946c1d3dadf2bfe2634662c8
                                    37.1 MB 2026-08-11T16:54:22Z
                                  * chromedriver-v43.4.0-mas-arm64.zip
                                      sha256:14ce19ba3d941c4a658eb9915c5528a0470ff415d0545aa86b764642f40cb2d3
                                    23.5 MB 2026-08-11T18:49:08Z
                                  * chromedriver-v43.4.0-mas-x64.zip
                                      sha256:44425d8c6f3941415dbba6b3368b2dde655a32b6e03259772343eeae03a2ad54
                                    20 MB 2026-08-11T18:19:37Z
                                  * chromedriver-v43.4.0-win32-arm64.zip
                                      sha256:a81e83c7451a65510b8ccb2fe014e54888970fae7d52c9e527fa737d30d72a7b
                                    40.7 MB 2026-08-11T18:45:13Z
                                  * chromedriver-v43.4.0-win32-ia32.zip
                                      sha256:25a7188bd5b6eb777b0eeb24d0545dc19af647b5eb3744303a09ae18dfe6db88
                                    23.4 MB 2026-08-11T18:25:52Z
                                  * chromedriver-v43.4.0-win32-x64.zip
                                      sha256:1f8bcb62b5deb8ab2de74aaab87b46bc137e0e4b5cabd9c8143b96b921555830
                                    42.8 MB 2026-08-11T18:30:41Z
                                  * Source code (zip)
                                    2026-08-11T16:00:22Z
                                  * Source code (tar.gz)
                                    2026-08-11T16:00:22Z
                                  * Show all 78 assets Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                electron v42.9.0

                              electron v42.9.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 11 Aug 18:27
                              v42.9.0
                              d9838d3
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Release Notes for v42.9.0

                          Features

                            * Added webFrameMain.printToPDF() to allow printing individual frames to PDF from the main process. #52626 (Also in 43, 44)

                          Fixes

                            * Fixed a browser process crash that could occur during Windows logoff, shutdown, or restart. #52621 (Also in 43, 44)
                            * Fixed a crash report when the X server or Wayland compositor exits while an app is running. #52686 (Also in 43, 44)
                            * Fixed a crash when quickly switching menus while the app is under heavy load. #52671 (Also in 43, 44)
                            * Fixed a potential crash when notifying user activation before the primary main frame was live. #52699 (Also in 43, 44)
                            * Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site. #52723 (Also in 43, 44)

                          Other Changes

                            * Backported fixes from upstream ANGLE, Chromium and V8. #52664
                            * No user-facing change; semver/none. #52733
                          Assets 78
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                electron v41.10.5

                              electron v41.10.5
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 11 Aug 18:14
                              v41.10.5
                              5bff19c
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Release Notes for v41.10.5

                          Fixes

                            * Fixed an issue where the Squirrel.Mac installer could resolve the target bundle path to different locations at different stages of an install. #50764 (Also in 39, 42)

                          Other Changes

                            * Backported fixes from upstream ANGLE, Chromium, Skia and V8. #52702
                            * No user-facing change; semver/none. #52734
                          Assets 78
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                                All reactions

                electron v44.0.0-beta.3

                              electron v44.0.0-beta.3 Pre-release
                              Pre-release
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 10 Aug 22:54
                              v44.0.0-beta.3
                              15aee3c
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Note: This is a beta release. Please file new issues for any bugs you find in it.

                          This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@44.0.0-beta.3.

                          Release Notes for v44.0.0-beta.3

                          Fixes

                            * Fixed an issue where a JavaScript out-of-memory crash could be reported from inside the crash-key handler instead of at the out-of-memory site. #52724 (Also in 42, 43)
                            * Fixed spellcheck not initializing on Linux when the dictionary was already cached from a previous run. #52716

                          Other Changes

                            * No user-facing change; semver/none. #52731
                          Assets 64
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 3 chenzhen7, nalinduash, and Seungpyo1007 reacted with thumbs up emoji
                                All reactions
                                  * 👍 3 reactions
                              3 people reacted

                electron v44.0.0-beta.2

                              electron v44.0.0-beta.2 Pre-release
                              Pre-release
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 08 Aug 22:03
                              v44.0.0-beta.2
                              e49b2d5
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Note: This is a beta release. Please file new issues for any bugs you find in it.

                          This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@44.0.0-beta.2.

                          Release Notes for v44.0.0-beta.2

                          Fixes

                            * Fixed a crash report when the X server or Wayland compositor exits while an app is running. #52684 (Also in 42, 43)
                            * Fixed a crash when quickly switching menus while the app is under heavy load. #52672 (Also in 42, 43)
                            * Fixed a potential crash when notifying user activation before the primary main frame was live. #52698 (Also in 42, 43)

                          Other Changes

                            * Updated Chromium to 152.0.7977.30. #52637
                          Assets 64
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🎉 5 hudaynazarovbabageldi, nalinduash, A-Star100, zezo969, and altrofast11x2 reacted with hooray emoji
                                All reactions
                                  * 🎉 5 reactions
                              5 people reacted

                electron v44.0.0-beta.1

                              electron v44.0.0-beta.1 Pre-release
                              Pre-release
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 06 Aug 01:47
                              v44.0.0-beta.1
                              6060daa
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Note: This is a beta release. Please file new issues for any bugs you find in it.

                          This release is published to npm under the beta tag and can be installed via npm install electron@beta, or npm install electron@44.0.0-beta.1.

                          Release Notes for v44.0.0-beta.1

                          Features

                            * Added webFrameMain.printToPDF() to allow printing individual frames to PDF from the main process. #52625 (Also in 42, 43)
                            * Fixed an issue where getDisplayMedia({ audio: { restrictOwnAudio: true } }) was ignored in setDisplayMediaRequestHandler, causing loopback audio to include local app playback. #52534 (Also in 43)

                          Fixes

                            * Fixed a browser process crash that could occur during Windows logoff, shutdown, or restart. #52619 (Also in 42)
                            * Fixed the Linux system accent color intermittently not being applied (systemPreferences.getAccentColor() returning an empty string on some launches). #52574

                          Other Changes

                            * Improved the error message when an asar integrity check fails to name the entry that failed. #52624 (Also in 42, 43)

                          Unknown

                            * Removed openAsHidden option from app.setLoginItemSettings().
                                + Removed openAsHidden, wasOpenedAsHidden and restoreState fields from return value of app.getLoginItemSettings().
                                + Fixed potential deadlock inside app.getLoginItemSettings() on macOS. #52667
                          Assets 64
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 3 nalinduash, maciejcieslar, and zezo969 reacted with thumbs up emoji 👀 2 zezo969 and xiejinhui1989 reacted with eyes emoji
                                All reactions
                                  * 👍 3 reactions
                                  * 👀 2 reactions
                              4 people reacted

                electron v43.3.0

                              electron v43.3.0
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 04 Aug 18:52
                              v43.3.0
                              1aa21d2
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Release Notes for v43.3.0

                          Features

                            * Added available to process.getSystemMemoryInfo() on Linux, exposing proc/meminfo MemAvailable. #52379 (Also in 42, 44)

                          Fixes

                            * Fixed BrowserWindow size corruption on Windows when created with explicit x/y on a secondary monitor whose DPI differs from the primary. #52501 (Also in 42, 44)
                            * Fixed Dirent.parentPath being undefined for fs.readdir, fs.readdirSync, fs.glob, and fs.globSync with withFileTypes: true inside asar archives. #52505 (Also in 42, 44)
                            * Fixed dialog.showOpenDialog/dialog.showSaveDialog opening at an unusable location on Linux when defaultPath is a bare filename without a directory. #52401 (Also in 44)
                            * Fixed a UAF with protocol.registerStreamProtocol when an error is emitted during a read. #52514 (Also in 41, 42, 44)
                            * Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. #52510 (Also in 41, 42, 44)
                            * Fixed a graphical glitch on Linux where thin borders appeared past the drop shadows on frameless windows when multiple windows were created. #52607 (Also in 44)
                            * Fixed an issue where loading ICO files from ASAR archives on Windows left temporary icon files behind. #52478 (Also in 42, 44)
                            * Fixed an issue where some values passed into requestSingleInstanceLock could result in a crash. #52471 (Also in 44)

                          Other Changes

                            * Fixed bindings for MV3 service workers. #52503
                            * Improved the error message when an asar integrity check fails to name the entry that failed. #52622 (Also in 42, 44)
                            * Updated Chromium to 150.0.7871.212. #52524
                            * Updated Node.js to v24.18.1. #52552
                          Assets 78
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 6 A-Star100, maciejcieslar, L0user07, jstroh, abdullahmalikzada7715, and HelloWook reacted with thumbs up emoji ❤️ 2 abdullahmalikzada7715 and HelloWook reacted with heart emoji
                                All reactions
                                  * 👍 6 reactions
                                  * ❤️ 2 reactions
                              6 people reacted

                electron v42.8.1

                              electron v42.8.1
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 04 Aug 18:47
                              v42.8.1
                              fc77625
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Release Notes for v42.8.1

                          Fixes

                            * Fixed BrowserWindow size corruption on Windows when created with explicit x/y on a secondary monitor whose DPI differs from the primary. #52500 (Also in 43, 44)
                            * Fixed Dirent.parentPath being undefined for fs.readdir, fs.readdirSync, fs.glob, and fs.globSync with withFileTypes: true inside asar archives. #52506 (Also in 43, 44)
                            * Fixed a UAF with protocol.registerStreamProtocol when an error is emitted during a read. #52516 (Also in 41, 43, 44)
                            * Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. #52511 (Also in 41, 43, 44)

                          Other Changes

                            * Fixed a renderer crash when disabling device emulation while the main frame was not local. #52601
                            * Improved the error message when an asar integrity check fails to name the entry that failed. #52623 (Also in 43, 44)
                            * Updated Node.js to v24.18.1. #52551
                          Assets 78
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 3 ryanaxondev, ahndmal, and jstroh reacted with thumbs up emoji
                                All reactions
                                  * 👍 3 reactions
                              3 people reacted

                electron v41.10.4

                              electron v41.10.4
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 04 Aug 18:18
                              v41.10.4
                              b62f3fe
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Release Notes for v41.10.4

                          Fixes

                            * Fixed a UAF with protocol.registerStreamProtocol when an error is emitted during a read. #52513 (Also in 42, 43, 44)
                            * Fixed a crash that could occur when closing DevTools while the host WebContents was being destroyed. #52512 (Also in 42, 43, 44)
                            * Windows opened from links inside a sandboxed iframe now inherit the iframe's sandbox restrictions unless allow-popups-to-escape-sandbox is set. #52486 (Also in 42, 43)
                          Assets 78
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              🎉 1 nicocatxzc reacted with hooray emoji
                                All reactions
                                  * 🎉 1 reaction
                              1 person reacted

                electron v44.0.0-alpha.9

                              electron v44.0.0-alpha.9 Pre-release
                              Pre-release
                            Compare

                                  Choose a tag to compare

                                      Sorry, something went wrong.

                                Filter
                                  Loading

                                        Sorry, something went wrong.

                                          Uh oh!

                                          There was an error while loading. Please reload this page.

                                  No results found

                                View all tags
                              sudowoodo-release-bot released this 03 Aug 22:28
                              v44.0.0-alpha.9
                              eba8b90
                                      This commit was created on GitHub.com and signed with GitHub’s verified signature.
                                    GPG key ID: B5690EEEBB952194
                                      Verified
                                    Learn about vigilant mode.

                          Note: This is an alpha release. Please file new issues for any bugs you find in it.

                          This release is published to npm under the alpha tag and can be installed via npm install electron@alpha, or npm install electron@44.0.0-alpha.9.

                          Release Notes for v44.0.0-alpha.9

                          Fixes

                            * Fixed Window Controls Overlay caption buttons not rendering on Linux. #52580
                            * Fixed a graphical glitch on Linux where thin borders appeared past the drop shadows on frameless windows when multiple windows were created. #52606 (Also in 43)

                          Other Changes

                            * Updated Chromium to 152.0.7977.8. #52573
                            * Updated Node.js to v24.18.1. #52553
                          Assets 64
                            Loading

                                    Uh oh!

                                    There was an error while loading. Please reload this page.

                              👍 3 A-Star100, SageOfSixStacks, and maciejcieslar reacted with thumbs up emoji
                                All reactions
                                  * 👍 3 reactions
                              3 people reacted
                Previous 1 2 3 4 5 … 99 100 Next
                Previous Next

  Footer

      © 2026 GitHub, Inc.

    Footer navigation

      * Terms
      * Privacy
      * Security
      * Status
      * Community
      * Docs
      * Contact
      * Manage cookies
      * Do not share my personal information
    You can’t perform that action at this time.
현재 비교는 그래픽 방식이 아닌 텍스트 기준으로 수행되며, 최신 스크린샷만 제공됩니다.

스크린샷을 사용하려면 스크린샷을 지원하는 방식(Sockpuppetbrowser, Selenium 등)이 필요합니다.