@evenrealities/evenhub-simulator 0.7.1 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -167,6 +167,12 @@ Notes:
|
|
|
167
167
|
|
|
168
168
|
# Changelog
|
|
169
169
|
|
|
170
|
+
## v0.7.2 (2026-04-15)
|
|
171
|
+
|
|
172
|
+
- Improved emoji rendering support (including previously missing emoji characters).
|
|
173
|
+
- Improved bounce/spring animation stability.
|
|
174
|
+
- Better compatibility with newer local build toolchains.
|
|
175
|
+
|
|
170
176
|
## v0.7.1 (2026-04-09)
|
|
171
177
|
|
|
172
178
|
A few fixes to behave more like firmware:
|
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evenrealities/evenhub-simulator",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "EvenHub glasses app simulator",
|
|
5
5
|
"bin": {
|
|
6
6
|
"evenhub-simulator": "bin/index.js"
|
|
7
7
|
},
|
|
8
8
|
"optionalDependencies": {
|
|
9
|
-
"@evenrealities/sim-darwin-arm64": "0.7.
|
|
10
|
-
"@evenrealities/sim-darwin-x64": "0.7.
|
|
11
|
-
"@evenrealities/sim-linux-x64": "0.7.
|
|
12
|
-
"@evenrealities/sim-win32-x64": "0.7.
|
|
9
|
+
"@evenrealities/sim-darwin-arm64": "0.7.2",
|
|
10
|
+
"@evenrealities/sim-darwin-x64": "0.7.2",
|
|
11
|
+
"@evenrealities/sim-linux-x64": "0.7.2",
|
|
12
|
+
"@evenrealities/sim-win32-x64": "0.7.2"
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT"
|
|
15
15
|
}
|