Releases: inkdropapp/types
Releases · inkdropapp/types
Release list
v0.0.10
Features
- window: Add
isAlwaysOnTop/setAlwaysOnTopandisVisibleOnAllWorkspaces/setVisibleOnAllWorkspacesAPIs toIPCWindow, along with the newVisibleOnAllWorkspacesOptionstype - models: Add
sourceTemplateIdtoModelNote
Fixes
- commands: Remove the
core:note-list-show-pinned-notescommand type
Other
- deps: Bump dependencies (
@codemirror/state,@codemirror/view,inkdrop-model,oxfmt,oxlint,typescript) and add pnpm workspace config
v0.0.9
Features
- Add
useLocalConfigValuehook
Fixes
- Sync SDK type declarations with app source: add
CommandEvent.originalEvent, NES editor commands,EditorActionMenuCommands,MenuLocalCommands; renameThemeManager.getEnabledThemeNamestogetEnabledThemeNameand addgetThemePalette; changePackageMetadata.themetoboolean; removeNoteExporter.getImageNodes/getAttachmentImageDocIdsandEditorDrawerCommands(dropped upstream); fix stalecore.themesconfig examples tocore.theme
Other
- Migrate Prettier to oxfmt and add oxlint
- Bump up dependencies