Eric Amodio
9759e5008c
Preps v9.0.3
6 years ago
Eric Amodio
a543a474e7
Fixes #576 - fails to load with older versions of git
6 years ago
Eric Amodio
b93790aa6c
Updates dependencies
6 years ago
Eric Amodio
5bd0f58c1a
Removes keybinding message as it is likely outdated at this point
6 years ago
Eric Amodio
fc20de9bfd
Removes unused usings
6 years ago
Eric Amodio
03d14fccf4
Changes to length === 0 for better safety
6 years ago
Eric Amodio
c1c8c7568e
Fixes regression causing copy message to clipboard to fail
6 years ago
Eric Amodio
7814d5e13d
Preps v9.0.2
6 years ago
Eric Amodio
857fb47dab
Fixes issues with external files over a Live Share session
6 years ago
Eric Amodio
e07bc76977
Fixes #565 - Submodules don't work properly
Missing repo in view, file and inline blame, etc
6 years ago
Eric Amodio
98d7716cc5
Fixes an issue where close repo command didn't work
6 years ago
Eric Amodio
ea92ba96eb
Adds protection against missing file names - related to #568
6 years ago
Eric Amodio
6a7b478d53
Updates CHANGELOG for #528 fix
6 years ago
Eric Amodio
dd49f8802c
Fixes #567 - limits code lens to be document level only for yaml
6 years ago
Eric Amodio
f656b881b2
Updates dependencies
6 years ago
Eric Amodio
1fc6ac322c
Closes #569 - Adds directory compare with head command
6 years ago
Eric Amodio
532b9c01c7
Fixes #528 - supports ~ in ssh path
6 years ago
Eric Amodio
62e169620c
Updates CodeStream tracking link
6 years ago
Eric Amodio
8248afb58e
Preps v9.0.1
6 years ago
Eric Amodio
59794e9e96
Fixes errors when listing history in repos without any tags
6 years ago
Eric Amodio
c993cfd83c
Update README date
6 years ago
Eric Amodio
6ac3128b71
Preps v9.0
Updates GitLens logo
Adds CodeStream sponsor
6 years ago
Eric Amodio
900d12b59d
Update BACKERS & adds CodeStream sponsor
6 years ago
Eric Amodio
02f35540fd
Adds recognition for Ash Clarke's contribution
6 years ago
Eric Amodio
625aa292b5
Handles *.dev.azure.com remotes
6 years ago
Ash Clarke
81033fba75
Update CHANGELOG.md
- Surround `😄 ` with code backticks, as this gets parsed in GitHub.
6 years ago
Eric Amodio
5693a58588
Revamps GitLens Welcome page
Moves Support GitLens up in README
Removes Support GitLens from Settings page
6 years ago
Eric Amodio
b7da064db6
Adds what's new notification if page is disabled
6 years ago
Eric Amodio
6483c19e7c
Adds smooth scrolling to settings jumps
6 years ago
Eric Amodio
edb0a17516
Fixes webview source maps
6 years ago
Eric Amodio
6bab295572
Updates to TypeScript 3.2.1
6 years ago
Eric Amodio
cf795a6280
Escapes . in regex
6 years ago
Eric Amodio
b1fbad5277
Removes unneeded webpack config
6 years ago
Eric Amodio
6ce00f6868
Adds branch and tag caching
6 years ago
Eric Amodio
e6712e1ae6
Closes #560 - Adds tag markers to all commit lists
Adds branch markers to all commit lists
6 years ago
Eric Amodio
a746c27b5f
Updates dependencies
6 years ago
Eric Amodio
fa4a2dd242
Adds recognition for Matt Cooper's contribution
6 years ago
Eric Amodio
a90934b9a8
Updates dependencies
6 years ago
Matt Cooper
6a9d81bfa2
Make Azure Pipelines use document scope
6 years ago
Eric Amodio
02fd965231
Downgrades to event-stream to 3.3.4 (recommended version)
https://github.com/dominictarr/event-stream/issues/116
6 years ago
Eric Amodio
315df9b3d1
Downgrades to event-stream to 3.3.5
https://github.com/dominictarr/event-stream/issues/116
6 years ago
Eric Amodio
ba87142853
Preps v9.0-beta - Updates Welcome, README, & CHANGELOG
6 years ago
Eric Amodio
a9ad6acf90
Updates documentation, welcome, & settings
6 years ago
Eric Amodio
840904dd5f
Fixes links
6 years ago
Eric Amodio
b6a3160624
Fixes links
6 years ago
Eric Amodio
a691254259
Fixes image sizes
6 years ago
Eric Amodio
681129dc6c
Hides the search view if GitLens is not enabled
6 years ago
Eric Amodio
68edc49e80
Adds protection for reversed ranges
6 years ago
Eric Amodio
0415c6426a
Changes many commands to be read-only when a guest
Adds whitelist for allowed git methods to be run on the host
6 years ago
Eric Amodio
9ccbae3521
Adds live share support
Keeps all path manipulation on the host rather than guest
Fixes shared/local path munging for mac/windows
Keeps current user lookup local when a guest
Keeps difftool lookup local when a guest
Avoids fetch date lookup when a guest
Stops clearing node_modules (for now)
6 years ago