This repository has been archived by the owner on Oct 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Support for e2ee rooms - Implement categories & file logging - Let the user know when the app can't reach the server (#93) fixes #13 fixes #326
- Loading branch information
Showing
64 changed files
with
3,760 additions
and
2,665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
{ | ||
"files": [ | ||
{ | ||
"includePattern": "nheko-VERSION_NAME_VALUE.dmg", | ||
"matrixParams": { | ||
"override": 1 | ||
}, | ||
"uploadPattern": "VERSION_NAME_VALUE/nheko-VERSION_NAME_VALUE.dmg" | ||
}, | ||
{ | ||
"includePattern": "nheko-VERSION_NAME_VALUE-x86_64.AppImage", | ||
"matrixParams": { | ||
"override": 1 | ||
}, | ||
"uploadPattern": "VERSION_NAME_VALUE/nheko-VERSION_NAME_VALUE-x86_64.AppImage" | ||
} | ||
], | ||
"package": { | ||
"desc": "Desktop client for the Matrix protocol", | ||
"issue_tracker_url": "https://github.com/mujx/nheko/issues", | ||
"licenses": [ | ||
"GPL-3.0" | ||
], | ||
"name": "nheko", | ||
"public_download_numbers": true, | ||
"public_stats": true, | ||
"repo": "matrix", | ||
"subject": "mujx", | ||
"vcs_url": "https://github.com/mujx/nheko", | ||
"website_url": "https://github.com/mujx/nheko" | ||
}, | ||
"publish": true, | ||
"version": { | ||
"name": "VERSION_NAME_VALUE", | ||
"vcs_tag": "VERSION_NAME_VALUE" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,3 +99,4 @@ package.dir | |
|
||
# Dependencies | ||
.third-party | ||
.deps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.