Skip to content

Commit

Permalink
Merge pull request #164 from pixlie/chore/mvp_last_minute_fixes
Browse files Browse the repository at this point in the history
MVP last minute fixes
  • Loading branch information
brainless authored Sep 1, 2024
2 parents 9df75d5 + efbb352 commit d66abb5
Show file tree
Hide file tree
Showing 96 changed files with 1,584 additions and 1,327 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

## Communications: managed

One app for your emails, calendars, files, Slack and much more. Blazing fast search, offline access for unlimited accounts.
One app for your emails, calendars, contacts, files, Slack, blogs and much more.
Blazing fast search, offline access for unlimited accounts.

Open source and runs on your laptop for complete privacy. dwata **does not** send any data (not even product analytics) outside your computer without your explicit permission.

Expand Down Expand Up @@ -81,3 +82,7 @@ The Personal edition of dwata is completely free to use. Professional and Power
_Please remember that you pay for your AI model usage costs yourself (OpenAI, Anthropic, Groq, etc)_

Please check the [website](https://dwata.com/pricing) for pricing details.

## Credits

- [Logo of dwata](https://www.iconfinder.com/iconsets/business-and-finance-colorful-free-hand-drawn-set) by [Denis Sazhin](https://iconka.com/)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dwata",
"version": "0.1.4",
"version": "0.1.6",
"description": "AI assistants for everyone",
"type": "module",
"author": {
Expand All @@ -25,7 +25,7 @@
"solid-js": "^1.8.21"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.4",
"@tauri-apps/cli": "2.0.0-rc.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
Expand Down
90 changes: 45 additions & 45 deletions pnpm-lock.yaml

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

97 changes: 96 additions & 1 deletion src-tauri/Cargo.lock

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

3 changes: 2 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["openai"]

[package]
name = "dwata"
version = "0.1.4"
version = "0.1.6"
description = "AI assisted app for our private data"
authors = ["Sumit Datta <sumitdatta@gmail.com>"]
license = "Apache-2.0 license"
Expand Down Expand Up @@ -55,6 +55,7 @@ similar = "2.5.0"
slug = "0.1.5"
openai = { version = "2.0.0", path = "openai" }
tantivy = "0.22.0"
tauri-plugin-shell = "2.0.0-rc.2"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down
15 changes: 2 additions & 13 deletions src-tauri/capabilities/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
"$schema": "./schemas/desktop-schema.json",
"identifier": "main-capability",
"description": "Capability for the main window",
"windows": [
"main"
],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"resources:default",
"menu:default",
"tray:default",
"shell:allow-open"
]
"windows": ["main"],
"permissions": ["core:default", "shell:allow-open"]
}
2 changes: 1 addition & 1 deletion src-tauri/gen/schemas/acl-manifests.json

Large diffs are not rendered by default.

Loading

0 comments on commit d66abb5

Please sign in to comment.