Skip to content

Releases: The-Skyscape/devtools

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 21:30
Release v1.3.0: Simplified Database Index API

Features:
- New simplified Index() and UniqueIndex() methods
- Auto-generated index names (idx_table_column format)
- Collection-level index methods for cleaner API
- Fixed BaseController Use() method

Breaking Changes: None
Compatibility: Fully backward compatible

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:18
Add SetTheme method for dynamic theme updates and path_eq template he…

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 07:51
Release v1.2.0

New Features:
- System monitoring package for CPU, memory, disk, and container metrics
- AI package with LLM integration (Ollama support)
- Docker restart policy support in containers package
- SSL certificate generation improvements

Improvements:
- Simplified deployment scripts based on Featherweight pattern
- Refactored launch-app to use embedded scripts
- Better error handling in SSH operations

Bug Fixes:
- Fixed SSL certificate generation to match sky-castle pattern
- Cleaned up debug logging

This release adds significant new capabilities including system monitoring
and AI/LLM integration, making it easier to build advanced applications
with the DevTools framework.

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 01:32
Production-ready release v1.1.0

Major improvements:
- Added --list command to show all configured servers
- Added --destroy command with confirmation for server management
- Fixed SSH connection throttling with strategic delays
- Improved error handling and container launch reliability
- Removed debug logging for cleaner output
- Fixed SSL certificate handling for domains

This release is production-ready for Y-Combinator deployment.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Aug 10:11
moving workspace to its own repo

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 05:41
fixing auth issues