Skip to content

Commit d80253a

Browse files
committed
v0.8.0 - massive redesign
1 parent 7c91f36 commit d80253a

14 files changed

Lines changed: 4995 additions & 1627 deletions

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
1010
versionCode 2
11-
versionName "0.7.0"
11+
versionName "0.8.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

bun.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/bun.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trusty-notes-electron",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"main": "main.js",
55
"type": "commonjs",
66
"description": "TrustyNotes is a simple, secure, and reliable note-taking app",
@@ -39,7 +39,7 @@
3939
}
4040
},
4141
"devDependencies": {
42-
"electron": "^36.2.1",
42+
"electron": "^36.3.1",
4343
"electron-builder": "^26.0.12"
4444
},
4545
"dependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "trusty-notes-web",
33
"private": true,
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"type": "module",
66
"description": "TrustyNotes is a simple, secure, and reliable note-taking app",
77
"author": "Toolworks.dev",
@@ -73,10 +73,10 @@
7373
"devDependencies": {
7474
"@types/react": "^19.1.5",
7575
"@types/react-dom": "^19.1.5",
76-
"@vitejs/plugin-react": "^4.4.1",
76+
"@vitejs/plugin-react": "^4.5.0",
7777
"concurrently": "^9.1.2",
7878
"cross-env": "^7.0.3",
79-
"electron": "^36.2.1",
79+
"electron": "^36.3.1",
8080
"electron-builder": "^26.0.12",
8181
"sharp": "^0.34.2",
8282
"typescript": "^5.8.3",

0 commit comments

Comments
 (0)