Skip to content

Commit

Permalink
Add support keep windows size.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaffeeLake committed Jan 2, 2024
1 parent 88b1924 commit 30c90b7
Show file tree
Hide file tree
Showing 6 changed files with 200 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
* text=auto eol=lf
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"platformAutomerge": false
"platformAutomerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash",
"platformAutomerge": false
"platformAutomerge": true
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Bluesky Electron Client

[Blueskyの公式Webクライアント](https://staging.bsky.app/)を単体アプリとして利用できるElectronを使ったクライアントです。<br />
[Blueskyの公式Webクライアント](https://bsky.app/)を単体アプリとして利用できるElectronを使ったクライアントです。<br />
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"name": "bsky-electron",
"version": "v0.1.0",
"version": "v0.2.0",
"description": "Bluesky Electron Client",
"keywords": ["Bluesky"],
"keywords": [
"Bluesky"
],
"homepage": "https://github.com/CaffeeLake/bsky-electron/",
"bugs": {
"url" : "https://github.com/CaffeeLake/bsky-electron/issues/"
"url": "https://github.com/CaffeeLake/bsky-electron/issues/"
},
"license": "MPL-2.0",
"author": "CaffeeLake <PascalCoffeeLake@gmail.com> (https://github.com/CaffeeLake/)",
Expand All @@ -23,11 +25,12 @@
"type-check": "tsc -p ./src/tsconfig.json"
},
"devDependencies": {
"electron": "^28.0.0",
"electron-builder": "^24.0.0",
"prettier": "^3.0.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
"electron": "^28.1.0",
"electron-builder": "^24.9.1",
"electron-store": "^8.1.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
},
"build": {
"appId": "com.caffeelake.bsky-electron",
Expand Down
Loading

0 comments on commit 30c90b7

Please sign in to comment.