Browse Source

Changes internal commands, etc to plus

main
Eric Amodio 2 years ago
parent
commit
b3aee58b76
27 changed files with 186 additions and 190 deletions
  1. +66
    -66
      package.json
  2. +14
    -14
      src/constants.ts
  3. +2
    -2
      src/premium/subscription/subscriptionService.ts
  4. +2
    -2
      src/storage.ts
  5. +1
    -1
      src/webviews/apps/home/partials/links.html
  6. +6
    -6
      src/webviews/apps/home/partials/state.free-preview-expired.html
  7. +6
    -6
      src/webviews/apps/home/partials/state.free-preview.html
  8. +6
    -6
      src/webviews/apps/home/partials/state.free.html
  9. +3
    -3
      src/webviews/apps/home/partials/state.paid.html
  10. +3
    -3
      src/webviews/apps/home/partials/state.plus-trial-expired.html
  11. +5
    -5
      src/webviews/apps/home/partials/state.plus-trial.html
  12. +2
    -4
      src/webviews/apps/home/partials/state.verify-email.html
  13. +5
    -5
      src/webviews/apps/premium/timeline/partials/state.free-preview-expired.html
  14. +6
    -6
      src/webviews/apps/premium/timeline/partials/state.free.html
  15. +4
    -4
      src/webviews/apps/premium/timeline/partials/state.plus-trial-expired.html
  16. +2
    -4
      src/webviews/apps/premium/timeline/partials/state.verify-email.html
  17. +1
    -1
      src/webviews/apps/welcome/welcome.html
  18. +1
    -1
      walkthroughs/plus/1-intro.md
  19. +0
    -0
      walkthroughs/plus/2-worktrees.md
  20. +0
    -0
      walkthroughs/plus/3-visual-file-history.md
  21. +0
    -0
      walkthroughs/plus/4-coming-soon.md
  22. +0
    -0
      walkthroughs/plus/5-try-now.md

+ 66
- 66
package.json View File

@ -65,12 +65,12 @@
"onView:gitlens.views.worktrees",
"onWebviewPanel:gitlens.welcome",
"onWebviewPanel:gitlens.settings",
"onCommand:gitlens.premium.learn",
"onCommand:gitlens.premium.loginOrSignUp",
"onCommand:gitlens.premium.logout",
"onCommand:gitlens.premium.startPreviewTrial",
"onCommand:gitlens.premium.manage",
"onCommand:gitlens.premium.purchase",
"onCommand:gitlens.plus.learn",
"onCommand:gitlens.plus.loginOrSignUp",
"onCommand:gitlens.plus.logout",
"onCommand:gitlens.plus.startPreviewTrial",
"onCommand:gitlens.plus.manage",
"onCommand:gitlens.plus.purchase",
"onCommand:gitlens.getStarted",
"onCommand:gitlens.showSettingsPage",
"onCommand:gitlens.showSettingsPage#views",
@ -3261,7 +3261,7 @@
"scope": "window",
"order": 50
},
"gitlens.premiumFeatures.enabled": {
"gitlens.plusFeatures.enabled": {
"type": "boolean",
"default": true,
"markdownDescription": "Specifies whether to enable premium features",
@ -3614,47 +3614,47 @@
],
"commands": [
{
"command": "gitlens.premium.learn",
"command": "gitlens.plus.learn",
"title": "Learn about Premium Features",
"category": "GitLens"
},
{
"command": "gitlens.premium.loginOrSignUp",
"command": "gitlens.plus.loginOrSignUp",
"title": "Sign In (for premium features)...",
"category": "GitLens Premium"
},
{
"command": "gitlens.premium.logout",
"command": "gitlens.plus.logout",
"title": "Disconnect Account",
"category": "GitLens Premium"
},
{
"command": "gitlens.premium.startPreviewTrial",
"command": "gitlens.plus.startPreviewTrial",
"title": "Try Premium Features Now",
"category": "GitLens Premium"
},
{
"command": "gitlens.premium.manage",
"command": "gitlens.plus.manage",
"title": "Manage Your Account...",
"category": "GitLens Premium"
},
{
"command": "gitlens.premium.purchase",
"command": "gitlens.plus.purchase",
"title": "Upgrade Your Account...",
"category": "GitLens Premium"
},
{
"command": "gitlens.premium.hide",
"command": "gitlens.plus.hide",
"title": "Hide Premium Features...",
"category": "GitLens Premium"
},
{
"command": "gitlens.premium.restore",
"command": "gitlens.plus.restore",
"title": "Restore Premium Features...",
"category": "GitLens Premium"
},
{
"command": "gitlens.premium.reset",
"command": "gitlens.plus.reset",
"title": "Reset...",
"category": "GitLens Premium"
},
@ -5958,31 +5958,31 @@
"menus": {
"commandPalette": [
{
"command": "gitlens.premium.loginOrSignUp",
"command": "gitlens.plus.loginOrSignUp",
"when": "!gitlens:premium"
},
{
"command": "gitlens.premium.logout",
"command": "gitlens.plus.logout",
"when": "gitlens:premium"
},
{
"command": "gitlens.premium.startPreviewTrial",
"command": "gitlens.plus.startPreviewTrial",
"when": "!gitlens:premium"
},
{
"command": "gitlens.premium.manage",
"command": "gitlens.plus.manage",
"when": "gitlens:premium"
},
{
"command": "gitlens.premium.hide",
"when": "config.gitlens.premiumFeatures.enabled"
"command": "gitlens.plus.hide",
"when": "config.gitlens.plusFeatures.enabled"
},
{
"command": "gitlens.premium.restore",
"when": "!config.gitlens.premiumFeatures.enabled"
"command": "gitlens.plus.restore",
"when": "!config.gitlens.plusFeatures.enabled"
},
{
"command": "gitlens.premium.reset",
"command": "gitlens.plus.reset",
"when": "gitlens:debugging"
},
{
@ -10670,32 +10670,32 @@
{
"view": "gitlens.views.worktrees",
"contents": "[Create Worktree...](command:gitlens.views.createWorktree)",
"when": "gitlens:premium:allowed"
"when": "gitlens:plus:allowed"
},
{
"view": "gitlens.views.worktrees",
"contents": "Please verify your email\n\nTo use Worktrees, please verify the email for the account you created.\n\n[Resend verification email](command:gitlens.premium.resendVerification)\n\n[Refresh verification status](command:gitlens.premium.validate)",
"when": "gitlens:premium:state == -1"
"contents": "Please verify your email\n\nTo use Worktrees, please verify the email for the account you created.\n\n[Resend verification email](command:gitlens.plus.resendVerification)\n\n[Refresh verification status](command:gitlens.plus.validate)",
"when": "gitlens:plus:state == -1"
},
{
"view": "gitlens.views.worktrees",
"contents": "Try worktrees now, without an account, for 3 days on public and private repos, or [sign in](command:gitlens.premium.loginOrSignUp \"Sign in now\") for unlimited use on public repos.\n\n[Try worktrees now](command:gitlens.premium.startPreviewTrial)",
"when": "gitlens:premium:state == 0"
"contents": "Try worktrees now, without an account, for 3 days on public and private repos, or [sign in](command:gitlens.plus.loginOrSignUp \"Sign in now\") for unlimited use on public repos.\n\n[Try worktrees now](command:gitlens.plus.startPreviewTrial)",
"when": "gitlens:plus:state == 0"
},
{
"view": "gitlens.views.worktrees",
"contents": "Sign in to use worktrees and other premium features on public repos and get a free 7-day trial for both public and private repos.\n\n[Sign in](command:gitlens.premium.loginOrSignUp)",
"when": "gitlens:premium:state == 2"
"contents": "Sign in to use worktrees and other premium features on public repos and get a free 7-day trial for both public and private repos.\n\n[Sign in](command:gitlens.plus.loginOrSignUp)",
"when": "gitlens:plus:state == 2"
},
{
"view": "gitlens.views.worktrees",
"contents": "[Upgrade your account](command:gitlens.premium.purchase)",
"when": "gitlens:premium:state == 4"
"contents": "[Upgrade your account](command:gitlens.plus.purchase)",
"when": "gitlens:plus:state == 4"
},
{
"view": "gitlens.views.worktrees",
"contents": "✨ Worktrees are a [premium feature](command:gitlens.premium.learn) which can be used on public repos with a [free account](command:gitlens.premium.loginOrSignUp) and private repos with a [paid account](command:gitlens.premium.purchase).\n\n🛈 Non-premium features can always be used on any repo.",
"when": "gitlens:premium:state > -1"
"contents": "✨ Worktrees are a [premium feature](command:gitlens.plus.learn) which can be used on public repos with a [free account](command:gitlens.plus.loginOrSignUp) and private repos with a [paid account](command:gitlens.plus.purchase).\n\n🛈 Non-premium features can always be used on any repo.",
"when": "gitlens:plus:state > -1"
}
],
"views": {
@ -10704,7 +10704,7 @@
"type": "webview",
"id": "gitlens.views.home",
"name": "Home",
"when": "!gitlens:disabled && config.gitlens.premiumFeatures.enabled",
"when": "!gitlens:disabled && config.gitlens.plusFeatures.enabled",
"contextualTitle": "GitLens",
"icon": "images/gitlens-activitybar.svg",
"visibility": "visible"
@ -10715,7 +10715,7 @@
"type": "webview",
"id": "gitlens.views.timeline",
"name": "Visual File History",
"when": "!gitlens:disabled && config.gitlens.premiumFeatures.enabled",
"when": "!gitlens:disabled && config.gitlens.plusFeatures.enabled",
"contextualTitle": "GitLens",
"icon": "images/views/history.svg",
"visibility": "visible"
@ -10789,7 +10789,7 @@
{
"id": "gitlens.views.worktrees",
"name": "Worktrees",
"when": "!gitlens:disabled && !gitlens:hasVirtualFolders && config.gitlens.premiumFeatures.enabled",
"when": "!gitlens:disabled && !gitlens:hasVirtualFolders && config.gitlens.plusFeatures.enabled",
"contextualTitle": "GitLens",
"icon": "images/views/worktrees.svg",
"visibility": "collapsed"
@ -10909,7 +10909,7 @@
{
"id": "gitlens.welcome.premium",
"title": "✨ Premium features",
"description": "New premium features like Visual File History and Worktrees are now available in GitLens.\n\n[Learn about Premium Features](command:gitlens.premium.learn?false \"Opens the GitLens Premium Features walkthrough\")",
"description": "New premium features like Visual File History and Worktrees are now available in GitLens.\n\n[Learn about Premium Features](command:gitlens.plus.learn?false \"Opens the GitLens Premium Features walkthrough\")",
"media": {
"markdown": "walkthroughs/getting-started/12-premium-features.md"
}
@ -10917,77 +10917,77 @@
]
},
{
"id": "gitlens.premium",
"id": "gitlens.plus",
"title": "GitLens Premium Features",
"description": "Get even more out of GitLens in VS Code!",
"steps": [
{
"id": "gitlens.premium.intro.tryNow",
"id": "gitlens.plus.intro.tryNow",
"title": "Introducing premium features",
"description": "Try premium features now, without an account, for 3 days.\n\n[Try premium features now](command:gitlens.premium.startPreviewTrial)",
"description": "Try premium features now, without an account, for 3 days.\n\n[Try premium features now](command:gitlens.plus.startPreviewTrial)",
"media": {
"markdown": "walkthroughs/premium-features/1-intro.md"
"markdown": "walkthroughs/plus/1-intro.md"
},
"when": "gitlens:premium:state == 0"
"when": "gitlens:plus:state == 0"
},
{
"id": "gitlens.premium.intro.signIn",
"id": "gitlens.plus.intro.signIn",
"title": "Introducing premium features",
"description": "Sign in for an additional 7 day trial of premium features.\n\n[Sign in](command:gitlens.premium.loginOrSignUp)",
"description": "Sign in for an additional 7 day trial of premium features.\n\n[Sign in](command:gitlens.plus.loginOrSignUp)",
"media": {
"markdown": "walkthroughs/premium-features/1-intro.md"
"markdown": "walkthroughs/plus/1-intro.md"
},
"when": "gitlens:premium:state == 1 || gitlens:premium:state == 2"
"when": "gitlens:plus:state == 1 || gitlens:plus:state == 2"
},
{
"id": "gitlens.premium.intro",
"id": "gitlens.plus.intro",
"title": "Introducing premium features",
"media": {
"markdown": "walkthroughs/premium-features/1-intro.md"
"markdown": "walkthroughs/plus/1-intro.md"
},
"when": "gitlens:premium:state > 2"
"when": "gitlens:plus:state > 2"
},
{
"id": "gitlens.premium.visualFileHistory",
"id": "gitlens.plus.visualFileHistory",
"title": "Visualize file history",
"description": "A more visual way to analyze and explore changes made to a file.\n\n[Open Visual File History view](command:gitlens.showTimelineView)",
"media": {
"markdown": "walkthroughs/premium-features/3-visual-file-history.md"
"markdown": "walkthroughs/plus/3-visual-file-history.md"
}
},
{
"id": "gitlens.premium.worktrees",
"id": "gitlens.plus.worktrees",
"title": "Do more with Worktrees",
"description": "Create worktrees to allow multiple branches to be checked-out at once on the same repository.\n\n[Open Worktrees view](command:gitlens.showWorktreesView)",
"media": {
"markdown": "walkthroughs/premium-features/2-worktrees.md"
"markdown": "walkthroughs/plus/2-worktrees.md"
}
},
{
"id": "gitlens.premium.comingSoon",
"id": "gitlens.plus.comingSoon",
"title": "More coming soon",
"description": "Stay tuned!",
"media": {
"markdown": "walkthroughs/premium-features/4-coming-soon.md"
"markdown": "walkthroughs/plus/4-coming-soon.md"
}
},
{
"id": "gitlens.premium.tryNow",
"id": "gitlens.plus.tryNow",
"title": "Try premium features now",
"description": "Try premium features now, without an account, for 3 days.\n\n[Try premium features now](command:gitlens.premium.startPreviewTrial)",
"description": "Try premium features now, without an account, for 3 days.\n\n[Try premium features now](command:gitlens.plus.startPreviewTrial)",
"media": {
"markdown": "walkthroughs/premium-features/5-try-now.md"
"markdown": "walkthroughs/plus/5-try-now.md"
},
"when": "gitlens:premium:state == 0"
"when": "gitlens:plus:state == 0"
},
{
"id": "gitlens.premium.signIn",
"id": "gitlens.plus.signIn",
"title": "Extend your premium features trial",
"description": "Sign in for an additional 7 day trial of premium features.\n\n[Sign in](command:gitlens.premium.loginOrSignUp)",
"description": "Sign in for an additional 7 day trial of premium features.\n\n[Sign in](command:gitlens.plus.loginOrSignUp)",
"media": {
"markdown": "walkthroughs/premium-features/5-try-now.md"
"markdown": "walkthroughs/plus/5-try-now.md"
},
"when": "gitlens:premium:state == 1 || gitlens:premium:state == 2"
"when": "gitlens:plus:state == 1 || gitlens:plus:state == 2"
}
]
}

+ 14
- 14
src/constants.ts View File

@ -137,17 +137,17 @@ export const enum Commands {
GitCommandsSwitch = 'gitlens.gitCommands.switch',
GitCommandsTag = 'gitlens.gitCommands.tag',
GitCommandsWorktree = 'gitlens.gitCommands.worktree',
PremiumHide = 'gitlens.premium.hide',
PremiumLearn = 'gitlens.premium.learn',
PremiumLoginOrSignUp = 'gitlens.premium.loginOrSignUp',
PremiumLogout = 'gitlens.premium.logout',
PremiumManage = 'gitlens.premium.manage',
PremiumPurchase = 'gitlens.premium.purchase',
PremiumResendVerification = 'gitlens.premium.resendVerification',
PremiumRestore = 'gitlens.premium.restore',
PremiumShowPlans = 'gitlens.premium.showPlans',
PremiumStartPreviewTrial = 'gitlens.premium.startPreviewTrial',
PremiumValidate = 'gitlens.premium.validate',
PremiumHide = 'gitlens.plus.hide',
PremiumLearn = 'gitlens.plus.learn',
PremiumLoginOrSignUp = 'gitlens.plus.loginOrSignUp',
PremiumLogout = 'gitlens.plus.logout',
PremiumManage = 'gitlens.plus.manage',
PremiumPurchase = 'gitlens.plus.purchase',
PremiumResendVerification = 'gitlens.plus.resendVerification',
PremiumRestore = 'gitlens.plus.restore',
PremiumShowPlans = 'gitlens.plus.showPlans',
PremiumStartPreviewTrial = 'gitlens.plus.startPreviewTrial',
PremiumValidate = 'gitlens.plus.validate',
QuickOpenFileHistory = 'gitlens.quickOpenFileHistory',
RefreshHover = 'gitlens.refreshHover',
ResetAvatarCache = 'gitlens.resetAvatarCache',
@ -258,9 +258,9 @@ export const enum ContextKeys {
Vsls = 'gitlens:vsls',
Premium = 'gitlens:premium',
PremiumAllowed = 'gitlens:premium:allowed',
PremiumRequired = 'gitlens:premium:required',
PremiumState = 'gitlens:premium:state',
PremiumAllowed = 'gitlens:plus:allowed',
PremiumRequired = 'gitlens:plus:required',
PremiumState = 'gitlens:plus:state',
}
export const enum CoreCommands {

+ 2
- 2
src/premium/subscription/subscriptionService.ts View File

@ -181,7 +181,7 @@ export class SubscriptionService implements Disposable {
configuration.updateEffective('premiumFeatures.enabled', true),
),
commands.registerCommand('gitlens.premium.reset', () => this.logout(true)),
commands.registerCommand('gitlens.plus.reset', () => this.logout(true)),
];
}
@ -192,7 +192,7 @@ export class SubscriptionService implements Disposable {
@debug()
learn(openToSide: boolean = true): void {
void openWalkthrough(this.container.context.extension.id, 'gitlens.premium', undefined, openToSide);
void openWalkthrough(this.container.context.extension.id, 'gitlens.plus', undefined, openToSide);
}
@gate()

+ 2
- 2
src/storage.ts View File

@ -74,8 +74,8 @@ export const enum StorageKeys {
PendingWhatsNewOnFocus = 'gitlens:pendingWhatsNewOnFocus',
Version = 'gitlens:version',
PremiumSubscription = 'gitlens:premium:subscription',
PremiumPreview = 'gitlens:premium:preview',
PremiumSubscription = 'gitlens:plus:subscription',
PremiumPreview = 'gitlens:plus:preview',
Deprecated_Version = 'gitlensVersion',
}

+ 1
- 1
src/webviews/apps/home/partials/links.html View File

@ -8,7 +8,7 @@
<a href="command:gitlens.getStarted" appearance="secondary">Walkthrough</a>
</li>
<li>
<a href="command:gitlens.premium.learn" appearance="secondary">Premium features walkthrough</a>
<a href="command:gitlens.plus.learn" appearance="secondary">Premium features walkthrough</a>
</li>
<li>
<a href="command:gitlens.showWelcomePage?%22quick-setup%22" appearance="secondary"

+ 6
- 6
src/webviews/apps/home/partials/state.free-preview-expired.html View File

@ -3,21 +3,21 @@
<h3>Continue using Premium Features</h3>
<p>
Your
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> trial
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium features</a> trial
has ended. Don't worry, non-premium features are always accessible.
</p>
<p>
Sign in to use premium features on public repos and get an <b>additional 7-day free trial</b> for both
public and private repos.
</p>
<vscode-button data-action="command:gitlens.premium.loginOrSignUp">Sign in</vscode-button>
<vscode-button data-action="command:gitlens.plus.loginOrSignUp">Sign in</vscode-button>
<p>
Or, <a title="Upgrade your account" href="command:gitlens.premium.purchase">upgrade your account</a> to use
Or, <a title="Upgrade your account" href="command:gitlens.plus.purchase">upgrade your account</a> to use
premium features on both public and private repos.
</p>
<h3>Premium Features (Optional)</h3>
<p>
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are
<a title="Learn more about premium features" href="command:gitlens.plus.learn">Premium features</a> are
all-new, completely optional, features that enhance your current GitLens experience when you sign with an
account.
</p>
@ -35,7 +35,7 @@
The
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
>Visual File History</a
>
allows you to quickly see the evolution of a file, including when changes were made, how large they were,
@ -46,7 +46,7 @@
<p class="feature-desc">
<a
title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
>Worktrees</a
>
allow you to easily work on different branches of a repository simultaneously.

+ 6
- 6
src/webviews/apps/home/partials/state.free-preview.html View File

@ -3,17 +3,17 @@
<h3>Trying GitLens Premium Features</h3>
<p>
You have <span data-bind="previewDays">3 days</span> left in your
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a>
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium features</a>
trial. Once your trial ends, you'll need a free account to continue using premium features on public repos.
</p>
<vscode-button data-action="command:gitlens.premium.loginOrSignUp">Sign in</vscode-button>
<vscode-button data-action="command:gitlens.plus.loginOrSignUp">Sign in</vscode-button>
<p>
Or, <a title="Upgrade your account" href="command:gitlens.premium.purchase">upgrade your account</a> to use
Or, <a title="Upgrade your account" href="command:gitlens.plus.purchase">upgrade your account</a> to use
premium features on both public and private repos.
</p>
<h3>Premium Features (Optional)</h3>
<p>
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are
<a title="Learn more about premium features" href="command:gitlens.plus.learn">Premium features</a> are
all-new, completely optional, features that enhance your current GitLens experience when you sign with an
account.
</p>
@ -31,7 +31,7 @@
The
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
>Visual File History</a
>
allows you to quickly see the evolution of a file, including when changes were made, how large they were,
@ -42,7 +42,7 @@
<p class="feature-desc">
<a
title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
>Worktrees</a
>
allow you to easily work on different branches of a repository simultaneously.

+ 6
- 6
src/webviews/apps/home/partials/state.free.html View File

@ -2,7 +2,7 @@
<section>
<h3>Introducing Premium Features (Optional)</h3>
<p>
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are
<a title="Learn more about premium features" href="command:gitlens.plus.learn">Premium features</a> are
all-new, completely optional, features that enhance your current GitLens experience when you sign with an
account.
</p>
@ -10,12 +10,12 @@
<i class="codicon codicon-info"></i>&nbsp;Non-premium features are always accessible, without an account,
and will continue to evolve and be invested in.
</p>
<vscode-button data-action="command:gitlens.premium.startPreviewTrial">Try premium features now</vscode-button>
<vscode-button data-action="command:gitlens.plus.startPreviewTrial">Try premium features now</vscode-button>
<p style="margin-bottom: 1rem">
Try
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> now,
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium features</a> now,
without an account, for 3 days on public and private repos, or
<a title="Sign in now" href="command:gitlens.premium.loginOrSignUp">sign in</a> for unlimited use on public
<a title="Sign in now" href="command:gitlens.plus.loginOrSignUp">sign in</a> for unlimited use on public
repos.
</p>
<h4>Visual File History</h4>
@ -28,7 +28,7 @@
The
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
>Visual File History</a
>
allows you to quickly see the evolution of a file, including when changes were made, how large they were,
@ -39,7 +39,7 @@
<p class="feature-desc">
<a
title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
>Worktrees</a
>
allow you to easily work on different branches of a repository simultaneously.

+ 3
- 3
src/webviews/apps/home/partials/state.paid.html View File

@ -4,11 +4,11 @@
<p>Thank you for purchasing <span data-bind="plan">GitLens Pro</span>!</p>
<p>
Your <span data-bind="plan">GitLens Pro</span> account gives you access to use
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> for
both public and private repos.
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium features</a> for both
public and private repos.
</p>
<p>
<a title="Manage your account" href="command:gitlens.premium.manage">Manage your account</a>
<a title="Manage your account" href="command:gitlens.plus.manage">Manage your account</a>
</p>
</section>
</template>

+ 3
- 3
src/webviews/apps/home/partials/state.plus-trial-expired.html View File

@ -3,14 +3,14 @@
<h3>GitLens Free+</h3>
<p>
Your Free+ account gives you access to use
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> on
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium features</a> on
public repos.
</p>
<p>
<a title="Manage your account" href="command:gitlens.premium.manage">Manage your account</a>
<a title="Manage your account" href="command:gitlens.plus.manage">Manage your account</a>
</p>
<p>Upgrade your account for access to both public and private repos.</p>
<vscode-button data-action="command:gitlens.premium.purchase">Upgrade your account</vscode-button>
<vscode-button data-action="command:gitlens.plus.purchase">Upgrade your account</vscode-button>
<p>
<i class="codicon codicon-info"></i>&nbsp;Non-premium features are always accessible, without an account,
and will continue to evolve and be invested in.

+ 5
- 5
src/webviews/apps/home/partials/state.plus-trial.html View File

@ -3,14 +3,14 @@
<h3>Premium Feature Trial</h3>
<p>
You have <span data-bind="trialDays">7 days</span> left in your
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a>
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium features</a>
trial. Once your trial ends, you can continue using premium features on public repos.
</p>
<p>Upgrade your account for access to both public and private repos.</p>
<vscode-button data-action="command:gitlens.premium.purchase">Upgrade your account</vscode-button>
<vscode-button data-action="command:gitlens.plus.purchase">Upgrade your account</vscode-button>
<h3>Premium Features</h3>
<p>
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are
<a title="Learn more about premium features" href="command:gitlens.plus.learn">Premium features</a> are
all-new, completely optional, features that enhance your current GitLens experience when you sign with an
account.
</p>
@ -28,7 +28,7 @@
The
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
>Visual File History</a
>
allows you to quickly see the evolution of a file, including when changes were made, how large they were,
@ -39,7 +39,7 @@
<p class="feature-desc">
<a
title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
>Worktrees</a
>
allow you to easily work on different branches of a repository simultaneously.

+ 2
- 4
src/webviews/apps/home/partials/state.verify-email.html View File

@ -2,9 +2,7 @@
<section>
<h3>Please verify your email</h3>
<p>To continue using premium GitLens features, please verify the email for the account you created.</p>
<vscode-button data-action="command:gitlens.premium.resendVerification"
>Resend verification email</vscode-button
>
<vscode-button data-action="command:gitlens.premium.validate">Refresh verification status</vscode-button>
<vscode-button data-action="command:gitlens.plus.resendVerification">Resend verification email</vscode-button>
<vscode-button data-action="command:gitlens.plus.validate">Refresh verification status</vscode-button>
</section>
</template>

+ 5
- 5
src/webviews/apps/premium/timeline/partials/state.free-preview-expired.html View File

@ -4,13 +4,13 @@
Sign in to use the Visual File History and other premium features on public repos and get an
<b>additional 7-day free trial</b> for both public and private repos.
</p>
<vscode-button data-action="command:gitlens.premium.loginOrSignUp">Sign in</vscode-button>
<vscode-button data-action="command:gitlens.plus.loginOrSignUp">Sign in</vscode-button>
<p>
✨ The Visual File History is
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium feature</a> which
can be used on public repos with a
<a title="Sign in" href="command:gitlens.premium.loginOrSignUp">free account</a> and private repos with a
<a title="View plans" href="command:gitlens.premium.purchase">paid account</a>.
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium feature</a> which can
be used on public repos with a
<a title="Sign in" href="command:gitlens.plus.loginOrSignUp">free account</a> and private repos with a
<a title="View plans" href="command:gitlens.plus.purchase">paid account</a>.
</p>
<p><i class="codicon codicon-info"></i>&nbsp;Non-premium features can always be used on any repo.</p>
</section>

+ 6
- 6
src/webviews/apps/premium/timeline/partials/state.free.html View File

@ -2,18 +2,18 @@
<section>
<p>
Try it now, without an account, for 3 days on public and private repos, or
<a title="Sign in now" href="command:gitlens.premium.loginOrSignUp">sign in</a> for unlimited use on public
<a title="Sign in now" href="command:gitlens.plus.loginOrSignUp">sign in</a> for unlimited use on public
repos.
</p>
<vscode-button data-action="command:gitlens.premium.startPreviewTrial"
<vscode-button data-action="command:gitlens.plus.startPreviewTrial"
>Try the Visual File History now</vscode-button
>
<p>
✨ The Visual File History is
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium feature</a> which
can be used on public repos with a
<a title="Sign in" href="command:gitlens.premium.loginOrSignUp">free account</a> and private repos with a
<a title="View plans" href="command:gitlens.premium.purchase">paid account</a>.
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium feature</a> which can
be used on public repos with a
<a title="Sign in" href="command:gitlens.plus.loginOrSignUp">free account</a> and private repos with a
<a title="View plans" href="command:gitlens.plus.purchase">paid account</a>.
</p>
<p><i class="codicon codicon-info"></i>&nbsp;Non-premium features can always be used on any repo.</p>
</section>

+ 4
- 4
src/webviews/apps/premium/timeline/partials/state.plus-trial-expired.html View File

@ -4,12 +4,12 @@
Upgrade your account to use the Visual File History and other premium features on both public and private
repos.
</p>
<vscode-button data-action="command:gitlens.premium.purchase">Upgrade your account</vscode-button>
<vscode-button data-action="command:gitlens.plus.purchase">Upgrade your account</vscode-button>
<p>
✨ The Visual File History is
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium feature</a> which
can be used on public repos with a free account and private repos with a
<a title="Upgrade your account" href="command:gitlens.premium.purchase">paid account</a>.
<a title="Learn more about premium features" href="command:gitlens.plus.learn">premium feature</a> which can
be used on public repos with a free account and private repos with a
<a title="Upgrade your account" href="command:gitlens.plus.purchase">paid account</a>.
</p>
<p><i class="codicon codicon-info"></i>&nbsp;Non-premium features can always be used on any repo.</p>
</section>

+ 2
- 4
src/webviews/apps/premium/timeline/partials/state.verify-email.html View File

@ -2,9 +2,7 @@
<section>
<h3>Please verify your email</h3>
<p>To use the Visual File History, please verify the email for the account you created.</p>
<vscode-button data-action="command:gitlens.premium.resendVerification"
>Resend verification email</vscode-button
>
<vscode-button data-action="command:gitlens.premium.validate">Refresh verification status</vscode-button>
<vscode-button data-action="command:gitlens.plus.resendVerification">Resend verification email</vscode-button>
<vscode-button data-action="command:gitlens.plus.validate">Refresh verification status</vscode-button>
</section>
</template>

+ 1
- 1
src/webviews/apps/welcome/welcome.html View File

@ -58,7 +58,7 @@
>Get Started Walkthrough</a
>
<span class="button__subaction"
>or <a href="command:gitlens.premium.learn">learn about premium features</a></span
>or <a href="command:gitlens.plus.learn">learn about premium features</a></span
>
</div>

walkthroughs/premium-features/1-intro.md → walkthroughs/plus/1-intro.md View File

@ -10,7 +10,7 @@ Premium features are all-new, completely optional, features that enhance your cu
The new Visual File History and Worktrees premium features can be used with a free, GitLens Free+ account. Free+ accounts can use premium features on public repos, while paid accounts can also use them on private repos.
[**Try premium features now**](command:gitlens.premium.startPreviewTrial 'Try premium features now')
[**Try premium features now**](command:gitlens.plus.startPreviewTrial 'Try premium features now')
[Learn more about premium features](https://gitkraken.com/gitlens/premium-features 'Learn more')

walkthroughs/premium-features/2-worktrees.md → walkthroughs/plus/2-worktrees.md View File


walkthroughs/premium-features/3-visual-file-history.md → walkthroughs/plus/3-visual-file-history.md View File


walkthroughs/premium-features/4-coming-soon.md → walkthroughs/plus/4-coming-soon.md View File


walkthroughs/premium-features/5-try-now.md → walkthroughs/plus/5-try-now.md View File


Loading…
Cancel
Save