Eric Amodio
c34ed2d13f
Adds history explorer
před 6 roky
Eric Amodio
044e607b94
Adds settings to the settings editor
Adds the status bar reduce flashing setting
Adds the current line scrollable setting
před 6 roky
Eric Amodio
6563d4f177
Preps v8.2.0-beta
před 6 roky
Eric Amodio
249474139e
Adds rich tooltips to views
Fixes duplicate upstream node issue
Fixes results explorer node refreshing
před 6 roky
Eric Amodio
3dfdbd7c85
Adds scrollable setting to the current line annotation
Closes #149 , #290 , #265
před 6 roky
Eric Amodio
28b87cfc92
Refactors current line tracking
Splits currentLineController into:
lineAnnotationController - end of line annotation
lineHoverController - hovers to current line(s)
statusBarController - blame on the statusbar
před 6 roky
Eric Amodio
2ac71647cb
Fixes #309 - comparision commands terminology
před 6 roky
Eric Amodio
f2dd2b4c54
Fixes #312 - simplify date style switching
před 6 roky
Eric Amodio
e3ca5ee487
Fixes outdated schema of codeLens.scopesByLanguage
před 6 roky
Eric Amodio
6995b16f32
Preps v8.1.0
před 6 roky
Eric Amodio
c8cc8d54a8
Clarifies docs on gitlens.advanced.git
před 6 roky
Eric Amodio
b10f7391ed
Adds control over annotation toggling
Supports toggling annotations for each file individually or all files at once
Closes #289
před 6 roky
Eric Amodio
4ab0913e31
Changes WYSIWYG to interactive
před 6 roky
Eric Amodio
266b43b012
Closes #279 - removes selected from ancestor compare
Adds custom label support to result view
před 6 roky
Eric Amodio
a5b52c6ab0
Fixes #294 - standard key bindings conflict
Also fixes #286 , #227 , #219 , #186 , #151 , #104 , #75
před 6 roky
Eric Amodio
ee14b2f31e
Preps v8.0.1
před 6 roky
Eric Amodio
7a61eb1f40
Adds swap comparision command to results view
před 6 roky
Eric Amodio
3d994bd0cf
Adds compare working tree to branch/tag command
před 6 roky
Eric Amodio
da8a22f5d4
Adds push to commit terminal command
před 6 roky
Eric Amodio
b0ad5d1048
Consolidates commands using regex matching
Renames view items for regex matching
před 6 roky
Eric Amodio
0c2622291a
Adds release notes link to README
před 6 roky
Eric Amodio
dad0b86b06
Updates README
Update Welcome content
Updates logo (polish)
Adds scss sorting rules
před 6 roky
Eric Amodio
ebdbb1b12a
Adds teaser images
Adds Configuration section to README
před 7 roky
Eric Amodio
025a9f1b72
Adds paypal donation link
před 7 roky
Eric Amodio
53050bdf6d
Adds BACKERS.md
před 7 roky
Eric Amodio
5fd665b2a7
Closes #272 - adds option to reduce status bar flicker
před 7 roky
Eric Amodio
6c3716daf8
Preps v8.0.0
Closes #51 , Closes #167 , Closes #270
před 7 roky
Eric Amodio
45fc80a2cf
Renames overviewRuler highlight to overview
před 7 roky
Eric Amodio
004b1dc38e
Preps v8.0.0-rc
před 7 roky
Eric Amodio
3a6a00a4e9
Removes 'or not' from 'whether or not'
před 7 roky
Eric Amodio
147301ac05
Adds control over following renames
Adds advanced.fileHistoryFollowsRenames setting
Adds commands to set rename following to the GitLens explorer
před 7 roky
Eric Amodio
16d855a3a0
Updates the tree layout for branches
- Removes mix-tree support
- Avoids nesting on the current branch
- Caches basename
- Replaces folder icons with theme icons
- Folder icons will now follow the file icon theme used
- Fixes minor nitpicks
před 7 roky
Yukai Huang
4103381af1
Closes #258 - Adds tree-like layout to branches
Add folder icon
Implement branch folder
Implement branches.layout config option
Fix branch node ordering in Tree layout
Sort branch folder containing current branch correctly
- Add current getter method to BranchNode
- Implment a recursive findCurrent method on BranchFolderNode
Do not parse invalid branch name as branch folder
Expand current branch folder
před 7 roky
Eric Amodio
df95f53176
Adds show support section
Adds patreon links
před 7 roky
Eric Amodio
cd7a9ced38
Fixes typos
před 7 roky
Eric Amodio
e7e7eccb33
Refactors apps into a common base
Adds showWhatsNewAfterUpgrades setting
Removes messages.suppressUpdateNotice
Removes messages.suppressWelcomeNotice
před 7 roky
Eric Amodio
e78b2a1a38
Updates README
Updates all the screenshots
Updates welcome & settings
před 7 roky
Eric Amodio
d8f1ae0d54
Updates README (wip)
před 7 roky
Eric Amodio
81205e4c90
Renames GitLens view to GitLens Explorer
Adds settings for GitLens Results view
Adds layout settings for explorers
Adds not equals support
Updates README (wip)
před 7 roky
Eric Amodio
b180ecc1e2
Adds welcome & settings pages (wip)
před 7 roky
Eric Amodio
ad2bc4eb3b
Overhauls configuration
před 7 roky
Eric Amodio
279e122a92
Closes #267 - supports custom remotes with split paths
před 7 roky
Eric Amodio
68ec6e6263
Changes chorded keymap keys to avoid Windows issues
před 7 roky
Eric Amodio
f4cbd43377
Fixes README and CHANGELOG
před 7 roky
Eric Amodio
536cae05f3
Adds avatars to gutter and hover blame annotations
před 7 roky
Eric Amodio
9f40bf037a
Closes #112 - Adds blame support for unsaved files
Adds a static "container"
Adds a document tracker - replaces the context tracker
Adds a line tracker
Refactors all the things - better performance, lower overhead, less code, more separation of concerns, more maintainable (hopefully)
Changes dirty blame to only happen after a "idle" delay
Closes open file annotations on edit (too expensive to track changes)
před 7 roky
Eric Amodio
216eb6cad5
Renames Compare Selected Ancestor with Working
před 7 roky
Eric Amodio
4c0e843d8e
Changes formatting
před 7 roky
Eric Amodio
13c57d1485
Adds new terminal commands
Adds Merge Branch (via Terminal) command
Adds Rebase (Interactive) Branch (via Terminal) command
Adds Cherry Pick Commit (via Terminal) command
Adds Revert Commit (via Terminal) command
Adds Create Tag (via Terminal)... command
Adds Delete Tag (via Terminal) command
před 7 roky
Eric Amodio
54941e6068
Closes #240 - adds Compare Selected Base with Working command
Adds Compare with Working command
před 7 roky