aboutsummaryrefslogtreecommitdiff
path: root/package.json
AgeCommit message (Collapse)Author
2024-05-01bumped version number to 1.11.1v1.11.10neGal
2024-03-16Bump follow-redirects from 1.15.4 to 1.15.6dependabot[bot]
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04Bump app-builder-lib and electron-builderdependabot[bot]
Bumps [app-builder-lib](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/app-builder-lib) to 24.13.3 and updates ancestor dependency [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together. Updates `app-builder-lib` from 24.6.3 to 24.13.3 - [Release notes](https://github.com/electron-userland/electron-builder/releases) - [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/CHANGELOG.md) - [Commits](https://github.com/electron-userland/electron-builder/commits/v24.13.3/packages/app-builder-lib) Updates `electron-builder` from 24.6.3 to 24.13.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/v24.13.3/packages/electron-builder) --- updated-dependencies: - dependency-name: app-builder-lib dependency-type: indirect - dependency-name: electron-builder dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18added a lot more functionality to scripts/langs.js0neGal
It's not capable of formatting language files, and now has a prompt interface for editing and adding missing localization strings. This removes the need for manually editing localization files beyond `en.json`, it'll still be edited manually. But maintainers will no longer have to open any localization files. I also updated the documentation for contributing to localizations.
2024-02-06added more options to scripts/download_count.js0neGal
2024-02-05switch to unzip-stream over unzipperv1.11.00neGal
unzipper apparently has a bug that causes extracted files to be corrupted, switching to unzip-stream may not be the best long term, but it at least solves this corrupting problem!
2024-02-05bumped version number to 1.11.00neGal
2024-01-29bump Electron from 22.3.25 to 28.2.00neGal
Ideally this has no consequences, but I'll still need to do actual testing against this, as it is quite a big version jump. However it'll in turn fix various things and possibly optimize and make many other things better along with it.
2024-01-09Bump follow-redirects from 1.14.8 to 1.15.4dependabot[bot]
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.8...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-11-27bumped version number to 1.10.0v1.10.00neGal
2023-10-07bumped version number to 1.9.0v1.9.00neGal
2023-10-05Bump electron from 22.3.24 to 22.3.25dependabot[bot]
Bumps [electron](https://github.com/electron/electron) from 22.3.24 to 22.3.25. - [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/v22.3.24...v22.3.25) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18Bump electron from 22.3.21 to 22.3.24dependabot[bot]
Bumps [electron](https://github.com/electron/electron) from 22.3.21 to 22.3.24. - [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/v22.3.21...v22.3.24) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14bumped version number to 1.8.5v1.8.50neGal
2023-09-06Bump electron from 22.0.0 to 22.3.21dependabot[bot]
Bumps [electron](https://github.com/electron/electron) from 22.0.0 to 22.3.21. - [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/v22.0.0...v22.3.21) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-26bumped version number to 1.8.4v1.8.40neGal
2023-08-21bumped version number to 1.8.3v1.8.30neGal
2023-08-17bumped version number to 1.8.2v1.8.20neGal
2023-07-31bump package versions fixing vulnerabilities0neGal
This shouldn't have any adverse effects on anything? With very minimal testing, everything seems completely fine, but I'll conduct a more thorough testing to ensure nothing broke with this.
2023-07-25bumped version number to 1.8.1v1.8.10neGal
2023-07-24bumped version number to 1.8.0v1.8.00neGal
2023-04-16bumped version number to 1.7.3v1.7.30neGal
2023-04-01bumped version number to 1.7.2v1.7.20neGal
2023-03-09bumped version number to 1.7.1v1.7.10neGal
2023-02-07bumped version number to 1.7.0v1.7.00neGal
2023-01-15rename build/ to scripts/0neGal
2023-01-12rename: --debug to --devtools0neGal
2022-12-24build(deps): bump got, electron and electron-builderdependabot[bot]
Bumps [got](https://github.com/sindresorhus/got) to 11.8.6 and updates ancestor dependencies [got](https://github.com/sindresorhus/got), [electron](https://github.com/electron/electron) and [electron-builder](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-builder). These dependencies need to be updated together. Updates `got` from 9.6.0 to 11.8.6 - [Release notes](https://github.com/sindresorhus/got/releases) - [Commits](https://github.com/sindresorhus/got/compare/v9.6.0...v11.8.6) Updates `electron` from 18.3.7 to 22.0.0 - [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.3.7...v22.0.0) Updates `electron-builder` from 22.5.1 to 23.6.0 - [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.6.0/packages/electron-builder) --- updated-dependencies: - dependency-name: got dependency-type: indirect - dependency-name: electron dependency-type: direct:development - dependency-name: electron-builder dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23build(deps-dev): bump electron from 16.2.6 to 18.3.7dependabot[bot]
Bumps [electron](https://github.com/electron/electron) from 16.2.6 to 18.3.7. - [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/v16.2.6...v18.3.7) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23bumped version number to 1.6.3v1.6.30neGal
2022-09-16refactor: replace "-p" by "--publish" in executable buildsRemy Raes
2022-09-16Merge branch '0neGal:main' into feat/ci-buildsRémy Raes
2022-09-14bumped version number to 1.6.2v1.6.20neGal
2022-09-14Merge branch 'main' of github.com:0neGal/viper into feat/ci-buildsAlystrasz
2022-08-17removed man page0neGal
Along with it marked-man, it has npm problems, and we also don't package the man page anywhere, so there's not much reason to keep it here.
2022-08-07fix: do not let electron-builder publish development buildsAlystrasz
2022-07-08bumped version number to 1.6.1v1.6.10neGal
2022-06-29Bump electron from 16.0.6 to 16.2.6dependabot[bot]
Bumps [electron](https://github.com/electron/electron) from 16.0.6 to 16.2.6. - [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/v16.0.6...v16.2.6) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-12bumped version number to 1.6.0v1.6.00neGal
2022-05-21bumped version number to 1.5.1v1.5.10neGal
2022-05-20bumped version number to 1.5.0v1.5.00neGal
2022-05-03bumped version number to 1.4.00neGal
2022-05-02mods.modfile().get() is identical to mods.list()0neGal
Albeit mods.list() doesn't actually search the manifest file for a version number, and I'll implement that later.
2022-04-24bumped version number to 1.3.4v1.3.40neGal
2022-04-17bumped version number to 1.3.3v1.3.30neGal
2022-04-16bumped version number to 1.3.2v1.3.20neGal
2022-04-13regular audit fix --force0neGal
2022-04-01bumped version number to 1.3.1v1.3.10neGal
2022-03-28bumped version number to 1.3.0v1.3.00neGal
2022-03-24bump electron from 16.0.5 to 16.0.6 (#101)dependabot[bot]
Bumps [electron](https://github.com/electron/electron) from 16.0.5 to 16.0.6. - [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/v16.0.5...v16.0.6) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>