Compare commits
1 Commits
main
...
b03df96c9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
b03df96c9d
|
@@ -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
|
||||||
|
|||||||
4
justfile
4
justfile
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user