Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forked and maintaining - Updated to go mod and updated xtermjs => 4.17 #329

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2022

  1. Update to go modules

    ```shell
    go mod init github.com/yudai/gotty
    g rm -r vendor/
    go mod tidy
    g rm -r Godeps/
    make gotty
    ```
    ghthor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ad8f09f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec68e2d View commit details
    Browse the repository at this point in the history
  3. Update module name

    ghthor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    179f2fa View commit details
    Browse the repository at this point in the history
  4. Rename module

    ghthor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    ef511da View commit details
    Browse the repository at this point in the history
  5. Execute go get -u

    ghthor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    f050474 View commit details
    Browse the repository at this point in the history
  6. Fix upstream module rename

    Also run `go get -u` again afterwards
    ghthor committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    0e16740 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab9ea2b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2022

  1. Update xterm libary to 4.17

    ghthor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    bba352a View commit details
    Browse the repository at this point in the history
  2. Update xterm libary to 4.17

    Mostly a copy and paste from this community patch.
    
    linka-cloud@aee8f00
    ghthor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    48b972d View commit details
    Browse the repository at this point in the history
  3. Update readme after forking

    ghthor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    09af487 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from ghthor/update-readme

    Update Readme and Xterm
    ghthor committed Feb 27, 2022
    Configuration menu
    Copy the full SHA
    d8c1de5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Add WebGL support

    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    84235c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    855c918 View commit details
    Browse the repository at this point in the history
  3. Update invocation of webpack

    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c19cfc7 View commit details
    Browse the repository at this point in the history
  4. Update Static assets

    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    19aa6f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from ghthor/enable-webgl

    Enable webgl
    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b9c9db2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    765000b View commit details
    Browse the repository at this point in the history
  7. Run make tsfmt and make test

    This formats all the go & ts files
    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    1de0cc6 View commit details
    Browse the repository at this point in the history
  8. Update static assets

    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    e39401b View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from ghthor/tsfmt

    Add `tsfmt` to Makefile and reformat all typscript
    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    d801d9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c31aadb View commit details
    Browse the repository at this point in the history
  11. Update README version

    ghthor committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    83f6254 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update xterm.js to v5.1.0

    ghthor committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    53628c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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

Commits on Nov 10, 2023

  1. [js] update xterm versions

    ghthor committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6cb6536 View commit details
    Browse the repository at this point in the history
  2. [go.mod] execute go get -u

    This appears to have fixed the rendering artifacts in the browser terminal
    ghthor committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a7bee1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f69e97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2969548 View commit details
    Browse the repository at this point in the history