Skip to content

Commit 14064b4

Browse files
committed
Created v2.0.6 beta release
1 parent b0ad54d commit 14064b4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

public/CHANGELOG.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 2.0.6
1+
# Version 2.0.7
22

33
#### Bluetooth support
44
<img height="10%" width="10%" src="src/assets/images/Bluetooth_FM_Black.png"/></img>
@@ -31,3 +31,4 @@
3131
* Google Drive integration is now available to save and load files
3232
* Third-party drivers can now be added to XRPCode
3333
* 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default defineConfig(({ mode }) => {
6767
server: {
6868
port: 3000,
6969
proxy: {
70-
'/api': env.AI_URL
70+
'/api': env.GOOGLE_CHATAPI_PROXY_TARGET
7171
}
7272
},
7373
build: {

0 commit comments

Comments
 (0)