Skip to main content

変更履歴

最新の機能、改善、バグ修正を追跡。

最新バージョン: 0.2.6
  • Version 0.2.6

    • NewDesktop notifications now fire when an update finishes downloading and when it is ready to install
    • ImprovedOn Windows, a confirmation dialog appears before applying an update so you can choose when to restart
    • ImprovedUpdate check errors are now displayed in the UI instead of failing silently
    • FixedFixed the macOS auto-updater artifact format so in-app updates install correctly
  • Version 0.2.5

    • NewThe app now notifies you when a new Animo update is available and re-checks daily in the background
    • ImprovedAnimo+ errors now clearly distinguish between not being authenticated, not having a subscription, and being out of tokens
    • ImprovedAccount-state errors (no subscription, out of tokens) no longer trigger the failure notification sound
    • ImprovedThe no-subscription error message now refers to the plan as "Animo+" by name
    • FixedFixed an issue where deep-link API key parsing could silently corrupt the stored key
  • Version 0.2.4

    • NewYou can now set your API key directly in Settings > Account without leaving the app
    • NewAnimo+ users now see their remaining token balance in Settings
    • NewThe Setup Wizard now includes a step to connect your Animo+ account
    • ImprovedWhen no API key is configured, the error now has an Open Settings button so you can fix it in one click
    • ImprovedSettings > Account section has been reorganized to make connecting your account and entering an API key clearer
    • ImprovedChinese (Simplified) added as a coming-soon language in Settings
    • FixedFixed a startup crash where the app could throw an error before the selected language finished loading
  • Version 0.2.3

    • FixedFixed deep link auth: auth callback now registers globally in App.tsx and refreshes Settings state immediately after login
    • FixedFixed empty Bearer token being sent to the subscription server when no API key was configured
    • NewAdded Connect Account and Sign Out buttons to Settings > Account section
    • ImprovedShow a warning inside the Auto mode card when no account is connected, clarifying it is only required for Auto mode
    • ImprovedSetupWizard step 2 container widened and AI provider list rearranged into a 2x2 grid with Animo+ spanning full width
  • Version 0.2.2

    • FixedFixed LaTeX install on Windows failing when MiKTeX was already installed: winget reporting "nothing to upgrade" is now treated as success instead of an error
    • ImprovedDetect MiKTeX across more install locations (older and system-wide layouts) so existing installs are picked up after setup
  • Version 0.2.1

    • FixedFixed LaTeX install on macOS by switching from MacTeX (which required a sudo password prompt that could not be answered from the installer) to TinyTeX
    • ImprovedAuto-install the LaTeX packages Manim needs via tlmgr after TinyTeX setup, mirroring the MiKTeX auto-configure flow on Windows
  • Version 0.2.0

    • FixedFixed Manim install on macOS by ensuring Cairo headers are present
    • NewAdded a Report Issue modal for setup install and troubleshoot failures
  • Version 0.1.9

    • NewAdded Google Gemini CLI as a supported AI provider alongside Claude, Codex, and OpenCode
    • NewAdded GIF, WebM, and MOV export formats for rendered animations
    • NewAuto-configure MiKTeX on Windows so LaTeX rendering works out of the box
    • ImprovedAdded an error report button to surface failures more quickly
    • ImprovedUse the real Gemini sparkle icon and invert the active provider icon color for clearer selection
    • ImprovedPolished setup and license activation flows
  • Version 0.1.8

    • ImprovedPresenter fullscreen now covers the menu bar/dock and respects the notch
    • ImprovedUse macOS simple fullscreen for presenter mode
    • FixedPersist Codex sessions so conversations remember context
    • FixedStop creating duplicate chats on Cmd+N
    • ImprovedMake entire template card clickable to open preview
    • FixedMake slide/video thumbnails hover-to-play to fix scroll jank
  • Version 0.1.7

    • NewAdded AI model selection for OpenCode provider
    • ImprovedUpdated onboarding: removed tagline from hello screen and added brand logos to CLI picker
    • ImprovedShow CLI version and configured model in Settings AI section
    • FixedFixed green pill badges failing WCAG contrast in light theme
    • FixedFixed confirm dialogs not blocking in WKWebView
    • FixedFixed OpenCode output parsing for part.text path
    • FixedFixed skills install: use app data dir, add --yes flag, parse multiline YAML
    • NewAdded experimental Linux .deb build
  • Version 0.1.6

    • FixedFixed Claude OAuth authentication flow
    • NewAdded OpenCode CLI auto-discovery
    • FixedFixed npx PATH resolution for globally installed packages
    • NewAdded automatic chat titling based on conversation content
  • Version 0.1.5

    • NewAdded an Auto AI provider option in setup so Animo can choose an available CLI automatically
    • ImprovedRedesigned setup step 2 as a provider picker for Claude Code, OpenAI Codex, OpenCode, and Auto
    • FixedFixed Windows CLI detection, install flow, and app version display
    • FixedFixed LaTeX detection on Windows after Chocolatey installs
    • FixedFixed spinner animation on Windows and added winget, Chocolatey, and PowerShell install fallbacks
    • FixedFixed a subscription tool loop, made dependency checks async, and added an escape hatch for the install modal
    • ImprovedRemoved the mandatory auth screen from the startup flow
  • Version 0.1.4

    • FixedFixed Claude Code and OpenCode PATH detection for nvm, Volta, and npm global installs
    • FixedImproved dependency checker lookup paths for AI CLI tools
  • Version 0.1.3

    • NewAdded bundled project templates and template documentation
    • ImprovedSplit the setup wizard into welcome, runtime, and AI CLI steps
    • FixedFixed Manim being falsely reported as missing by the dependency checker
    • FixedFixed a setup wizard listener leak during Tauri registration cleanup
  • Version 0.1.2

    • FixedFixed the subscription API default so desktop builds call api.animo.video instead of localhost
    • FixedUpdated desktop updater checks to use the production animo.video release manifest
  • Version 0.1.1

    • NewAdded OpenCode CLI as an AI provider option
    • NewAdded English and Spanish localization with a language change confirmation dialog
    • NewAdded a skills section and OpenCode icon in settings
    • ImprovedOptimized the settings modal, template grid, progress bar, and startup settings loading
    • ImprovedReplaced the license screen spinner with animated shapes and the app logo
    • FixedImproved language dialog accessibility and switched the accent palette to pass WCAG contrast checks
    • FixedRemoved backdrop blur from modals and deferred dependency checks to the AI section
  • Version 0.1.0

    • FixedRemoved the release workflow concurrency group that caused new builds to cancel instantly