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: anb0s/EasyShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0-beta.2
Choose a base ref
...
head repository: anb0s/EasyShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0-beta.3
Choose a head ref
  • 7 commits
  • 19 files changed
  • 2 contributors

Commits on Mar 30, 2022

  1. add column text selection support #249

    Signed-off-by: Andre Bossert <[email protected]>
    anb0s committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    62b6e95 View commit details
    Browse the repository at this point in the history
  2. warnings at main branch #253

    Signed-off-by: Andre Bossert <[email protected]>
    anb0s committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0a2f43c View commit details
    Browse the repository at this point in the history
  3. build badge is broken #254 enable build at main branch again ...

    ... and fix release badge
    
    Signed-off-by: Andre Bossert <[email protected]>
    anb0s committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    06fd698 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Restrict preferences page height #251

    thanks @laurentmuller
    
    Signed-off-by: Andre Bossert <[email protected]>
    anb0s committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    0be1e88 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. feat: add variables workspace_loc and workspace_loc_name

    Signed-off-by: Andre Bossert <[email protected]>
    anb0s committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    738ef06 View commit details
    Browse the repository at this point in the history
  2. feat: add new variables for relative location pathes to project and

    workspace
    
    - resource_loc_path: relative location path of file or directory (to
    workspace)
    - resource_project_path: relative path of file or directory (to project)
    - resource_project_loc_path: relative location path of file or directory
    (to project)
    - container_loc_path: relative location path of file's parent directory
    or directory itself (to workspace)
    - container_project_path: relative path of file's parent directory or
    directory itself (to project)
    - container_project_loc_path: relative location path of file's parent
    directory or directory itself (to project)
    - parent_loc_path: relative location path of parent directory (to
    workspace); for files it's equal to ${easyshell:container_loc_path}
    - parent_project_path: relative path of parent directory (to project);
    for files it's equal to ${easyshell:container_project_path}
    - parent_project_loc_path: relative location path of parent directory
    (to project); for files it's equal to
    ${easyshell:container_project_loc_path}
    - project_loc_name: location name (folder) of project
    - project_parent_loc: absolute path of project's parent
    - workspace_loc: absolute path of workspace
    - workspace_loc_name: location name (folder) of workspace
    
    Signed-off-by: Andre Bossert <[email protected]>
    anb0s committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    db36a6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7456493 View commit details
    Browse the repository at this point in the history
Loading