Commit Graph

144 Commits

Author SHA1 Message Date
Olivier Gagnon b5e4d706b2 🔖 Build v1.6.4 2022-04-13 12:32:26 -04:00
Olivier Gagnon d7822b389e 🔖 Build v1.6.3 2022-04-13 01:40:29 -04:00
Olivier Gagnon aa447d3051 🔖 Build v1.6.1 2022-04-13 01:37:53 -04:00
Olivier Gagnon 219b9589cf update browserlist 2022-04-12 14:08:10 -04:00
hydroflame 9fcbf83b3f Merge pull request #3237 from danielyxie/dependabot/npm_and_yarn/electron-14.2.4
Bump electron from 14.0.2 to 14.2.4
2022-04-08 00:06:23 -04:00
hydroflame 14762be646 Merge pull request #3267 from danielyxie/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-04-08 00:05:49 -04:00
dependabot[bot] 7b278930a5 Bump electron from 14.0.2 to 14.2.4
Bumps [electron](https://github.com/electron/electron) from 14.0.2 to 14.2.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/v14.0.2...v14.2.4)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 22:14:36 +00:00
dependabot[bot] 3126dc55b2 Bump plist from 3.0.4 to 3.0.5
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 19:32:40 +00:00
dependabot[bot] d51a0dfd97 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 19:32:29 +00:00
Olivier Gagnon 26e6036f57 added typesbcrypths 2022-03-16 18:01:26 -04:00
Olivier Gagnon 2e9652e41a add bcrypt 2022-03-16 17:45:46 -04:00
hydroflame adc95d1443 Merge pull request #2954 from danielyxie/dependabot/npm_and_yarn/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8
2022-03-01 10:42:14 -05:00
dependabot[bot] 03c0c662a8 Bump url-parse from 1.5.3 to 1.5.10
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.10)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-26 04:08:34 +00:00
Olivier Gagnon ee887de151 update version 2022-02-23 10:45:26 -05:00
dependabot[bot] 2dedd65cc1 Bump follow-redirects from 1.14.7 to 1.14.8
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-12 02:32:04 +00:00
Olivier Gagnon 95e67f954b build 2022-01-27 20:24:43 -05:00
Martin Fournier 412ef543c8 Run npm audit fix to resolve vulnerabilities
It did not resolve all of the vulns as some are gated behind breaking
changes. Most of them seem to be resolved when updating to webpack 5

Also moves devDependencies out of normal dependencies, as a few libs
were better suited for dev.
2022-01-26 05:47:27 -05:00
Olivier Gagnon 1e0e9f7bd7 change button text 2022-01-02 11:55:06 -05:00
theit8514 8f77f720e6 Cache the blobs generated by scripts 2021-12-23 23:06:01 -05:00
hydroflame 795f8b4d2b Merge pull request #2140 from danielyxie/mychanges
mychanges
2021-12-22 19:19:39 -05:00
Martin Fournier 6363c704db Handle electron process uncaught exceptions
Handling the exceptions and closing the app seem to properly kill the
dangling processes that appear at launch in Windows 10. Without this, if
an exception is throw before the window is active (ie: no
steamapp_id.txt file), there will be remaining processes.

Added electron-log to additionally log to a text file.
2021-12-22 15:28:55 -05:00
Olivier Gagnon f72d4b89d4 text editor improvements 2021-12-20 03:02:23 -05:00
BuildTools 9c19ddf6a7 fixed git issue 2021-12-20 01:40:01 -06:00
Jordan Turner 687682fcbd added syntax useage to github ns page 2021-12-15 10:10:32 -07:00
Olivier Gagnon 69a9448e47 fix typos 2021-12-12 12:46:56 -05:00
Olivier Gagnon e262c9bb38 achievements 2021-11-27 15:07:25 -05:00
Olivier Gagnon cf2efe7698 few bugdic 2021-11-11 17:00:36 -05:00
Olivier Gagnon 43fc5dfd48 work on doc 2021-10-30 12:34:14 -04:00
Olivier Gagnon d1d0ccf345 added possible infinite loop checker 2021-10-28 23:04:26 -04:00
Olivier Gagnon 91877dc172 netscript def is raw loaded 2021-10-27 23:19:19 -04:00
tyasuh.taeragan@gmail.com da02f8862a Commented Changes 2021-10-16 23:47:11 -04:00
Olivier Gagnon 89a6bf175d nuke half the dependencies because they were unused. 2021-10-14 19:31:17 -04:00
tyasuh.taeragan@gmail.com cee716bbb0 Typo Corrections 2021-10-14 12:22:35 -04:00
Olivier Gagnon 3f1d4875e7 Added toast function 2021-10-13 17:25:58 -04:00
Olivier Gagnon e436d7f3a0 up to date omg 2021-10-13 02:27:55 -04:00
Olivier Gagnon a5a28db47f asd 2021-10-13 02:15:29 -04:00
Olivier Gagnon c66a8b5974 update pl 2021-10-12 21:45:16 -04:00
Olivier Gagnon 227fbd7060 made log box resizable 2021-10-05 01:23:20 -04:00
Olivier Gagnon 70796e7674 use react-draggable 2021-10-05 00:59:40 -04:00
Olivier Gagnon 4abc1df840 convert to ts 2021-09-24 17:56:30 -04:00
Olivier Gagnon 06edf5b70c theme editor with color picker 2021-09-22 12:06:03 -04:00
Olivier Gagnon 0c932dd4d1 build bunch of fixes 2021-09-21 20:30:00 -04:00
Olivier Gagnon 4a3201cba3 update packagelock 2021-09-19 18:28:44 -04:00
David Edmondson 6013bacc60 Add fast-refresh 2021-09-16 20:52:38 -07:00
Olivier Gagnon 3fc46c8fc6 mui5 migration 2021-09-16 19:45:53 -04:00
Olivier Gagnon 407ed70ae3 mui5 2021-09-16 19:23:03 -04:00
Olivier Gagnon a21c0f4a0b update packages 2021-09-16 18:15:04 -04:00
Olivier Gagnon 3acf965dad fix some bugs 2021-09-16 18:10:28 -04:00
Olivier Gagnon 2922e42055 most terminal converted to ts 2021-09-16 18:10:28 -04:00
Olivier Gagnon ac80be1b40 electron build 2021-09-16 18:10:27 -04:00