Logo
Explore ADCM Code Repository Help
Sign In
alexander.lyall/computing-box
1
0
Fork 0
You've already forked computing-box
Code Issues Pull Requests Actions Packages Projects Releases 30 Wiki Activity

30 Releases 32 Tags

  • v26.03.01-pre.version-2-rebase.bb8e0c1 bb8e0c1969
    Compare

    Computing:Box pre-release (Version-2-Rebase) v26.03.01
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 29s
    Details
    Pre-Release

    gitea-actions released this 2026-03-01 17:52:36 +00:00 | 65 commits to main since this release

    ⚠️ Pre-release build from branch Version-2-Rebase

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-01 17:53:06 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.01-pre.version-2-rebase.09e0499 09e0499ba3
    Compare

    Computing:Box pre-release (Version-2-Rebase) v26.03.01
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 31s
    Details
    Pre-Release

    gitea-actions released this 2026-03-01 17:30:41 +00:00 | 66 commits to main since this release

    ⚠️ Pre-release build from branch Version-2-Rebase

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-01 17:31:08 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.01-pre.version-2-rebase.7ecd065 7ecd065305
    Compare

    Computing:Box pre-release (Version-2-Rebase) v26.03.01
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 29s
    Details
    Pre-Release

    gitea-actions released this 2026-03-01 16:37:02 +00:00 | 67 commits to main since this release

    ⚠️ Pre-release build from branch Version-2-Rebase

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-01 16:37:30 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.01-pre.version-2-rebase.e0e72c1 e0e72c17e8
    Compare

    Computing:Box pre-release (Version-2-Rebase) v26.03.01
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 28s
    Details
    Pre-Release

    gitea-actions released this 2026-03-01 16:32:27 +00:00 | 68 commits to main since this release

    ⚠️ Pre-release build from branch Version-2-Rebase

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-01 16:32:54 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v25.12.26-pre.version-2-rebase.4facee9 4facee954c
    Compare

    Computing:Box pre-release (Version-2-Rebase) v25.12.26
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 24s
    Details
    Pre-Release

    gitea-actions released this 2025-12-26 22:46:58 +00:00 | 70 commits to main since this release

    ⚠️ Pre-release build from branch Version-2-Rebase

    [unreleased]

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      614 KiB
      2025-12-26 22:48:08 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.21.f 7a5d423dcb
    Compare

    Computing:Box v26.03.21.f Stable

    alexander.lyall released this | 36 commits to main since this release

    Changelog

    🐛 Fixes

    • Fix(release): exclude current tag from previous tag lookup and handle empty result

    • Exclude newly created tag from PREV_TAG detection to avoid self-referencing ranges

    • Add fallback to prevent workflow failure when no previous tag exists

    • Update Node version in workflow configuration

    • Fixed NAND Gate logic — lightbulb now correctly updates according to the truth table.

    • Fixed XNOR Gate logic — logic now correctly handles the logic for matching inputs.

    • Fixed Reset Functionality — lightbulbs and buttons now reset correctly across all gate types.

    • General Bug Fixes — Minor improvements in input toggle functions for better user experience.

    🚀 Release Notes

    This release marks the Wave 2 Beta of the CS:Box project, bringing support for all fundamental logic gates. This wave includes the NAND, NOR, XOR, and XNOR gates, which have been built with consistent logic, responsive lightbulb behavior, and proper input handling. This release also introduces major fixes to the reset functionality, ensuring that all gates reset properly when the reset button is pressed.

    New Features Include:

    • Full support for NAND, NOR, XOR, XNOR logic gates.
    • Input toggle buttons now work seamlessly for all gates.
    • Lightbulb status updates in real-time according to input changes.
    • Reset button now clears all input states and correctly resets the lightbulb status for each gate type.

    Looking Ahead:

    • Further UI improvements to make the interface more user-friendly.
    • Expanded testing to ensure accurate logic across all devices.

    Enjoy this latest version of CS:Box! 🚀

    Downloads
    • Computing:Box Website.zip
      2.6 MiB
      2026-03-21 23:13:56 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.21-pre.renovate-astro-6.x.3a624cb 3a624cb5cd
    Compare

    Computing:Box pre-release (renovate/astro-6.x) v26.03.21
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 37s
    Details
    Pre-Release

    alexander.lyall released this | 51 commits to main since this release

    ⚠️ Pre-release build from branch renovate/astro-6.x

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-21 21:48:39 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.10-pre.renovate-astro-5.x-lockfile.1b57ca7 1b57ca730d
    Compare

    Computing:Box pre-release (renovate/astro-5.x-lockfile) v26.03.10
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 29s
    Details
    Pre-Release

    alexander.lyall released this | 53 commits to main since this release

    ⚠️ Pre-release build from branch renovate/astro-5.x-lockfile

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-10 15:17:33 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.01.a 61b24dc309
    Compare

    Computing:Box v26.03.01.a
    All checks were successful
    Changelog + Release on main / changelog_and_release (push) Successful in 28s
    Details
    Stable

    alexander.lyall released this | 54 commits to main since this release

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-01 18:26:37 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v26.03.01-pre.version-2-rebase.ffab71c ffab71cfcc
    Compare

    Computing:Box pre-release (Version-2-Rebase) v26.03.01
    All checks were successful
    Pre-release on non-main branches / prerelease (push) Successful in 27s
    Details
    Pre-Release

    alexander.lyall released this | 69 commits to main since this release

    ⚠️ Pre-release build from branch Version-2-Rebase

    [25.12.26-pre.version-2-rebase.4facee9] - 2025-12-26

    🚀 Features

    • (v2-alpha) Refactor binary simulator and introduce shared site layout
    • (v2-alpha) Add collapsible toolbox and refine binary simulator layout

    💼 Other

    • Alexander Lyall alex@adcm.uk
    Downloads
    • Computing:Box Website.zip
      615 KiB
      2026-03-01 16:23:25 +00:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 Next Last
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API