Explorar el Código

Updates feature link

main
Ramin Tadayon hace 1 año
padre
commit
91865f1f83
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 79D60DDE3DFB95F5
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. +3
    -3
      CHANGELOG.md
  2. +2
    -2
      package.json

+ 3
- 3
CHANGELOG.md Ver fichero

@ -359,7 +359,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added ### Added
- ✨ Adds a preview of the all-new **Focus View**, a [GitLens+ feature](https://gitkraken.com/gitlens/plus-features) — provides you with a comprehensive list of all your most important work across your connected GitHub repos:
- ✨ Adds a preview of the all-new **Focus View**, a [GitLens+ feature](https://gitkraken.com/gitlens/pro-features) — provides you with a comprehensive list of all your most important work across your connected GitHub repos:
- My Pull Requests: shows all GitHub PRs opened by you, assigned to you, or awaiting your review - My Pull Requests: shows all GitHub PRs opened by you, assigned to you, or awaiting your review
- My Issues: shows all issues created by you, assigned to you, or that mention you - My Issues: shows all issues created by you, assigned to you, or that mention you
- Open it via _GitLens+: Show Focus View_ from the Command Palette - Open it via _GitLens+: Show Focus View_ from the Command Palette
@ -628,7 +628,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added ### Added
- ✨ Adds an all-new [**Commit Graph**](https://github.com/gitkraken/vscode-gitlens#commit-graph-), a [GitLens+ feature](https://gitkraken.com/gitlens/plus-features) — helps you to easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when
- ✨ Adds an all-new [**Commit Graph**](https://github.com/gitkraken/vscode-gitlens#commit-graph-), a [GitLens+ feature](https://gitkraken.com/gitlens/pro-features) — helps you to easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when
![Commit Graph illustration](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/commit-graph-illustrated.png) ![Commit Graph illustration](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/commit-graph-illustrated.png)
- Adds a [**Commit Details view**](https://github.com/gitkraken/vscode-gitlens#commit-details-view-) — provides rich details for commits and stashes - Adds a [**Commit Details view**](https://github.com/gitkraken/vscode-gitlens#commit-details-view-) — provides rich details for commits and stashes
- Contextually updates as you navigate: - Contextually updates as you navigate:
@ -863,7 +863,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- Adds (preview) VS Code for Web support! - Adds (preview) VS Code for Web support!
- Get the power and insights of GitLens for any GitHub repository directly in your browser on vscode.dev or github.dev - Get the power and insights of GitLens for any GitHub repository directly in your browser on vscode.dev or github.dev
- Introducing GitLens+ features — [learn about GitLens+ features](https://gitkraken.com/gitlens/plus-features)
- Introducing GitLens+ features — [learn about GitLens+ features](https://gitkraken.com/gitlens/pro-features)
- GitLens+ adds all-new, completely optional, features that enhance your current GitLens experience when you sign in with a free account. A free GitLens+ account gives you access to these new GitLens+ features on local and public repos, while a paid account allows you to use them on private repos. All other GitLens features will continue to be free without an account, so you won't lose access to any of the GitLens features you know and love, EVER. - GitLens+ adds all-new, completely optional, features that enhance your current GitLens experience when you sign in with a free account. A free GitLens+ account gives you access to these new GitLens+ features on local and public repos, while a paid account allows you to use them on private repos. All other GitLens features will continue to be free without an account, so you won't lose access to any of the GitLens features you know and love, EVER.
- Visual File History — a visual way to analyze and explore changes to a file - Visual File History — a visual way to analyze and explore changes to a file

+ 2
- 2
package.json Ver fichero

@ -14666,7 +14666,7 @@
{ {
"id": "gitlens.welcome.preview", "id": "gitlens.welcome.preview",
"title": "Previewing GitLens Pro", "title": "Previewing GitLens Pro",
"description": "During your preview, you have access to ✨ features on privately hosted repos. [Learn more](https://www.gitkraken.com/gitlens/plus-features)\n\n[Start Free Pro Trial](command:gitlens.plus.loginOrSignUp)\n\nStart a free Pro trial to get an additional 7 days.",
"description": "During your preview, you have access to ✨ features on privately hosted repos. [Learn more](https://www.gitkraken.com/gitlens/pro-features)\n\n[Start Free Pro Trial](command:gitlens.plus.loginOrSignUp)\n\nStart a free Pro trial to get an additional 7 days.",
"media": { "media": {
"markdown": "walkthroughs/welcome/preview.md" "markdown": "walkthroughs/welcome/preview.md"
}, },
@ -14675,7 +14675,7 @@
{ {
"id": "gitlens.welcome.trial", "id": "gitlens.welcome.trial",
"title": "Trialing GitLens Pro", "title": "Trialing GitLens Pro",
"description": "During your trial, you have access to ✨ features on privately hosted repos and ☁️ features based on the Pro plan. [Learn more](https://www.gitkraken.com/gitlens/plus-features)\n\n[Upgrade to Pro](command:gitlens.plus.purchase)",
"description": "During your trial, you have access to ✨ features on privately hosted repos and ☁️ features based on the Pro plan. [Learn more](https://www.gitkraken.com/gitlens/pro-features)\n\n[Upgrade to Pro](command:gitlens.plus.purchase)",
"media": { "media": {
"markdown": "walkthroughs/welcome/trial.md" "markdown": "walkthroughs/welcome/trial.md"
}, },

Cargando…
Cancelar
Guardar