Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6df40e707c | ||
|
|
2644abf9d5 |
@@ -2,6 +2,22 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.3.0] - 2026-06-08
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Add support for TickTick, Google Calendar, Google Drive and API (web page) notifications
|
||||||
|
- Fill notification previews with rich content (metadata sidebar, body and comment/message threads) modeled on the web app
|
||||||
|
- Show the notification source type (e.g. Linear Issue, GitHub Pull Request) in the preview metadata
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Swap notification list shortcuts: `Enter` shows details, `Cmd+Enter` opens in browser
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fix "could not open app" error when opening Google Calendar notifications
|
||||||
|
|
||||||
## [0.2.0] - 2024-12-16
|
## [0.2.0] - 2024-12-16
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
+2
-2
@@ -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.2.0",
|
"version": "0.3.0",
|
||||||
"categories": ["Productivity"],
|
"categories": ["Productivity"],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"preferences": [
|
"preferences": [
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
"@types/react": "19.0.10",
|
"@types/react": "19.0.10",
|
||||||
"@typescript-eslint/parser": "^8.60.1",
|
"@typescript-eslint/parser": "^8.60.1",
|
||||||
"eslint": "^10.4.1",
|
"eslint": "^10.4.1",
|
||||||
"prettier": "^3.8.3",
|
"prettier": "^3.8.3",
|
||||||
"prettier-plugin-sort-imports": "^1.8.11",
|
"prettier-plugin-sort-imports": "^1.8.11",
|
||||||
"typescript": "^6.0.3"
|
"typescript": "^6.0.3"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user