Skip to content

Commit 3985b64

Browse files
committed
Version 0.3.1
1 parent 2363a01 commit 3985b64

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- [0.1.0](#0.1.0)
55
- [0.2.0](#0.2.0)
66
- [0.3.0](#0.3.0)
7+
- [0.3.1](#0.3.1)
78

89
 
910

@@ -181,6 +182,38 @@ Commit: [3e22505](https://github.com/wardrobe-hq/wardrobe/commit/3e22505)
181182
- Updated dependencies
182183
- Minor other changes
183184

185+
Commit: [af9b9ca](https://github.com/wardrobe-hq/wardrobe/commit/af9b9ca)
186+
187+
 
188+
189+
<a id="0.3.1"></a>
190+
191+
## 2026-05-23, Version 0.3.1
192+
**Additions:**
193+
- Added ping api route
194+
- Added a state implementation for the server
195+
- Added a server middleware and loading splash screen to prevent API access when server is not ready yet
196+
- Implemented logger abstraction and fixed debug logs showing in prod
197+
198+
&nbsp;
199+
200+
**Reworks:**
201+
- refactor: Moved weather popout to seperated component
202+
- Reworked the server's structure to have a main file, group storage handlers together and improve job architecture
203+
- Migrated the project's directory structure to Nuxt 4
204+
205+
&nbsp;
206+
207+
**Fixes:**
208+
- Fixed oversight in clothing & outfit patching on subscription event, leading to page not updating correctly or not at all
209+
210+
&nbsp;
211+
212+
**Changes:**
213+
- Don't show debug notifications in prod mode
214+
- Updated contributing guidelines and added pull request template
215+
- Minor other changes
216+
184217
Commit: [](https://github.com/wardrobe-hq/wardrobe/commit/)
185218

186219
&nbsp;

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wardrobe",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Selfhosted clothing management web app for your personal wardrobe or commercial store!",
55
"author": "3urobeat",
66
"license": "AGPL-3.0",

0 commit comments

Comments
 (0)