Skip to content

Releases: visionik/mogcli

v0.3.1

26 Jan 09:13

Choose a tag to compare

What's New

Added

  • mail list command as alias for mail search * — consistent with sog CLI

v0.3.0

26 Jan 09:08

Choose a tag to compare

What's New

Added

  • Keychain storage option for OAuth tokens (--storage keychain)
  • SKILL.md for Clawdbot integration
  • Calendar ACL and OneNote commands
  • Comprehensive unit tests with ≥85% coverage

Changed

  • Aligned param names with Node version (gog compat)
  • Extracted Client interface for dependency injection

Fixed

  • Node token compatibility issues

Documentation

  • Added credential storage details for all platforms
  • Added --body-file and --body-html examples to SKILL.md
  • Full README adapted from Node version
  • Added CHANGELOG.md

v0.2.0 - Microsoft Ops Gadget

24 Jan 22:06

Choose a tag to compare

What's New

New Modules

  • Excel - Full spreadsheet support (list, get, update, append, clear, copy, create, metadata, tables, export)
  • OneNote - Notebooks, sections, pages, search

New Commands

  • calendar freebusy - Check availability
  • calendar acl - View calendar permissions
  • tasks clear - Clear completed tasks
  • contacts directory - Org directory lookup

Alignment

  • calendar is now primary (alias: cal)
  • tasks is now primary (alias: todo)
  • Excel commands aligned with gog sheets

Stats

  • 526 tests passing
  • Full gog feature parity (except Groups)