Desmond-Dong commited on
Commit
c256ff2
·
1 Parent(s): affc41b

chore: bump version to v0.5.2

Browse files
Files changed (3) hide show
  1. index.html +11 -0
  2. pyproject.toml +1 -1
  3. reachy_mini_ha_voice/__init__.py +1 -1
index.html CHANGED
@@ -97,6 +97,17 @@
97
  <h2>Changelog</h2>
98
  <div class="how-to-use changelog-container">
99
  <div class="changelog-scroll">
 
 
 
 
 
 
 
 
 
 
 
100
  <div class="changelog-entry">
101
  <span class="version">v0.5.1</span>
102
  <span class="date">2026-01-08</span>
 
97
  <h2>Changelog</h2>
98
  <div class="how-to-use changelog-container">
99
  <div class="changelog-scroll">
100
+ <div class="changelog-entry">
101
+ <span class="version">v0.5.2</span>
102
+ <span class="date">2026-01-09</span>
103
+ <ul>
104
+ <li>Fix: Home Assistant pose control restored (head, antennas, body yaw)</li>
105
+ <li>Fix: Continuous conversation (tap-to-wake) now properly continues after TTS</li>
106
+ <li>Fix: Emotion mapping updated to use available robot emotions</li>
107
+ <li>New: 50+ emotions available in Home Assistant emotion selector</li>
108
+ <li>Rename: Project renamed to "Reachy Mini for Home Assistant"</li>
109
+ </ul>
110
+ </div>
111
  <div class="changelog-entry">
112
  <span class="version">v0.5.1</span>
113
  <span class="date">2026-01-08</span>
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
  name = "reachy_mini_ha_voice"
7
- version = "0.5.1"
8
  description = "Home Assistant Voice Assistant for Reachy Mini"
9
  readme = "README.md"
10
  requires-python = ">=3.10"
 
4
 
5
  [project]
6
  name = "reachy_mini_ha_voice"
7
+ version = "0.5.2"
8
  description = "Home Assistant Voice Assistant for Reachy Mini"
9
  readme = "README.md"
10
  requires-python = ">=3.10"
reachy_mini_ha_voice/__init__.py CHANGED
@@ -11,7 +11,7 @@ Key features:
11
  - Reachy Mini motion control integration
12
  """
13
 
14
- __version__ = "0.5.1"
15
  __author__ = "Desmond Dong"
16
 
17
  # Don't import main module here to avoid runpy warning
 
11
  - Reachy Mini motion control integration
12
  """
13
 
14
+ __version__ = "0.5.2"
15
  __author__ = "Desmond Dong"
16
 
17
  # Don't import main module here to avoid runpy warning