Skip to content

Commit d37e306

Browse files
committed
chore(changelog): update changelog for v0.1.0-alpha.4 and update version.txt
1 parent 27a056a commit d37e306

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0-alpha.3
1+
v0.1.0-alpha.4

0 commit comments

Comments
 (0)