Thanks to visit codestin.com
Credit goes to github.com

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: SilverGreen93/SharpPocketToolsGUI
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1
Choose a base ref
...
head repository: SilverGreen93/SharpPocketToolsGUI
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 5, 2024

  1. Update license

    SilverGreen93 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0d16e67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60d2ec3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb4cfac View commit details
    Browse the repository at this point in the history
  4. Fix GOSUB corner case

    The only function that can occur more times in a line is GOSUB.
    If there are multiple GOSUB calls, make sure to treat each one of them and replace the correct line number.
    
    There can also be a combination of GOSUBs and GOTO/THEN.
    SilverGreen93 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dc10059 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bbf3f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Bump version to 1.2

    SilverGreen93 committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    5281df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5bf9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68aed24 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c628f9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c7fb7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0267d7c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    2d4de80 View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.3

    SilverGreen93 committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    001c954 View commit details
    Browse the repository at this point in the history
  3. Add steps feature

    SilverGreen93 authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e120b57 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Fix program name with spaces

    Add quotes for `--name` to fix the case when the program name contains spaces.
    SilverGreen93 committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    0df6dea View commit details
    Browse the repository at this point in the history
  2. Bump version to 1.4

    SilverGreen93 committed Dec 20, 2025
    Configuration menu
    Copy the full SHA
    2be0f38 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2026

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