1
0
mirror of https://github.com/bitwarden/help synced 2025-12-16 00:03:41 +00:00

Release Updates (#474)

* Send Staging (#447)

* - js for in-page tabs
- send category early drafts of articles
- send images

* fix scrolling on tab

* send web vault

* mobile image

* redone 'receive send' article

* send from browser ext & mobile

* send work

* improvements to 'about'

* send additions

* so much send

* lotsa send

* all send all the time

* ain't nothin but a send thang

* cli

* send cli

* simple cli sends in /create-send/

* simple disable & delete in /send-lifespan/

* send desktop screenshots

* send final cleanup

* cli final cleanup

* send edits

* fix

* send final touches

* fixed links & non-send updates

* new import message documentation, several import articles condensed to use tabs, U2F support for Edge, excluded domains article, remove in innacurate note on emergency accesss

* Firefox Attachment Workflow + Date Picker for custom timestamps

* safari attach file Send req

* excluded domains addition

* fix tab titles

* release notes

* unlock articles

* link to status feed

* small typos

* test

* updated release notes

* lastpass article form fill rewrites

* import to org & personal clarifications

* send self-hosting, safari web extension edits, and release notes
This commit is contained in:
fred_the_tech_writer
2021-03-11 11:58:16 -05:00
committed by GitHub
parent 7b16aceea1
commit 535ea72847
69 changed files with 1600 additions and 425 deletions

View File

@@ -26,20 +26,53 @@ When you install Bitwarden on a new device, simply log in to your existing accou
To manually sync your Vault from a Bitwarden client application:
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" id="tab" role="presentation">
<a class="nav-link active" id="betab" data-bs-toggle="tab" data-target="#be" role="tab" aria-controls="be" aria-selected="true">Browser Extensions</a>
</li>
<li class="nav-item" id="tab" role="presentation">
<a class="nav-link" id="mobtab" data-bs-toggle="tab" data-target="#mob" role="tab" aria-controls="mob" aria-selected="false">Mobile</a>
</li>
<li class="nav-item" id="tab" role="presentation">
<a class="nav-link" id="desktab" data-bs-toggle="tab" data-target="#desk" role="tab" aria-controls="desk" aria-selected="false">Desktop</a>
</li>
<li class="nav-item" id="tab" role="presentation">
<a class="nav-link" id="clitab" data-bs-toggle="tab" data-target="#cli" role="tab" aria-controls="cli" aria-selected="false">CLI</a>
</li>
</ul>
<div class="tab-content" id="clientsContent">
<div class="tab-pane show active" id="be" role="tabpanel" aria-labelledby="betab">
{% capture be_sync %}
### Sync Browser Extensions
Select the {% icon fa-cogs %} **Settings** tab, select the **Sync** option and select the **Sync Vault Now** button.
{% endcapture %}
{{ be_sync | markdownify }}
</div>
<div class="tab-pane" id="mob" role="tabpanel" aria-labelledby="mobtab">
{% capture mob_sync%}
### Sync Mobile Apps
Open the {% icon fa-cogs %} **Settings** tab, tap the **Sync** option and tap **Sync Vault Now**.
Toggle the **Enable sync on refresh** option to allow your Vault to be synced using a pulldown gesture on the {% icon fa-lock %} **My Vault** tab.
{% endcapture %}
{{ mob_sync | markdownify }}
</div>
<div class="tab-pane" id="desk" role="tabpanel" aria-labelledby="desktab">
{% capture desk_sync%}
### Sync Desktop Apps
Select **File** &rarr; **Sync Vault** from the menu bar.
{% endcapture %}
{{ desk_sync | markdownify }}
</div>
<div class="tab-pane" id="cli" role="tabpanel" aria-labelledby="clitab">
{% capture cli_sync%}
### Sync the CLI
Use the `sync` command to manually sync your Vault:
@@ -48,7 +81,11 @@ Use the `sync` command to manually sync your Vault:
bw sync
```
For more information, see [The Bitwarden command-line tool (CLI)]({% link _articles/miscellaneous/cli.md %}).
For more information, refer to our [CLI documentation]({% link _articles/miscellaneous/cli.md %}).
{% endcapture %}
{{ cli_sync | markdownify }}
</div>
</div>
## Troubleshooting