Compare commits

...

2 Commits

Author SHA1 Message Date
98cbbf4814 Pull contributions 2024-12-16 21:06:38 +01:00
a8cf51ec4a chore: Release v0.1.4 2024-03-13 15:55:16 +01:00
9 changed files with 670 additions and 388 deletions

View File

@@ -2,6 +2,8 @@
## [Unreleased] ## [Unreleased]
## [0.1.4] - 2024-03-13
### Added ### Added
- Add Linear Project and Team icons - Add Linear Project and Team icons

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -20,3 +20,7 @@ fix:
# Run extension in development mode # Run extension in development mode
run: run:
npm run dev npm run dev
# Publish a new version of the extension
publish:
npm run publish

Binary file not shown.

Before

Width:  |  Height:  |  Size: 140 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

1044
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
"description": "Manage your notifications in a single Universal Inbox", "description": "Manage your notifications in a single Universal Inbox",
"icon": "ui-logo-transparent.png", "icon": "ui-logo-transparent.png",
"author": "dax42", "author": "dax42",
"version": "0.1.3", "version": "0.1.4",
"categories": [ "categories": [
"Productivity" "Productivity"
], ],
@@ -45,9 +45,9 @@
}, },
"devDependencies": { "devDependencies": {
"@raycast/eslint-config": "^1.0.6", "@raycast/eslint-config": "^1.0.6",
"@types/node": "20.8.10", "@types/node": "^20.8.10",
"@types/react": "18.2.27", "@types/react": "^18.2.27",
"@typescript-eslint/parser": "^6.19.1", "@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.56.0", "eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1", "eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1", "eslint-plugin-import": "^2.29.1",