Skip to content

Commit

Permalink
Prepare 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
morkro committed Jun 14, 2021
1 parent 85d0623 commit f42b5d2
Show file tree
Hide file tree
Showing 4 changed files with 5,409 additions and 544 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog

## 1.0.3
## 1.0.3 - 16.09.2020

- Updated Electron to latest version and improved linting/formatting
- Updated Electron to latest version and improved linting/formatting [`85d0623`](https://github.com/morkro/papyrus/commit/85d0623af3a2c83772715711dcd33e710e07246c)
- Fixes external links being opened in a new browser window [`f9892f2`](https://github.com/morkro/papyrus/commit/f9892f2dd9fb55404070890ac82deb4d6069cca5) - [#16](https://github.com/morkro/papyrus/issues/16)

## 1.0.2 - 31.12.2017

### Fixed

- Fixed issue with presentation mode being opened in the browser [#4](https://github.com/morkro/papyrus/issues/4)
- Login into Paper wasn't working [#8](https://github.com/morkro/papyrus/issues/8)
- Minor CSS updates due to a Paper app update [8deac75](https://github.com/morkro/papyrus/commit/8deac75d1b33d79bf9d5bfd081f8a0b3dcca1636)
- Minor CSS updates due to a Paper app update [`8deac75`](https://github.com/morkro/papyrus/commit/8deac75d1b33d79bf9d5bfd081f8a0b3dcca1636)

## 1.0.0 - 30.12.2016

Expand Down
31 changes: 18 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,34 @@
Unofficial [Dropbox Paper](https://paper.dropbox.com) desktop application.

## Preview

![](media/papyrus-preview.png)
*Papyrus is currently at version `1.0.2`.*
_Papyrus is currently at version `1.0.3`._

## Installation

### Homebrew [Cask](http://caskroom.io/)
```
$ brew update && brew cask install morkro-papyrus

```sh
brew update && brew cask install morkro-papyrus
```

### Manually

- [Download](https://github.com/morkro/papyrus/releases/latest) the installer
- Unzip
- Install the application to any location.

#### macOS

It's recommended to move the `Papyrus.app` file to the `Applications` directory. macOS will prompt you to **accept** that this runs from an **unidentified developer**.

## Shortcuts

| Description | Keybinding |
| :--- | :--- |
| Description  |  Keybinding |
| :-------------------- | :------------------------------- |
| Create a new document | <kbd>Cmd/Ctrl</kbd> <kbd>N</kbd> |
| Create a new folder | <kbd>Cmd/Ctrl</kbd> <kbd>T</kbd> |
| Create a new folder | <kbd>Cmd/Ctrl</kbd> <kbd>T</kbd> |

All keybindings can also be found under the `File` menu.

Expand All @@ -37,13 +42,13 @@ The application wraps the official Dropbox Paper website in an [Electron](https:

`git clone` the repository, `npm install` all dependencies and you are good to go. You might have to run `brew install wine` before building the application.

| Command | Description |
| :------ | :---------- |
| `npm start` | Starts the application |
| `npm run build` | Creates packages for all supported platforms _(bundles all below commands)_ |
| `npm run build:macos` | Builds the macOS application |
| `npm run build:windows` | Builds the Windows application |
| `npm run build:linux` | Builds the Linux application |
| Command | Description |
| :---------------------- | :-------------------------------------------------------------------------- |
| `npm start` | Starts the application |
| `npm run build` | Creates packages for all supported platforms _(bundles all below commands)_ |
| `npm run build:macos` | Builds the macOS application |
| `npm run build:windows` | Builds the Windows application |
| `npm run build:linux` | Builds the Linux application |

### Contribution

Expand Down
Loading

0 comments on commit f42b5d2

Please sign in to comment.