Skip to content

Commit

Permalink
docs: update description and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ahme-dev committed Nov 10, 2022
1 parent 6eee256 commit 3372943
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 108 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### JournalV

Journaling app your days and dreams, being built with ~~Electron~~ Tauri and Vue.
Journaling app for your days and dreams, being built with ~~Electron~~ Tauri and Vue.

![app icon](assets/jv-icon-sm.png)

Expand Down Expand Up @@ -43,29 +43,29 @@ Here we go through some of the app screens and the showcase the features graphic
![peview1](assets/jv1.png)

- We can change the accent colour here:

![peview2](assets/jv2.png)

- Also can add entries, which we have here, adding a title and some content:

![peview3](assets/jv3.png)

- We can add tags to entries, too, for easy searches:

![peview4](assets/jv4.png)

- The search screen displays all entries stored, and search can be done through them:

![peview5](assets/jv5.png)

- Just typing will search through the titles only:

![peview6](assets/jv6.png)

- We can search using tags with the '#' prefix (other prefixes can be found in the menu):

![peview7](assets/jv7.png)

- Saving and loading data depends on your password:

![peview8](assets/jv8.png)
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "journalv",
"author": "ahmed.systems",
"description": "App for journaling your days and dreams.",
"private": true,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"vue": "^3.2.37",
"moment": "^2.29.4",
"pinia": "^2.0.22",
"@tauri-apps/api": "^1.1.0"
},
"devDependencies": {
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^3.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.2",
"vue-tsc": "^0.40.0",
"@tauri-apps/cli": "^1.1.0"
}
"name": "journalv",
"author": "ahmed.systems",
"description": "Journaling app for your days and dreams.",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"vue": "^3.2.37",
"moment": "^2.29.4",
"pinia": "^2.0.22",
"@tauri-apps/api": "^1.1.0"
},
"devDependencies": {
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^3.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.2",
"vue-tsc": "^0.40.0",
"@tauri-apps/cli": "^1.1.0"
}
}
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "journalv"
version = "0.2.1"
version = "0.3.0"
authors = ["ahmed.systems"]
description= "App for journaling your days and dreams."
description= "Journaling app for your days and dreams."
license = "BSD-3"
repository = ""
edition = "2021"
Expand Down
136 changes: 68 additions & 68 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
{
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": false
},
"package": {
"productName": "JournalV",
"version": "0.2.1"
},
"tauri": {
"allowlist": {
"fs": {
"writeFile": true,
"readFile": true,
"scope": ["$CONFIG/*"]
}
},
"bundle": {
"active": true,
"category": "Lifestyle",
"copyright": "",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "journalv",
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"height": 650,
"resizable": true,
"title": "JournalV",
"width": 900
}
]
}
"build": {
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build",
"devPath": "http://localhost:1420",
"distDir": "../dist",
"withGlobalTauri": false
},
"package": {
"productName": "JournalV",
"version": "0.3.0"
},
"tauri": {
"allowlist": {
"fs": {
"writeFile": true,
"readFile": true,
"scope": ["$CONFIG/*"]
}
},
"bundle": {
"active": true,
"category": "Lifestyle",
"copyright": "",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "journalv",
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"height": 650,
"resizable": true,
"title": "JournalV",
"width": 900
}
]
}
}

0 comments on commit 3372943

Please sign in to comment.