We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0ad54d + 14064b4 commit 092bc57Copy full SHA for 092bc57
2 files changed
public/CHANGELOG.txt
@@ -1,4 +1,4 @@
1
-# Version 2.0.6
+# Version 2.0.7
2
3
#### Bluetooth support
4
<img height="10%" width="10%" src="src/assets/images/Bluetooth_FM_Black.png"/></img>
@@ -31,3 +31,4 @@
31
* Google Drive integration is now available to save and load files
32
* Third-party drivers can now be added to XRPCode
33
* Theming support for light and dark modes
34
+* Support the New Puppet Protocol for communication with the XRP Bluetooth (advanced users) [See XPP](https://xrpcode.io/docs/puppet_protocol)
vite.config.ts
@@ -67,7 +67,7 @@ export default defineConfig(({ mode }) => {
67
server: {
68
port: 3000,
69
proxy: {
70
- '/api': env.AI_URL
+ '/api': env.GOOGLE_CHATAPI_PROXY_TARGET
71
}
72
},
73
build: {
0 commit comments