Skip to content

Latest commit

 

History

History
210 lines (148 loc) · 4.3 KB

File metadata and controls

210 lines (148 loc) · 4.3 KB

Changelog

All notable changes to PersistenceAI will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Planned

  • Package manager support (npm, bun, pnpm, Homebrew)
  • Enhanced GitHub integration
  • Expanded documentation

[1.0.13] - 2025-12-30

Fixed

  • Fixed @ and backslash commands in chat interface
  • Improved command parsing and execution

Changed

  • Enhanced chat command handling
  • Better special character support

[1.0.12] - 2025-12-27

Added

  • Visual syntax highlighting improvements
  • Enhanced file opening functionality
  • New file navigation features

Fixed

  • File explorer workspace saving improvements
  • Better folder workspace persistence
  • Enhanced file tree rendering

[1.0.11] - 2025-12-23

Added

  • Universal ESLint integration
  • Enhanced code analysis capabilities
  • Improved error detection and reporting

Changed

  • Better code quality checks
  • Enhanced development workflow

[1.0.10] - 2025-12-20

Changed

  • Major version upgrade and core improvements
  • Enhanced stability and performance
  • Updated dependencies

[1.0.09] - 2025-12-16

Added

  • Toast notification system for upgrades
  • Changelog settings and display
  • Upgrade notification popup

Changed

  • Improved user notification system
  • Better upgrade experience

[1.0.08] - 2025-12-13

Changed

  • Model branding and naming updates
  • Free model support improvements

Fixed

  • Model selection and configuration

[1.0.07] - 2025-12-09

Fixed

  • Workspace directory saving and restoration
  • Directory persistence across sessions
  • File explorer directory tracking

Changed

  • Improved workspace management
  • Better session restoration

[1.0.06] - 2025-12-06

Fixed

  • Browse file and session restore functionality
  • File restoration improvements
  • Session state management

[1.0.05] - 2025-12-02

Added

  • Completely reworked homepage UI
  • Session restore functionality
  • Enhanced home page experience

Changed

  • Improved user interface design
  • Better navigation and layout

[1.0.04] - 2025-11-28

Changed

  • Major version merge and integration
  • Core system improvements
  • Enhanced stability

[1.0.03] - 2025-11-25

Added

  • Chat scroll bar functionality
  • Custom message formatting
  • Enhanced chat interface

Fixed

  • Chat scrolling behavior
  • Message display improvements

[1.0.02] - 2025-11-21

Added

  • Enhanced agent system setup
  • Improved view logging
  • Additional agent capabilities

Fixed

  • View log functionality
  • Agent system stability

[1.0.01] - 2025-11-14

Added

  • Initial release
  • CLI with local model support (Ollama integration)
  • Tab section improvements
  • Draggable pane dividers (initial implementation)
  • Core terminal IDE functionality
  • Multi-agent system foundation
  • Persistent memory system
  • Tool integration framework

Changed

  • Initial architecture and design
  • Core system implementation

Release Notes Format

Each release includes:

  • Added - New features
  • Changed - Changes in existing functionality
  • Deprecated - Soon-to-be removed features
  • Removed - Removed features
  • Fixed - Bug fixes
  • Security - Security fixes

Version History

Version Date Type Highlights
1.0.13 2025-12-30 Patch Chat command fixes
1.0.12 2025-12-27 Patch Visual improvements, file navigation
1.0.11 2025-12-23 Patch ESLint integration
1.0.10 2025-12-20 Patch Major upgrade
1.0.09 2025-12-16 Patch Toast notifications, changelog
1.0.08 2025-12-13 Patch Model branding
1.0.07 2025-12-09 Patch Workspace directory fixes
1.0.06 2025-12-06 Patch Session restore fixes
1.0.05 2025-12-02 Patch Homepage UI redesign
1.0.04 2025-11-28 Patch Version merge
1.0.03 2025-11-25 Patch Chat scroll bar
1.0.02 2025-11-21 Patch Agent system enhancements
1.0.01 2025-11-14 Initial First release

Note: As a closed-source project, detailed technical changelogs are maintained internally. Public releases focus on user-facing features and improvements.