smartfridge
254ba93433
Update Window state manager ( #291 )
...
* Update Window state
* Add x/y state saving
2022-12-10 19:01:47 +01:00
smartfridge
d7a318d5c3
Update arrpc to 2.2.0
2022-11-22 15:03:54 +01:00
Ven
ed775cbf31
Fix npm format script ( #261 )
2022-11-21 06:50:21 +01:00
Ven
bea251634c
yeet husky ( #259 )
2022-11-20 21:05:40 +01:00
Ven
fbeffdb166
Add missing BrowserWindow import; bump deps ( #258 )
2022-11-20 20:46:37 +01:00
smartfridge
ddac01ee8f
Update arRPC
2022-11-20 13:48:07 +01:00
smartfridge
ac806fffb7
Dependencies fix
2022-11-19 23:29:12 +01:00
smartfridge
a0e0f6a516
Add experimental arrpc
2022-11-19 23:15:05 +01:00
smartfridge
e5ab7a7232
Update transparency stuff
2022-11-19 19:32:46 +01:00
smartfridge
cf4fe8e57b
Update vibe to hopefully fix builds
2022-11-19 19:24:33 +01:00
smartfridge
5d80d44fc8
Re-add client mods (vencord, shelter)
2022-11-19 18:23:28 +01:00
smartfridge
537ddaf758
Update Vibe
2022-10-11 21:05:20 +02:00
smartfridge
636bd8264c
Specify pnpm version
2022-10-11 20:50:41 +02:00
smartfridge
f523f92367
Add transparency option
2022-10-08 17:43:08 +02:00
smartfrigde
7b25fc70c9
Move away from using webpack for gettign lang
2022-09-27 13:04:18 +00:00
smartfridge
75276dee90
Update Electron
2022-08-25 16:10:26 +02:00
KayoticCarnige
fb6348ee82
(Attempt 2) A bunch of shit ( #175 )
...
* 2 new things (Read desc.)
- Cleaned up ASAR packaging, ignoring unneeded files for building
- Moved install location for Windows users ("AppData\Local\Programs" -> "AppData\Local"
* 3 things (Read desc.)
- Updated things related to Hummus (Hummus settings don't save nor load in it's respective settings window yet, idk why)
- Added check for package version (ArmCord's internal version)
- Made check for Kernel mod a bit cleaner, it still uses the same jank method
* 3 things
- Made macOS titlebar more accurate to Discord
- Added "unFocused" class when window isn't focused
- Added option to uninstall Husky hook for Windows users with reminder to run format script before committing
* Resolved a dumb issue
My dumbass not knowing the "echo" command existed smh
* Made "precommit-fix" warning more noticable
* Whoops
* Fixed a CSS bug
Discord updates are gonna hate us, huh?
2022-08-22 11:24:55 +02:00
KayoticCarnige
cb69a35dd6
2 new things (Read desc.) ( #159 )
...
- Cleaned up ASAR packaging, ignoring unneeded files for building
- Moved install location for Windows users ("AppData\Local\Programs" -> "AppData\Local"
2022-07-18 20:53:25 +02:00
smartfridge
c933981420
Add fixes for pasting images using keyboard shortcuts
2022-07-14 17:25:59 +02:00
smartfrigde
5d19f1844b
cleaning up
2022-07-05 18:34:53 +02:00
smartfrigde
9ab08b16d8
Update dependencies
2022-06-14 16:07:33 +02:00
smartfrigde
86c3636a19
Add setup translation loading
2022-06-12 20:59:59 +02:00
smartfrigde
98f88f4609
Fix icon loading
2022-06-10 20:46:30 +02:00
smartfrigde
12352e3536
Fix icon generating on Debian
2022-06-02 14:28:42 +02:00
smartfrigde
1489e213e5
Update Electron to 18.2.4
2022-05-23 15:37:27 +02:00
smartfrigde
5e132564aa
Include translations in the asar
2022-05-22 16:38:09 +02:00
smartfrigde
c848ad862c
Fix clipboard bug
2022-05-21 13:00:04 +02:00
smartfrigde
d2eeb054d4
Remove auto launch
2022-05-14 21:33:43 +02:00
smartfrigde
5893f5bea9
Add auto-launch and bunch of other things
2022-05-14 21:02:09 +02:00
smartfrigde
6663b6de5f
Add missing setting to setup and settings menu
2022-05-14 20:00:33 +02:00
smartfrigde
1222a37a44
Fix image pasting
2022-05-14 19:55:06 +02:00
smartfridge
d1d7c5834c
Fix broken json
2022-05-13 21:34:22 +02:00
smartfridge
aac1df6ca9
Update Electron to 18.2.3
...
Fixes #112
2022-05-13 21:32:54 +02:00
smartfridge
0eeb1b3855
Update package.json
2022-05-13 21:27:09 +02:00
dependabot[bot]
9a24d44bfa
Bump ws from 8.5.0 to 8.6.0 ( #106 )
...
Bumps [ws](https://github.com/websockets/ws ) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.5.0...8.6.0 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-13 21:23:18 +02:00
dependabot[bot]
b86cb5546d
Bump husky from 7.0.4 to 8.0.1 ( #108 )
...
Bumps [husky](https://github.com/typicode/husky ) from 7.0.4 to 8.0.1.
- [Release notes](https://github.com/typicode/husky/releases )
- [Commits](https://github.com/typicode/husky/compare/v7.0.4...v8.0.1 )
---
updated-dependencies:
- dependency-name: husky
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-05-13 21:23:11 +02:00
dependabot[bot]
466597727e
Bump @types/node from 17.0.25 to 17.0.33 ( #111 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.25 to 17.0.33.
- [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-05-13 21:23:04 +02:00
dependabot[bot]
e3a7d9797f
Bump typescript from 4.6.3 to 4.6.4 ( #104 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.3 to 4.6.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.3...v4.6.4 )
---
updated-dependencies:
- dependency-name: typescript
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-05-13 21:22:44 +02:00
Alyxia Sother
0df10b79ee
Upgrade Electron to 18.1.0 ( #100 )
2022-04-25 18:43:28 +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
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
1a461e9a32
Backport things from stable branch back to dev
2022-04-18 12:05:06 +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
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
2f01b26339
Fix temporary setup and format
2022-03-05 18:04:27 +01:00
Alyxia Sother
87920505db
formatting
...
a.k.a. "Install Prettier"
2022-03-04 18:21:48 +00: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
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
eb1e908b69
v3.0.2
2022-01-16 21:40:14 +01:00
smartfrigde
414dbb4f55
maybe not
2022-01-16 21:40:03 +01:00
smartfrigde
9fbfc778cc
v3.0.2
2022-01-16 21:31:36 +01:00
smartfrigde
92a452cea4
v3.0.1
2022-01-16 19:14:57 +01:00
smartfrigde
fc1ffb5c55
v3.0.0
2022-01-15 22:33:28 +01:00
smartfrigde
635b685dd8
t
2022-01-15 22:32:59 +01:00
smartfrigde
b7f94d23f8
v3.0.0
2022-01-15 22:29:15 +01:00
smartfrigde
75f2c35b16
fix workflow
2022-01-15 22:28:39 +01:00
smartfrigde
fb62acd9e3
epic fail
2022-01-15 22:27:40 +01:00
smartfrigde
5025d7a3df
v3.0.0
2022-01-15 22:24:52 +01:00
smartfrigde
1debbe60fe
Getting ready for 3.0
2022-01-15 22:21:51 +01:00
smartfrigde
521278cf00
Titlebar, client mod, Discord, everything loads
2022-01-15 19:31:51 +01:00
smartfridge
21fb6e8d93
Titlebar fix + tray + minor code improvements
2021-12-26 19:58:05 +01:00
smartfridge
101bc63651
Initial source code upload
2021-12-24 22:56:49 +01:00
smartfridge
08b2b312f6
2.7.0 - Test
2021-11-07 15:12:42 +01:00
smartfridge
d18504bc2f
v2.6.1
2021-11-01 17:57:38 +01:00
smartfridge
6e12b1baa2
Fix cumcord bug
2021-11-01 17:57:03 +01:00
smartfridge
8c3abc8cf6
v2.6.0
2021-11-01 12:01:04 +01:00
smartfridge
0de7ca8f50
v1.2.3
2021-11-01 12:00:10 +01:00
smartfridge
154c4e034d
Bump version
2021-11-01 11:59:01 +01:00
smartfridge
64c6c1f118
2.6.0
2021-11-01 11:47:32 +01:00
smartfridge
64b0f6eeba
v2.5.0
2021-07-17 17:55:10 +02:00
smartfridge
12df5e6b09
v2.5.0
2021-07-17 17:43:37 +02:00
smartfridge
df571930cf
updates
2021-07-15 15:45:56 +02:00
smartfridge
c76cf4f6cf
Update versions and license in package.json
2021-07-14 18:48:23 +02:00
smartfridge
e72293285b
Correct freedesktop category
2021-07-01 11:28:06 +02:00
smartfridge
f4167736a0
I'm stupid
2021-07-01 11:23:33 +02:00
smartfridge
d21c95008c
Add email because Bill Gates told me to do so
2021-07-01 11:19:39 +02:00
smartfridge
247eda7c59
Linux Build test
2021-06-30 21:16:05 +02:00
smartfridge
bf4f0e4a5b
v2.5.0-TESTING
2021-06-30 16:15:57 +02:00
smartfridge
dfc6995064
Workflows fix + don't default to non-asar build
2021-06-30 15:59:18 +02:00
smartfridge
0aa6e1399c
Re-do plugin/theme loading. Move plugins/themes to userdata
2021-06-30 14:42:36 +02:00
smartfridge
1d84e24825
the shit is broken + new building system
2021-06-29 17:23:52 +02:00
smartfridge
27c95da82f
Update packages
2021-06-26 21:42:14 +02:00
KayoticCarnige
dccf461fc3
Update package.json
2021-05-22 12:03:48 -04:00
smartfridge
0d7a68c713
amongus broke my discord :(
2021-05-20 18:42:16 +02:00
smartfridge
3461a997df
fuck depandabot all my homies hate dependabot
2021-05-20 18:27:04 +02:00
smartfridge
2b6544bb2c
Merge pull request #23 from smartfrigde/dependabot/npm_and_yarn/electron-forge/cli-6.0.0-beta.55
...
Bump @electron-forge/cli from 6.0.0-beta.54 to 6.0.0-beta.55
2021-05-20 18:15:18 +02:00
smartfridge
70949d8414
Merge branch 'canary' into dependabot/npm_and_yarn/electron-context-menu-3.1.0
2021-05-20 18:13:52 +02:00
dependabot[bot]
d405b89fa9
Bump electron-context-menu from 3.0.0 to 3.1.0
...
Bumps [electron-context-menu](https://github.com/sindresorhus/electron-context-menu ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/sindresorhus/electron-context-menu/releases )
- [Commits](https://github.com/sindresorhus/electron-context-menu/compare/v3.0.0...v3.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 13:10:21 +00:00
dependabot[bot]
a348117cb2
Bump @electron-forge/cli from 6.0.0-beta.54 to 6.0.0-beta.55
...
Bumps [@electron-forge/cli](https://github.com/electron-userland/electron-forge ) from 6.0.0-beta.54 to 6.0.0-beta.55.
- [Release notes](https://github.com/electron-userland/electron-forge/releases )
- [Changelog](https://github.com/electron-userland/electron-forge/blob/master/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-forge/compare/v6.0.0-beta.54...v6.0.0-beta.55 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 13:10:14 +00:00