Skip to content

Commit

Permalink
Adding support for 1Password 8 (#1518)
Browse files Browse the repository at this point in the history
* 1Password: Extract CLI info to separate file

* 1Password: Add preference to toggle between 1Password 7 and 8

* 1Password: Make support for version 7 and 8 simpler

* 1Password: Migrate to API v1.30

* 1Password: Remove unnecessary dependency

* 1Password: Add changelog entry

* 1Password: Improve error messages

* Use 1Password 8 when both metadata locations exist

* Avoiding duplicate key warning

This is actually an issue in opbookmarks as the CLI doesn't export the category UUID. While we could hardcode things that will be problematic for new item types.

* Updating command title to reflect all item types

* Removing version specificity from the description

We need to change the folder name and the name+title as well. Some of this can only be done on the Raycast side.

* Updating contributors

* Updating 1Password 8 url schemes

* Updated screenshots

* Updating install instructions

* Updating package description & subtitle

* Chore: Corrected format

* Update package.json

* Various small updates

* Corrected metadata

* Update CHANGELOG.md

Co-authored-by: Thomas Paul Mann <hello@thomaspaulmann.com>
Co-authored-by: Per Nielsen Tikær <per@raycast.com>
  • Loading branch information
3 people committed May 3, 2022
1 parent 88f9b62 commit 24be130
Show file tree
Hide file tree
Showing 11 changed files with 273 additions and 313 deletions.
13 changes: 9 additions & 4 deletions extensions/1password7/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# 1Password Changelog

## [Support for 1Password 8] - 2022-05-03

- Added support for 1Password 8
- Added a preference to specify which app version the extension interacts with. By default, it automatically detects the installed one.

## [Bug fixes] - 2022-03-15

- Fixed an issue when items failed to open ([#1102](https://github.com/raycast/extensions/issues/1102))

## [Implement Categories in 1password extension] - 2021-11-22
## [Implement Categories in 1Password extension] - 2021-11-22

- Implement Categories in 1password extension
- Resolve unique key error with 1password categories
- Implement Categories in 1Password extension
- Resolve unique key error with 1Password categories

## [Add 1Password 7 Extension] - 2021-10-25

Add 1password7 extension
Added 1Password 7 extension
Binary file modified extensions/1password7/metadata/screenshot-01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extensions/1password7/metadata/screenshot-02.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/1password7/metadata/screenshot-03.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24be130

Please sign in to comment.