Releases: Nick-Lucas/giterm
Releases · Nick-Lucas/giterm
v0.20.3
Changes:
- 30fb93b Fix issue where NODE_ENV was not set in production, causing file loads to fail
This list of changes was auto generated.
v0.20.2
Changes:
- 5a160d0 Increment to 0.20.2
- 5445b59 Merge pull request #148 from Nick-Lucas/e2e-suite
- f53d3c5 Open up sidebar sections when they're closed, before validating against them
- ef9e578 Validate remotes
- 09283e1 Add support for validating tags
- bad7ff4 Add testing of created branches
- ef6a854 Remove dependence on knowing for sure what branch git creates as default
- e91916a Switch out assertions for single screen assertion
- f84fc9b Add UI validation abstraction
- e919ac7 WIP: check that elements exist
See More
- 29ae609 Fix failing test
- e7f3dc6 Switch to mac runner in case the port collision is OK here
- 1c86411 Force exit to avoid chromdriver hanging the test suite
- a2f2e4a Publish logs after failure
- a2a9598 Add chromedriveeer config
- 5b46cbf Add to azure pipelines
- 7674f05 Exclude giterm from unit testing in jest
- a988b1b Get tests running
- d919343 Finish moving tests into jest
- b579bfa Start incorporating jest as test runner
- 6b15486 Add 3 tests, second one is failing on empty repository
- ba6dbda Add e2e script which builds and boots giterm
- 3ce2c72 Add package
- 4632db7 Update readme
This list of changes was auto generated.
v0.20.1: Merge pull request #147 from Nick-Lucas/bug/143-first-commit
v0.20.0
v0.19.0: Merge pull request #141 from Nick-Lucas/feature/git-workers
Changes:
- 2a954f3 Merge pull request #141 from Nick-Lucas/feature/git-workers
- 474c6d5 Increment version
- 79426d9 Upgrade dependencies, fix dev tools, extract git Watcher to independent package
- 0e5feec Ban child_process in the renderer
- 643308e Move exec from getCWD into IPC call on main process
- 8703933 Upgrade to electron 11.5, move remote usage to @electron/remote
- e779b01 Add .todo doc
- df625cd Tidy up performance tracing
- 11306bd Replace all remaining spawn calls with IPC
- f12bfe4 Finish status
See More
- d291b4c Switch to using main process. Implement first invoke call to getStatus
- dc42832 Add hidden git worker window
- a4c13cd migrate main thread to typescript
This list of changes was auto generated.
v0.18.2
Abandoned 0.18.1 release
Changes:
- 7bc676f Merge pull request #140 from Nick-Lucas/bug/139-remote-branches-in-commits
- ab863f4 Increment version
- 1434f55 Fix mistake which caused purely remote branches to not display on the commits list
This list of changes was auto generated.
v0.18.0: Merge pull request #138 from Nick-Lucas/chore/tidy-up-diffing
Changes:
- b57d523 Merge pull request #138 from Nick-Lucas/chore/tidy-up-diffing
- a3fafb7 Increment version
- 56fe8eb Fix GitRefs layout issue where emoji are used in commit messages
- f78c503 Remove diff2html. You were awesome but Monaco is better for now ❤️
- 1b13eda Decouple line feeds in terminal from CWD refresh
- 6935477 Break out diff parsing from getStatus and parallelise file fetching
- c0072c8 Strip down DiffFile and DiffResult to exclude the meat of Diff2HTML. Index diff returned only via getStatus now.
- a4a9d8d Bring voer getFileText and rename methods
- 5aefb3a Move types out of GitDiff
- 52213e6 Break out git diff from Git.ts
See More
- 7629fc6 Merge pull request #134 from Nick-Lucas/chore/refactor-ref-loading
- aa131ac Fix styling
- 298c6e0 Simplify usae of performance measurements
- 4f3bd2e Migrate terminal to typescript
- cde3517 Upgrade terminal to typescript and update dependencies
- 539d3ee Add missing tsconfig specifier in gitgraph build
- dcb739d Fix type errors
- 6794e53 Complete typings for redux store
- da9693a Refactor store for better typing support
- bf511bc Fix linting errors
- 9fd4758 Add nohoist to site
- ff83b7e Decompose Commits loading and upgrade types across application
- 58a2792 Fix failing test
- 31a58d2 Fix bug where the first N branches were being deleted, where N is the size od the discard queue
- 6ce0f2a Fix status bar branch name
- 2001cd9 Updates types in sidebar views
- 99e1369 Fix types
- f44eefa Support types in Commits list
- 75cab3d Change branch loading to reject duplicate refs from remotes
- 19564cb Replace git branch & tag loading with ref iteration
This list of changes was auto generated.
v0.17.1
Changes:
- 07cb4e7 Change target icon to a tag icon
- 20e70bc Merge pull request #133 from Nick-Lucas/dev/feature/monaco-diff
- 005b9ea Add support for toggling inline/split view in diff view
- 4a6760a Increment version
- aa7a865 Make lower section controls clearer in diff view
- 4950c46 Update title based on diff view and add right-click support on diff files
- 57c545c Some cleaning up
- b88fb63 Add custom theme for monaco
- 3534dfa Hide +/- indicators against diff
- 8aa31d1 Implement diffing of real files
See More
- 21f70fb Fix syntax highlighting in Monaco, Fully upgrade Diff feature to typescript
- 78403eb Configure monaco's display defaults and fix lock file issue
- 70c68c5 Migrate Diff to tsx
- 325c7c0 Add working monaco editor as diff view
- 9daa94d Add monaco editor as diff view
This list of changes was auto generated.
v0.16.2
Changes:
- 4204c86 Apply git desync fix to getAllTags tests
- 1487538 Merge pull request #131 from Nick-Lucas/dev/bug/diff-bugs
- 5766af1 Up version number
- 1cadcbc Fix bugs in diff UI after state migration
- 0ecaea8 Support file rename case in diff
- 43ec1fb getStatus now correctly returns all normal Git states for files
- 70ff866 WIP: adding rename support to getStatus
- c0233eb Add getDiffFromIndex tests and flesh out implementation slightly
- 7901e70 Add simple diff cases to Git.test
- 8aebfe9 Fix multi-line output of modified file names
See More
- cbbe8c1 Migrate JSDoc comments to typescript definitions for diff methods
This list of changes was auto generated.