Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aiscript-dev/aiscript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c0ca76f
Choose a base ref
...
head repository: aiscript-dev/aiscript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 171301c
Choose a head ref
  • 11 commits
  • 18 files changed
  • 5 contributors

Commits on Nov 26, 2025

  1. 1.3.0

    syuilo committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    d955375 View commit details
    Browse the repository at this point in the history
  2. Update aiscript.api.md

    syuilo committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    af1d6f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b688f2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f103d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Merge branch 'bugfix/1.2.1'

    takejohn committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    d6106b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    e1bc4b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2025

  1. fix: disallow null seed for gen_rng (#1015)

    * fix: disallow null seed for gen_rng
    
    * docs: add changelog
    
    * fix: remove VNull from return types
    
    * chore: reorder imports
    poppingmoon authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    776aca9 View commit details
    Browse the repository at this point in the history
  2. fix: update URL in help (#1016)

    * fix: update URL in help
    
    * docs: add changelog
    poppingmoon authored Dec 24, 2025
    Configuration menu
    Copy the full SHA
    5a2fd7e View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. fix: 重複キーをエラーにする (#1018)

    * Disallow duplicate key
    
    * changelog
    uzmoi authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    d8d9c09 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. feat: オブジェクトリテラルで省略記法を使用可能にする (#1023)

    * オブジェクトリテラル内で省略記法に対応
    
    * fix: isStaticが真ならショートハンド構文を無効化
    
    * fix: キーがIdentifierなときにのみ使用可能にする
    
    * fix lint
    uzmoi authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    b39ac83 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Fix: Math:gen_rngseednumを与え、options.algorithmchacha20を指定…

    …した或いは何も指定しなかった場合、`seed & 255`を内部的に`seed`としてしまう問題を修正。 (#1019)
    
    * * Fixed ChaCha20 could only generate 256 different seeds for number seed values.
    * Added `chacha20NumberSeedLegacyBehaviour` to restore the legacy behaviour (`false` by default)
    
    * Added test for new ChaCha20 seed generator behaviour.
    
    * Lint fixes
    
    * Added `chacha20-seed-unexpected-rounding-fix.md`.
    
    * Updated `chacha20-seed-unexpected-rounding-fix.md`
    
    * Update unreleased/chacha20-seed-unexpected-rounding-fix.md
    
    Co-authored-by: Take-John <takejohn@takejohn.jp>
    
    * Renamed `chacha20NumberSeedLegacyBehaviour` to `chacha20_number_seed_legacy_behavior`
    
    * Update unreleased/chacha20-seed-unexpected-rounding-fix.md
    
    Co-authored-by: Take-John <takejohn@takejohn.jp>
    
    ---------
    
    Co-authored-by: Take-John <takejohn@takejohn.jp>
    MineCake147E and takejohn authored Jan 19, 2026
    Configuration menu
    Copy the full SHA
    171301c View commit details
    Browse the repository at this point in the history
Loading