- Update dependencies.
- Update changelog
- Update screenshots
This commit is contained in:
Keith Maika 2022-04-02 18:58:05 -04:00 committed by JC Brand
parent 9436bb9802
commit adfdde2f20
5 changed files with 933 additions and 3646 deletions

View File

@ -1,3 +1,9 @@
## 9.1.0 (unreleased)
- Update to converse.js 9.1.0
- Update to Electron to 18.0.1
- Remove angularjs and simplify application
## 0.1.0 (2020-08-07)
- Fix error handling for version check

View File

@ -14,12 +14,10 @@ A basic integration of [Converse.js](https://conversejs.org/) and Electron. With
## Screenshots and features
<p>
<img width="403" alt="Account form" src="https://user-images.githubusercontent.com/1450983/89672948-33bc0e80-d8ee-11ea-983f-21bbb707b45d.png">
<img width="403" alt="Main window" src="https://user-images.githubusercontent.com/1450983/89673019-4f271980-d8ee-11ea-8058-0ac6269983aa.png">
<img width="403" alt="Chat" src="https://user-images.githubusercontent.com/1450983/89673064-68c86100-d8ee-11ea-86c4-137e1b95dae7.png">
<img width="403" alt="Settings screen" src="https://user-images.githubusercontent.com/1450983/89673104-7847aa00-d8ee-11ea-8d30-8f84e7709e7c.png">
</p>
[![Login screen](https://user-images.githubusercontent.com/6234547/161444310-ed1157fe-4f09-4334-b133-f16a8b1ead86.jpg)](https://user-images.githubusercontent.com/6234547/161444142-87008557-a0ae-414d-ab81-9740502dab30.jpg)
[![One-to-one chat](https://user-images.githubusercontent.com/6234547/161444320-62179698-d4cb-4522-8ee4-5fd727bbff0d.jpg)](https://user-images.githubusercontent.com/6234547/161444152-8a44b284-48a6-4c8e-a16e-95399b4def16.jpg)
[![Multi-user chat](https://user-images.githubusercontent.com/6234547/161444323-5fe7e478-1923-47c3-9e99-84020fb44009.jpg)](https://user-images.githubusercontent.com/6234547/161444156-eb2224a7-6082-4fe7-aa55-44eec093e04d.jpg)
- Permanent account storage
- Tray icon

View File

@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<title>Converse Desktop</title>
<link rel="stylesheet" type="text/css" media="screen" href="node_modules/open-iconic/font/css/open-iconic.css">
<link rel="stylesheet" type="text/css" media="screen" href="node_modules/converse.js/dist/converse.min.css">
<link rel="stylesheet" type="text/css" href="resources/css/app.css">
</head>

4546
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@converse/desktop",
"version": "0.1.0",
"version": "9.1.0",
"description": "Desktop Jabber/XMPP client based on Converse.js and Electron",
"main": "main.js",
"scripts": {
@ -23,18 +23,15 @@
],
"license": "MPL-2.0",
"devDependencies": {
"electron": "^16.0.0",
"electron-builder": "^22.9.1",
"electron": "^18.0.0",
"electron-builder": "^22.14.0",
"electron-packager": "^15.2.0",
"electron-rebuild": "^3.2.5",
"eslint": "^8.4.1"
"eslint": "^8.12.0"
},
"dependencies": {
"converse.js": "conversejs/converse.js#d570b60",
"converse.js": "^9.1.0",
"electron-settings": "^4.0.2",
"github-buttons": "^2.8.0",
"keytar": "^7.3.0",
"open-iconic": "^1.1.1"
"keytar": "^7.9.0"
},
"build": {
"appId": "com.denry.converse-desktop",
@ -59,6 +56,7 @@
]
},
"linux": {
"maintainer": "Keith Maika <keithm@aoeex.com>",
"artifactName": "converse_desktop-${version}_${arch}.${ext}",
"icon": "resources/images/logo.png",
"target": [