Skip to content

Releases: Slashgear/team-bookmarks

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Apr 21:01
Immutable release. Only release title and notes can be modified.
d37760f

Patch Changes

  • 546fe82: Add keywords, author, homepage, repository and bugs fields to package.json for a richer npm page.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Apr 20:52
Immutable release. Only release title and notes can be modified.
3099d7d

Major Changes

  • 9e0ee93: First stable release (v1.0.0).

    • CLI with init and export commands (npx/bunx/pnpx @slashgear/team-bookmarks)
    • Unified children[] data model: links and folders can be freely interleaved at any nesting level
    • Drag-and-drop and keyboard (up/down buttons) reordering for links and folders
    • Backward-compatible YAML parser: old links/folders format is automatically migrated
    • Open agent skill at .agents/skills/edit-bookmarks/SKILL.md (opencode, Claude Code, Cursor)
    • Published to npm as a public scoped package

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 23 Mar 21:35
Immutable release. Only release title and notes can be modified.
8722c6e

Patch Changes

  • 9bd0c35: Fix Scaleway deploy step: replace deprecated redeploy=true flag with explicit scw container container deploy command.

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 23 Mar 21:24
Immutable release. Only release title and notes can be modified.
09c1256

Patch Changes

  • 4d713f8: Fix HTML export modal layout and add Scaleway Serverless Container deploy to release pipeline.

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 23 Mar 21:05
Immutable release. Only release title and notes can be modified.
60b805e

Patch Changes

  • 3ec2cfb: Fix changeset and Docker release pipeline for private packages.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 21:04
Immutable release. Only release title and notes can be modified.

Minor Changes

  • ee5a23e: Dark purple UI redesign inspired by poker.slashgear.dev — glassmorphism cards, purple accent colour, gradient headings, hover-reveal actions on folders and links.

    New HTML export modal with step-by-step import instructions for Chrome/Edge/Brave, Firefox and Safari, each linking to the official documentation.

    Exported YAML files now include a header comment with the app URL and a yaml-language-server schema reference for inline editor validation.