Releases: DonJayamanne/gitHistoryVSCode
Releases · DonJayamanne/gitHistoryVSCode
v0.6.10
- [fe22ab2] Version 0.6.10 - @ole1986
- [f797425] Support fetching commits for more than 1 branch (#532)
- [50ba3e0] support split show history and highlight filename (#582) - @cweijan
- [5e92a43] Allow vscode-resource to display images again (#584) - @ole1986
- [7fc7af4] Updated CHANGELOG.md - Github Actions - @ole1986
v0.6.9
v0.6.8
v0.6.7
v0.6.6
- [96c29c4] #561 (#562) - @ole1986
- [0b15420] An option to checkout the branch. but requires to update properly using git api (#551) - @ole1986
- [e6253f3] gren does not properly compare against previous version (gren > 0.17.1) - @ole1986
- [6a08dfb] Resolve issue with gren when using "on: push" github event - @ole1986
- [85775b7] Version 0.6.6 and npm audit fixup - @ole1986
- [109611d] Update node to version 12.8.* (#509)
- [cbe77d6] Use ts-loader for browser building (#544) - @ole1986
- [b7fc737] Updated CHANGELOG.md - Github Actions - @ole1986
v0.6.5
- [a6bf8c7] ups - @ole1986
- [1643c8d] Github Actions: use proper tag name when generating release notes - @ole1986
- [10d420d] generate release nots on push tags - @ole1986
- [1bb30cd] Possible fix for #542 (#543) - @ole1986
- [efb737a] Updated version to 0.6.5 - @ole1986
- [db97f61] Load dereferenced hashes for tags in chunks. (#541) - @damianfijorek
- [5a853a6] Updated CHANGELOG.md - Github Actions - @ole1986
v0.6.4
- [3fd1ffb] Version updated - @ole1986
- [163da0a] Setting to always prompt for repository picker (#540) - @ole1986
- [bdf75e0] Setting to display icon in scm toolbar (#535) - @Lej77
- [fd79059] use vsce package after vsce publish to make file available - @ole1986
- [c09266f] Updated CHANGELOG.md - Github Actions - @ole1986
v0.6.3
- [334c043] updated package.json to match version - @ole1986
- [ed206d5] use actions/checkout@v2 to allow git push on current (#533) - @ole1986
- [a13ea9d] Updated CHANGELOG.md - Github Actions - @ole1986
- [21009c9] Updated CHANGELOG.md - Github Actions - @ole1986
- [42a4238] Updated CHANGELOG.md - Github Actions - @ole1986
- [ff4cdc9] remove vsce-publish.yml from master branch to make sure it is not being used - @ole1986
- [3af6409] uups - @ole1986
- [52f4782] Updated CHANGELOG.md - Github Actions - @ole1986
- [aa12618] use version number from package.json in vsce-package.yml (#531) and generate changelog - @ole1986
- [216bd50] Updated CHANGELOG.md - Github Actions - @ole1986
- [bf48916] Add support for react storybook (#526)
- [4078b0d] vscode-test is a dev dependency (#527)
- [a2900cf] Minor perf improvements to fetching commits (#529)
- [3e4054f] Updated CHANGELOG.md - Github Actions - @ole1986
- [12b4899] Use
git tag v*andgit push --tagsto prerelease a version - @ole1986 - [150f201] Updated CHANGELOG.md - Github Actions - @ole1986
- [868d8e0] Always display icon in scm toolbar (#520)
- [61c2528] ignore prereleases in vsce-publish.yml - @ole1986
- [30e9ca5] Fixed #517 (#518) - @ole1986
- [c18d271] Move svg generator into separate location (#519)
- [1ed74ef] Format tsx using prettier/eslint (Fixes #511) (#512)
- [ea2fff5] Capture telemetry to detect feature usage and crashes (#516)
- [1c4bc1a] Support clicking entire row to view commit (Fixes #513) (#514)
- [f22511f] Get branches faster (fixes #492) (#507)
- [eed4bf2] Split jobs in PR (#505)
- [283f7dd] Add tests for getting commit count for a specific branch (#504)
- [91c1d19] Add tests for get list of branches and current branch (#498)
- [6d5035f] Fixes to getting total commit count (Fixes #499) (#500) - @ole1986
- [7578d58] VS Code tests using jest (#495)
- [a42056b] Ensure we wait for vscode.git to activate (#493)
- [f9cbf91] Use Symbol.for instead of Symbol, for equality (#497)
- [0489597] Ensure extension is always active (#494)
- [f026e09] Replace mocha with jest (#490)