Skip to content

Commit

Permalink
Bug fixes, updat dependencies, run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SKaplanOfficial committed Nov 1, 2023
1 parent 1a2cbd9 commit 4e47cb7
Show file tree
Hide file tree
Showing 30 changed files with 1,002 additions and 931 deletions.
8 changes: 1 addition & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Pins Changelog

## [Bug fixes & Quality of Life Improvements] - 2023-11-01

- Added group statistics, viewable when editing a group.
- Added action to create a subgroup of the selected group
- Added actions for deleting all pins or groups at once
- Added ability to install example groups separately from example pins
- Added ability to install example groups or pins while there are already pins/groups present. Existing items will be preserved.
- Added `{{timezone}}` placeholder for getting the name of the user's timezone.
- Adjusted `{{alert}}`, `{{dialog}}`, and `{{toast}}` placeholders to accept a `title` argument (e.g. `{{alert title="Example":Message text}}`).
- Fixed bug where editing a pin could cause its ID to be nullified, effectively deleting the pin.
- Fixed bug where inputting web URLs in the target field would prevent the list of 'Open With' applications from properly updating and leaving only a "None" option.
- Fixed bug where empty groups would still get displayed in the menu bar dropdown.

## [Subgroups, Sorting, Settings, Bug Fixes, and More] - 2023-09-05

- Added ability to create subgroups
Expand Down
8 changes: 8 additions & 0 deletions DEVLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## 1.5.0 Release, TBD

### 2023-11-01

- Update dependencies, including latest Raycast API version (1.60.1).

### 2023-10-30

- Fix bug where using "}" or "{" in a placeholder's content could cause unexpected results (including code execution).

### 2023-10-24

- Fixed bug where inputting web URLs in the target field would prevent the list of 'Open With' applications from properly updating and leaving only a "None" option
Expand Down
4 changes: 2 additions & 2 deletions assets/placeholders_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
------------------------

Author: Stephen Kaplan _(HelloImSteven)_ <br />
Last Updated: 2023-09-05 <br />
Pins Version: 1.4.0
Last Updated: 2023-11-01 <br />
Pins Version: 1.5.0

------------------------

Expand Down
Loading

0 comments on commit 4e47cb7

Please sign in to comment.