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: taviso/123elf
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0rc4
Choose a base ref
...
head repository: taviso/123elf
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on May 26, 2023

  1. Copy the full SHA
    8a7992a View commit details
  2. implement @SYSTEM function

    This allows you to collect the output of commands in cells. Previously
    This had to be done with a macro, but it's very convenient to write
    @value(@System("query value")).
    taviso committed May 26, 2023
    Copy the full SHA
    5660440 View commit details
  3. Copy the full SHA
    a934d48 View commit details
  4. Copy the full SHA
    df948dd View commit details

Commits on Sep 8, 2023

  1. fix loading large combined ranges

    If you save and retrieve a large combined range, 123 might forget the
    status due to an address calculation error. This fixes that, and
    adds a test for it.
    taviso committed Sep 8, 2023
    Copy the full SHA
    9f0df59 View commit details
Loading