Commit Graph

406 Commits

Author SHA1 Message Date
smartfridge 095a060be5
Update README.md 2022-04-19 22:45:01 +02:00
dependabot[bot] 07d5cd15d0
Bump @types/node from 17.0.24 to 17.0.25 (#96)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.24 to 17.0.25.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 22:45:01 +02:00
dependabot[bot] 9599013977
Bump electron-builder from 22.5.1 to 23.0.3 (#95)
Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 22.5.1 to 23.0.3.
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v23.0.3/packages/electron-builder)

---
updated-dependencies:
- dependency-name: electron-builder
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 22:45:00 +02:00
smartfrigde be6364cdfa
Add dev build CI 2022-04-19 22:44:05 +02:00
smartfrigde 7a7dd05163 Make invite websocket togglable 2022-04-19 19:59:52 +02:00
smartfrigde 37966b985a Fix websocket not unlocking when window is closed manually 2022-04-19 16:10:12 +02:00
smartfrigde eda6621989 Fix websocket logger 2022-04-19 16:02:30 +02:00
smartfrigde 3d0fd7071b Add websocket for invitation link requests 2022-04-19 15:56:04 +02:00
smartfrigde bac604a7cc Get rid of electron-json-storage and switch to our own solution 2022-04-18 13:03:26 +02:00
smartfrigde 9d2a1190cf Remove legacy config helper functions 2022-04-18 12:25:10 +02:00
smartfrigde a39fe281f6 Add ArmCord storage manager 2022-04-18 12:20:38 +02:00
smartfrigde 40239159ed Fix corrupted config checker 2022-04-18 12:06:17 +02:00
smartfrigde 1a461e9a32 Backport things from stable branch back to dev 2022-04-18 12:05:06 +02:00
smartfridge 5801aed6e6
Merge pull request #91 from ArmCord/dependabot/npm_and_yarn/electron-builder-23.0.3
Bump electron-builder from 22.14.13 to 23.0.3
2022-04-14 19:53:46 +02:00
dependabot[bot] 91abf2db70
Bump electron-builder from 22.14.13 to 23.0.3
Bumps [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder) from 22.14.13 to 23.0.3.
- [Release notes](https://github.com/electron-userland/electron-builder/releases)
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-builder/CHANGELOG.md)
- [Commits](https://github.com/electron-userland/electron-builder/commits/v23.0.3/packages/electron-builder)

---
updated-dependencies:
- dependency-name: electron-builder
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 17:53:35 +00:00
smartfridge 324d054f9f
Merge pull request #92 from ArmCord/dependabot/npm_and_yarn/electron-18.0.4
Bump electron from 18.0.1 to 18.0.4
2022-04-14 19:52:16 +02:00
smartfridge 559604c27c
Merge pull request #93 from ArmCord/dependabot/npm_and_yarn/types/node-17.0.24
Bump @types/node from 14.18.12 to 17.0.24
2022-04-14 19:51:51 +02:00
smartfridge 1c5556509b
Merge pull request #94 from ArmCord/dependabot/npm_and_yarn/electron-tabs-0.17.0
Bump electron-tabs from 0.15.0 to 0.17.0
2022-04-14 19:51:42 +02:00
dependabot[bot] 96e3b6d5de
Bump electron-tabs from 0.15.0 to 0.17.0
Bumps [electron-tabs](https://github.com/brrd/electron-tabs) from 0.15.0 to 0.17.0.
- [Release notes](https://github.com/brrd/electron-tabs/releases)
- [Commits](https://github.com/brrd/electron-tabs/compare/0.15.0...0.17.0)

---
updated-dependencies:
- dependency-name: electron-tabs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 17:49:56 +00:00
dependabot[bot] b4aea6d2a1
Bump @types/node from 14.18.12 to 17.0.24
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.12 to 17.0.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 17:49:47 +00:00
dependabot[bot] 3eb6fee9b8
Bump electron from 18.0.1 to 18.0.4
Bumps [electron](https://github.com/electron/electron) from 18.0.1 to 18.0.4.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v18.0.1...v18.0.4)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-14 17:49:38 +00:00
smartfrigde 093969d6aa Update electron 2022-04-03 13:26:03 +02:00
smartfrigde f7d8bce402 Revert back to OSL-3.0 2022-04-03 13:22:28 +02:00
smartfridge 0aaec70cf3
Change to Porkord 2022-04-01 17:59:14 +02:00
smartfridge 9697619ee8
Merge pull request #89 from ArmCord/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-04-01 17:58:27 +02:00
dependabot[bot] 7258051d7a
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 12:42:36 +00:00
smartfrigde 53fd78dc4b Remove the build workflow for now 2022-03-05 18:07:47 +01:00
smartfrigde 1be3275375 Change the support link 2022-03-05 18:07:07 +01:00
smartfrigde 2f01b26339 Fix temporary setup and format 2022-03-05 18:04:27 +01:00
smartfridge 46f91276c2
Merge pull request #85 from lexisother/main
Install Prettier
2022-03-04 19:22:56 +01:00
Alyxia Sother 87920505db
formatting
a.k.a. "Install Prettier"
2022-03-04 18:21:48 +00:00
smartfridge 18bebfb421
Merge pull request #84 from lexisother/main
Rid ArmCord of `ts-ignore`
2022-03-04 17:37:55 +01:00
Alyxia Sother 7ed9f1bef2
Rid ArmCord of `ts-ignore` 2022-03-04 17:30:23 +01:00
smartfridge bab60a4f1b
Update tray.ts 2022-03-01 16:57:05 +01:00
smartfrigde 2a736fb9e0 v3.1.0 2022-02-26 22:27:06 +01:00
smartfrigde c98b6016ca Settings, Electron 17 and much more 2022-02-26 22:26:16 +01:00
smartfridge fcdb247601
Merge pull request #77 from xTunio/main
Fix app verion in tray
2022-02-18 22:57:12 +01:00
xTunio ead7e62d39
fix app verion in tray 2022-02-18 21:20:48 +01:00
smartfridge f7711034c5
Add sourceforge 2022-02-07 18:25:47 +01:00
smartfrigde a48258da45 v3.0.4 2022-01-30 20:50:48 +01:00
smartfrigde da7bf3948c Too many bug fixes to list here 2022-01-30 20:48:32 +01:00
smartfrigde a212dba6bb v3.0.3 2022-01-17 15:36:37 +01:00
smartfrigde 5ab18f68b8 Merge branch 'main' of https://github.com/armcord/armcord 2022-01-17 15:35:14 +01:00
smartfrigde 1f14f8b472 fix like everything 2022-01-17 15:35:12 +01:00
smartfridge 165e21c473
Merge pull request #71 from kz-n/readme-corrections
KevinCraft
2022-01-17 15:01:06 +01:00
kz-n 36f94bc404
Update README.md 2022-01-17 14:55:16 +01:00
smartfridge 70eacac888
Merge pull request #70 from kz-n/readme-corrections
Readme corrections
2022-01-17 14:51:59 +01:00
kz-n c2bd002968
Further notice on mac os builds not working 2022-01-17 13:23:09 +01:00
kz-n 65522c9718
Spelling mistake 2022-01-17 13:15:16 +01:00
kz-n 643611b509
Easier to read 2022-01-17 13:13:49 +01:00