1
0
mirror of https://github.com/S2-/gitlit synced 2025-08-04 05:10:05 +02:00

update dependencies

This commit is contained in:
s2
2018-10-09 09:51:34 +02:00
parent 4fcc873901
commit da4083f574
1112 changed files with 23205 additions and 21697 deletions

View File

@@ -2,9 +2,43 @@
## [Unreleased]
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v12.1.0...master
[Unreleased]: https://github.com/electron-userland/electron-packager/compare/v12.2.0...master
## [12.1.0]
## [12.2.0] - 2018-10-02
[12.2.0]: https://github.com/electron-userland/electron-packager/compare/v12.1.2...v12.2.0
### Added
* darwinDarkModeSupport option to support macOS Mojave dark mode for older Electron versions (#893)
### Fixed
* Don't handle EH/NP Helpers if they don't exist (#894)
## [12.1.2] - 2018-09-12
[12.1.2]: https://github.com/electron-userland/electron-packager/compare/v12.1.1...v12.1.2
### Fixed
* Prune user-namespaced modules (#889)
## [12.1.1] - 2018-08-18
[12.1.1]: https://github.com/electron-userland/electron-packager/compare/v12.1.0...v12.1.1
### Changed
* Host arch utilities moved to electron-download. This is not a breaking change, as the existing API
has been kept the same.
### Deprecated
* `hostArch` and `unameArch` in `electron-packager/targets`, replaced with `host` and `uname` in
`electron-download/lib/arch`, respectively
## [12.1.0] - 2018-05-18
[12.1.0]: https://github.com/electron-userland/electron-packager/compare/v12.0.2...v12.1.0