Skip to content

Releases: inkdropapp/types

Release list

v0.0.10

Choose a tag to compare

@craftzdog craftzdog released this 16 Jul 08:02

Features

  • window: Add isAlwaysOnTop/setAlwaysOnTop and isVisibleOnAllWorkspaces/setVisibleOnAllWorkspaces APIs to IPCWindow, along with the new VisibleOnAllWorkspacesOptions type
  • models: Add sourceTemplateId to ModelNote

Fixes

  • commands: Remove the core:note-list-show-pinned-notes command type

Other

  • deps: Bump dependencies (@codemirror/state, @codemirror/view, inkdrop-model, oxfmt, oxlint, typescript) and add pnpm workspace config

v0.0.9

Choose a tag to compare

@craftzdog craftzdog released this 02 Jul 05:15

Features

  • Add useLocalConfigValue hook

Fixes

  • Sync SDK type declarations with app source: add CommandEvent.originalEvent, NES editor commands, EditorActionMenuCommands, MenuLocalCommands; rename ThemeManager.getEnabledThemeNames to getEnabledThemeName and add getThemePalette; change PackageMetadata.theme to boolean; remove NoteExporter.getImageNodes/getAttachmentImageDocIds and EditorDrawerCommands (dropped upstream); fix stale core.themes config examples to core.theme

Other

  • Migrate Prettier to oxfmt and add oxlint
  • Bump up dependencies