Describe the problem
Windows and macOS provide access to a list of recent documents opened by the application via JumpList or dock menu, respectively. I would like to use this API with tauri apps.
Describe the solution you'd like
Provide an API for modifying recent app documents on macOS / Windows
Alternatives considered
No response
Additional context
Electron has Recent documents API
macOS electron/browser_mac.mm#L163
Windows electron/browser_win.cc#L318
Describe the problem
WindowsandmacOSprovide access to a list of recent documents opened by the application via JumpList or dock menu, respectively. I would like to use this API with tauri apps.Describe the solution you'd like
Provide an API for modifying recent app documents on
macOS/WindowsAlternatives considered
No response
Additional context
Electronhas Recent documents APImacOS electron/browser_mac.mm#L163
Windows electron/browser_win.cc#L318