File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed
Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ v0.1.0-alpha.4] - Unreleased
6+
7+ ### Features
8+ - Users can enable or disable features in Nixopus as needed, giving them full control based on their individual preferences and use cases (#66 )
9+ - Added caching layer for API endpoints to improve performance by caching frequently accessed middleware checks (#69 )
10+ - Added container management interface with detailed view and actions (restart, stop, remove) (#72 )
11+
12+ ### Fixes
13+ - Skip automatic update checks and disable update functionality in development environment (#71 )
14+ - Automatic port mapping for docker configurations (#73 )
15+
16+ ### Tests
17+ - Added unit tests for audit, auth, domain features service and storage layers (#68 )
18+
19+ ### CI
20+ - Spin up Test CI during feat/develop or master branches as the target and for PR's
21+ - Fixed auto commit not working for formatting nixopus api and nixopus view
22+
23+ ### Chore
24+ - Added common.loading translations to i18n files
25+ - Prevent domain belongs to server checking logic from Dev Environment
26+ - Removed log viewer components description
27+
28+ [ Unreleased ] : https://github.com/raghavyuva/nixopus/compare/v0.1.0-alpha.3...HEAD
29+ [ v0.1.0-alpha.4 ] : https://github.com/raghavyuva/nixopus/compare/v0.1.0-alpha.3...v0.1.0-alpha.4
Original file line number Diff line number Diff line change 1- v0.1.0-alpha.3
1+ v0.1.0-alpha.4
You can’t perform that action at this time.
0 commit comments