Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
doc: Update version/CHANGELOG/blog post for v27
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 30, 2021
1 parent ae501c3 commit 39eb4a7
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v27 (2021-09-30)

## Bugfixes

- Update to Electron 13.5.1 to fix Let's Encrypt root cert issue that stopped device file downloads.

# v26 (2021-09-12)

## Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-core-backend-library",
"version": "26.0.0",
"version": "27.0.0",
"description": "Desktop Intiface Application - Core Backend Library",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-core-library",
"version": "26.0.0",
"version": "27.0.0",
"description": "Desktop Intiface Application - Core Library",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/intiface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-desktop",
"version": "26.0.0",
"version": "27.0.0",
"private": true,
"author": "Nonpolynomial <[email protected]>",
"homepage": "https://intiface.com/desktop",
Expand Down
13 changes: 12 additions & 1 deletion packages/intiface/src/components/HomePanel/HomePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
>
</v-col>
</v-row>
<v-row>
<v-col cols="10">
<h2>NEWS FOR V27</h2>
<p>
v27 is just a quick patch build to fix an issue in Electron with certificates used when
fetching device files. I am very much looking forward to being done with Electron.
Hopefully coming in v28. Unless something else breaks that requires a new release.
</p>
<p>- qDot</p>
</v-col>
</v-row>
<v-row>
<v-col cols="10">
<h2>NEWS FOR V26</h2>
Expand All @@ -43,7 +54,7 @@
</p>
<p>- qDot</p>
</v-col>
</v-row>
</v-row>
<v-row>
<v-col cols="10">
<h2>NEWS FOR V24</h2>
Expand Down
2 changes: 1 addition & 1 deletion packages/protocols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-protocols",
"version": "26.0.0",
"version": "27.0.0",
"description": "Protocols for intiface process bindings",
"main": "./protocols/intiface_pb.js",
"types": "./protocols/intiface_pb.d.ts",
Expand Down

0 comments on commit 39eb4a7

Please sign in to comment.