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: michidk/telnet-zig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: violinmeng/telnet-zig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 11 files changed
  • 3 contributors

Commits on Aug 29, 2024

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

Commits on Feb 25, 2026

  1. Upgrade Zig from 0.13.0 to 0.14.0

    - Update build.zig.zon: name field to enum literal, add fingerprint,
      upgrade zig-clap dependency from 0.9.1 to 0.10.0
    - Fix std_options to use explicit std.Options type (0.14.0 requirement)
    - Fix opts.zig: handle optional positional args from zig-clap 0.10.0
    
    Co-authored-by: violinmeng <violinmeng@users.noreply.github.com>
    cursoragent and violinmeng committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    1c94068 View commit details
    Browse the repository at this point in the history
  2. Update version references and docs for Zig 0.14.0

    - Update README.md version reference from 0.13.0 to 0.14.0
    - Update CI workflows (build.yaml, test.yaml) from 0.11.0 to 0.14.0
    - Add AGENTS.md with Cursor Cloud development instructions
    
    Co-authored-by: violinmeng <violinmeng@users.noreply.github.com>
    cursoragent and violinmeng committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    45456fa View commit details
    Browse the repository at this point in the history
  3. Upgrade Zig from 0.14.0 to 0.15.2

    - build.zig: migrate to new Module-based API (createModule + root_module)
    - build.zig.zon: upgrade zig-clap from 0.10.0 to 0.11.0
    - client.zig: adapt to new buffered I/O (reader/writer require explicit
      buffers, use interface().takeByte() and interface.writeAll()/flush())
    - main.zig: use DebugAllocator, std.fs.File.stdin(), pass I/O buffers
    - opts.zig: use clap 0.11.0 API (reportToFile, helpToFile, usageToFile)
    
    Co-authored-by: violinmeng <violinmeng@users.noreply.github.com>
    cursoragent and violinmeng committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    b3a5fc6 View commit details
    Browse the repository at this point in the history
  4. Update version references to Zig 0.15.2

    - README.md, CI workflows, AGENTS.md: update version from 0.14.0 to 0.15.2
    
    Co-authored-by: violinmeng <violinmeng@users.noreply.github.com>
    cursoragent and violinmeng committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    9c1b781 View commit details
    Browse the repository at this point in the history
Loading