Skip to content

Releases: Nick-Lucas/giterm

v0.20.3

08 Nov 13:36
Compare
Choose a tag to compare

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

07 Nov 23:29
Compare
Choose a tag to compare

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

02 Nov 14:01
fb2298e
Compare
Choose a tag to compare

Changes:

  • fb2298e Merge pull request #147 from Nick-Lucas/bug/143-first-commit [ #143 ]
  • b838bf3 Increment version
  • 7ad0c44 Improve handling of parent-less commits for diffs, and when switching to entirely different trees

This list of changes was auto generated.

v0.20.0

31 Oct 14:33
Compare
Choose a tag to compare

Changes:

  • 5815f73 v0.20.0 - add optimisation step for repository
  • 19ffe48 Merge pull request #145 from Nick-Lucas/feature/optimise-repos
  • e89a207 Optimise repo as soon as the CWD changes
  • 16063a7 Add git optimisation code

This list of changes was auto generated.

v0.19.0: Merge pull request #141 from Nick-Lucas/feature/git-workers

29 Oct 21:38
2a954f3
Compare
Choose a tag to compare

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

18 Oct 21:49
Compare
Choose a tag to compare

Changes:

  • 48d0827 0.18.2
  • 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.

Abandoned 0.18.1 release

18 Oct 20:44
7bc676f
Compare
Choose a tag to compare
Pre-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

17 Oct 22:17
b57d523
Compare
Choose a tag to compare

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

15 Oct 22:00
Compare
Choose a tag to compare

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

11 Oct 11:28
Compare
Choose a tag to compare

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.