Releases: IceWhaleTech/CasaOS-App-UI
Releases · IceWhaleTech/CasaOS-App-UI
v0.0.136: feat: add GPU resource management for Docker containers (#157)
- Add GpuManager component for NVIDIA GPU selection - Integrate GPU management in ComposeConfig component - Add GPU list state management in store - Update i18n translations for GPU features - Support both "all GPUs" and individual GPU selection modes
v0.0.135
fix: remove redundant mouseenter event handler in AppCard component (…
v0.0.134: fix: improve dropdown position calculation in AppCard (#155)
- Add viewport boundary detection to prevent overflow - Enhance dropdown positioning logic for better UX
v0.0.133: fix: resolve memory limit and type issues in app configuration (#154)
Pre-release
- Fix totalMemory access issue by moving duplexDisplay from filter to method - Replace deprecated document.domain with window.location.hostname - Ensure consistent string type handling for min_memory values - Add proper number type conversion for vue-slider min prop
v0.0.132
fix isStarting filter error (#153)
v0.0.131
update app control
v0.0.130
update user
v0.0.129
update app action button (#150)
v0.0.128: refactor: improve memory handling and app status display (#149)
- Update dev IP configuration - Replace grayscale with opacity for stopped apps - Convert memory units from MB to bytes for better precision - Add memory tooltip formatter in compose config - Enhance AppCard v-model implementation - Improve code formatting and component structure
v0.0.127
fix action button hover issue. (#148)