Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
fix: offline feature handling
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Nov 11, 2021
1 parent c1e905e commit deaf8be
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![latest release version](https://img.shields.io/github/v/release/standardnotes/desktop)](https://github.com/standardnotes/desktop/releases)
[![License](https://img.shields.io/github/license/standardnotes/desktop?color=blue)](https://github.com/standardnotes/desktop/blob/master/LICENSE)
[![Slack](https://img.shields.io/badge/slack-standardnotes-CC2B5E.svg?style=flat&logo=slack)](https://standardnotes.org/slack)
[![Slack](https://img.shields.io/badge/slack-standardnotes-CC2B5E.svg?style=flat&logo=slack)](https://standardnotes.com/slack)
[![Twitter Follow](https://img.shields.io/badge/follow-%40standardnotes-blue.svg?style=flat&logo=twitter)](https://twitter.com/standardnotes)

</div>
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Thank you for your work in helping keep Standard Notes safe and secure. If you b
# Disclosure Policy

- Let us know as soon as possible upon discovery of a potential security issue, and we'll make every
effort to quickly resolve the issue. Please email [security@standardnotes.org](mailto:security@standardnotes.org) for a direct response.
effort to quickly resolve the issue. Please email [security@standardnotes.com](mailto:security@standardnotes.com) for a direct response.
- Provide us a reasonable amount of time to resolve the issue before any disclosure to the public or a
third-party. We may publicly disclose the issue before resolving it, if appropriate.
- Make a good faith effort to avoid privacy violations, destruction of data, and interruption or
Expand All @@ -12,7 +12,7 @@ Thank you for your work in helping keep Standard Notes safe and secure. If you b

# In-scope

- Security issues in any current release of Standard Notes. Our product downloads are available on our homepage at https://standardnotes.org, and our source code is available at https://github.com/standardnotes.
- Security issues in any current release of Standard Notes. Our product downloads are available on our homepage at https://standardnotes.com, and our source code is available at https://github.com/standardnotes.

# Exclusions

Expand Down
6 changes: 3 additions & 3 deletions app/javascripts/main/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ const enum MenuItemTypes {
}

const Urls = {
Support: 'mailto:help@standardnotes.org',
Website: 'https://standardnotes.org',
Support: 'mailto:help@standardnotes.com',
Website: 'https://standardnotes.com',
GitHub: 'https://github.com/standardnotes',
Slack: 'https://standardnotes.org/slack',
Slack: 'https://standardnotes.com/slack',
Twitter: 'https://twitter.com/StandardNotes',
GitHubReleases: 'https://github.com/standardnotes/desktop/releases',
};
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "standard-notes",
"productName": "Standard Notes",
"description": "A simple and private place for your notes, thoughts, and life's work.",
"author": "Standard Notes <help@standardnotes.org>",
"version": "3.9.0",
"author": "Standard Notes <help@standardnotes.com>",
"version": "3.9.2",
"main": "./dist/index.js",
"dependencies": {
"keytar": "^7.7.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard-notes",
"main": "./app/dist/index.js",
"version": "3.9.0",
"version": "3.9.2",
"repository": {
"type": "git",
"url": "git://github.com/standardnotes/desktop"
Expand Down
2 changes: 1 addition & 1 deletion test/packageManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function fakeComponent({ deleted = false, modifier = '' } = {}) {
package_info: {
version,
identifier: identifier + modifier,
download_url: 'https://standardnotes.org',
download_url: 'https://standardnotes.com',
},
},
};
Expand Down
2 changes: 1 addition & 1 deletion web
Submodule web updated from 716e1c to 873aa1

0 comments on commit deaf8be

Please sign in to comment.