Skip to content

Commit 07058aa

Browse files
author
Andrei Telteu
committed
v1.0.8 release with a new taskbar
1 parent 6e47e32 commit 07058aa

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,20 @@ npm start
9696
9797
## Roadmap:
9898
99-
| | |
100-
| -------- | --------------------------------------------- |
101-
| ☐ | Center windows by default |
102-
| ☐ | Create a taskbar and add support for minimize |
103-
| ☐ | Support maximize |
99+
| | |
100+
| -------- | ------------------------- |
101+
| ☐ | Center windows by default |
102+
| ✅ | Create a taskbar |
103+
| ☐ | Add support for minimize |
104+
| ☐ | Support maximize |
104105
105106
## Changelog:
106107
108+
### v1.0.8
109+
110+
- Created a taskbar with focus and close functionality
111+
- windowState renamed to windowStore
112+
107113
### v1.0.6-7
108114
109115
- Exported windowState for external control

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solidjs-window-manager",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Create a window based UI that is persistent in localstorage.",
55
"type": "module",
66
"main": "dist/esm/index.js",

0 commit comments

Comments
 (0)