Skip to content

Commit

Permalink
release: v.0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davay42 committed Mar 3, 2025
1 parent e3a6ae8 commit 940ab42
Show file tree
Hide file tree
Showing 11 changed files with 156 additions and 6 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.24.0

### Minor Changes

- # Gun-Vue 0.24

Lean web-app achieved! Some bugs still persist, though not as critical as those already solved.

- Proper PWA setup with offline capabilities

- OPFS + Web-torrents dynamic file sharing space with integrations into chats across the app

- New settings panel to hold all relay and configurations

- Private Chats are now called messages and also display a chat with yourself, where you can store your notes in encrypted graph, encrypted and signed by your key on your machine.

- Dialogs all the way! Now we have robust overlays with all user and room data that is shared between more specialized and isolated room features.

- New voting system for public chat topics ensures coexistence of multiple communities in the same room

- Improved security: `user.my_rooms` pub-keys are encrypted so even for every room we know who is the host, we don't know the exact rooms that user owns.

- Fixed a couple of tiny bugs in encyption process, that was breaking the room keys operations. Now all goes smooth.

- Relay now has a Node.js SEA (Single Executable Application) build! Build a relay yourself and run as a single executable ~95Mb in size. Our goal is not more than 5-10Mb.

- Huge cleanup and distillation of components. Started removing jsdoc to have pure JS that is human- and machine-readable at the same time.

- Updated docs with explanations, tutorials and reference

## 0.23.0

### Minor Changes
Expand Down
30 changes: 30 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @gun-vue/app

## 0.24.0

### Minor Changes

- # Gun-Vue 0.24

Lean web-app achieved! Some bugs still persist, though not as critical as those already solved.

- Proper PWA setup with offline capabilities

- OPFS + Web-torrents dynamic file sharing space with integrations into chats across the app

- New settings panel to hold all relay and configurations

- Private Chats are now called messages and also display a chat with yourself, where you can store your notes in encrypted graph, encrypted and signed by your key on your machine.

- Dialogs all the way! Now we have robust overlays with all user and room data that is shared between more specialized and isolated room features.

- New voting system for public chat topics ensures coexistence of multiple communities in the same room

- Improved security: `user.my_rooms` pub-keys are encrypted so even for every room we know who is the host, we don't know the exact rooms that user owns.

- Fixed a couple of tiny bugs in encyption process, that was breaking the room keys operations. Now all goes smooth.

- Relay now has a Node.js SEA (Single Executable Application) build! Build a relay yourself and run as a single executable ~95Mb in size. Our goal is not more than 5-10Mb.

- Huge cleanup and distillation of components. Started removing jsdoc to have pure JS that is human- and machine-readable at the same time.

- Updated docs with explanations, tutorials and reference

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/app",
"version": "0.23.0",
"version": "0.24.0",
"type": "module",
"homepage": "https://gun-vue.js.org",
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion app/public/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CACHE_NAME = 'gun-vue-v.0.23.0-1';
const CACHE_NAME = 'gun-vue-v.0.24.0';
const ASSETS_TO_CACHE = [
'/',
'/index.html',
Expand Down
30 changes: 30 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @gun-vue/components

## 0.24.0

### Minor Changes

- # Gun-Vue 0.24

Lean web-app achieved! Some bugs still persist, though not as critical as those already solved.

- Proper PWA setup with offline capabilities

- OPFS + Web-torrents dynamic file sharing space with integrations into chats across the app

- New settings panel to hold all relay and configurations

- Private Chats are now called messages and also display a chat with yourself, where you can store your notes in encrypted graph, encrypted and signed by your key on your machine.

- Dialogs all the way! Now we have robust overlays with all user and room data that is shared between more specialized and isolated room features.

- New voting system for public chat topics ensures coexistence of multiple communities in the same room

- Improved security: `user.my_rooms` pub-keys are encrypted so even for every room we know who is the host, we don't know the exact rooms that user owns.

- Fixed a couple of tiny bugs in encyption process, that was breaking the room keys operations. Now all goes smooth.

- Relay now has a Node.js SEA (Single Executable Application) build! Build a relay yourself and run as a single executable ~95Mb in size. Our goal is not more than 5-10Mb.

- Huge cleanup and distillation of components. Started removing jsdoc to have pure JS that is human- and machine-readable at the same time.

- Updated docs with explanations, tutorials and reference

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/components",
"version": "0.23.0",
"version": "0.24.0",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/defucc/gun-vue/issues"
Expand Down
30 changes: 30 additions & 0 deletions composables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @gun-vue/composables

## 0.24.0

### Minor Changes

- # Gun-Vue 0.24

Lean web-app achieved! Some bugs still persist, though not as critical as those already solved.

- Proper PWA setup with offline capabilities

- OPFS + Web-torrents dynamic file sharing space with integrations into chats across the app

- New settings panel to hold all relay and configurations

- Private Chats are now called messages and also display a chat with yourself, where you can store your notes in encrypted graph, encrypted and signed by your key on your machine.

- Dialogs all the way! Now we have robust overlays with all user and room data that is shared between more specialized and isolated room features.

- New voting system for public chat topics ensures coexistence of multiple communities in the same room

- Improved security: `user.my_rooms` pub-keys are encrypted so even for every room we know who is the host, we don't know the exact rooms that user owns.

- Fixed a couple of tiny bugs in encyption process, that was breaking the room keys operations. Now all goes smooth.

- Relay now has a Node.js SEA (Single Executable Application) build! Build a relay yourself and run as a single executable ~95Mb in size. Our goal is not more than 5-10Mb.

- Huge cleanup and distillation of components. Started removing jsdoc to have pure JS that is human- and machine-readable at the same time.

- Updated docs with explanations, tutorials and reference

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion composables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/composables",
"version": "0.23.0",
"version": "0.24.0",
"homepage": "https://gun-vue.js.org",
"bugs": {
"url": "https://github.com/DeFUCC/gun-vue/issues"
Expand Down
30 changes: 30 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @gun-vue/docs

## 0.24.0

### Minor Changes

- # Gun-Vue 0.24

Lean web-app achieved! Some bugs still persist, though not as critical as those already solved.

- Proper PWA setup with offline capabilities

- OPFS + Web-torrents dynamic file sharing space with integrations into chats across the app

- New settings panel to hold all relay and configurations

- Private Chats are now called messages and also display a chat with yourself, where you can store your notes in encrypted graph, encrypted and signed by your key on your machine.

- Dialogs all the way! Now we have robust overlays with all user and room data that is shared between more specialized and isolated room features.

- New voting system for public chat topics ensures coexistence of multiple communities in the same room

- Improved security: `user.my_rooms` pub-keys are encrypted so even for every room we know who is the host, we don't know the exact rooms that user owns.

- Fixed a couple of tiny bugs in encyption process, that was breaking the room keys operations. Now all goes smooth.

- Relay now has a Node.js SEA (Single Executable Application) build! Build a relay yourself and run as a single executable ~95Mb in size. Our goal is not more than 5-10Mb.

- Huge cleanup and distillation of components. Started removing jsdoc to have pure JS that is human- and machine-readable at the same time.

- Updated docs with explanations, tutorials and reference

## 0.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/docs",
"version": "0.23.0",
"version": "0.24.0",
"private": "true",
"homepage": "https://gun-vue.js.org",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gun-vue/repo",
"version": "0.23.0",
"version": "0.24.0",
"private": true,
"homepage": "https://gun-vue.js.org",
"repository": {
Expand Down

0 comments on commit 940ab42

Please sign in to comment.