2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-08 23:42:20 +00:00
Commit Graph

545 Commits

Author SHA1 Message Date
Jia Hao
a0df9eff88 6.13.0 2016-03-25 21:14:35 +08:00
Jia Hao
ed80fe74de Update changelog for v6.13.0 2016-03-25 21:14:28 +08:00
Jia Hao
7ebec43dec Do not include app/src in packaged app 2016-03-25 21:11:12 +08:00
Jia Hao
d020d5d659 Fix mainWindow state not managed properly
Need to call manage `mainWindowState.manage(mainWindow)` immediately instead of at the end of `createMainWindow()`, if not certain changes such as maximizing the main window before it has been registered will not be saved.
2016-03-25 21:06:59 +08:00
Jia Hao
e7390b9e33 Implement setting of verbose log level 2016-03-25 20:50:52 +08:00
Jia Hao
7b10e16ddb Merge branch 'lostfictions-development' into development 2016-03-25 20:12:20 +08:00
Jia Hao
26cfb1a86f Add test for connection error 2016-03-25 20:10:56 +08:00
Jia Hao
94c9fdb424 Contain fallback user agent within inferUserAgent 2016-03-25 20:10:45 +08:00
Jia Hao
9a9a63c15a Use axios instead of request 2016-03-25 19:58:03 +08:00
Jia Hao
d2ed86e62c Add test for infer user agent 2016-03-25 19:29:33 +08:00
Jia Hao
d890078e6e Should throw error on invalid platform 2016-03-25 19:29:13 +08:00
Jia Hao
f4f315bb5f Merge pull request #170 from BugiDev/feature/maximization
Added option for maximization of main window ( #133 )
2016-03-23 03:41:24 +08:00
Bogdan Begovic
39e2459aad Added option for maximization of main window ( #133 ) - Fixed linting errors 2016-03-22 18:16:34 +01:00
Bogdan Begovic
7351c61664 Added option for maximization of main window ( #133 ) 2016-03-22 18:09:21 +01:00
sa
4b6716efef Infer user agent from Electron's online version list 2016-03-19 21:14:41 -04:00
Jia Hao
266a239104 Merge pull request #162 from iammarkoradak/development
Fix #159 FOUC with injected CSS files
2016-03-17 00:13:41 +08:00
Marko Radak
eeb661b6cd Fix FOUC with inject CSS files 2016-03-14 07:39:41 +01:00
Jia Hao
aeddcea4cb No need to run CI test for gulp release
CI tests should be run before starting the release process
2016-03-14 12:44:30 +08:00
Jia Hao
ffbe3fe93a Change release docs for easier copy pasting 2016-03-14 12:43:44 +08:00
Jia Hao
d1e3d30935 6.12.1 2016-03-14 12:41:22 +08:00
Jia Hao
c5d4a4cc33 Update changelog for v6.12.1 2016-03-14 12:41:12 +08:00
Jia Hao
a8072d2234 Hopefully fix icon retrieval bugs
Icon ext from page-icon contains `.` before ext now, e.g. `.png`
2016-03-14 12:28:14 +08:00
Jia Hao
9dc47704ab Prevent ico too large error 2016-03-14 12:27:19 +08:00
Jia Hao
f28ac6baef Cleanup 2016-03-14 00:51:58 +08:00
Jia Hao
826ba0d779 6.12.0 2016-03-14 00:43:59 +08:00
Jia Hao
ac4cbc32db Update changelog for v6.12.0 2016-03-14 00:43:45 +08:00
Jia Hao
08575ca75f Put changelog in ./docs 2016-03-14 00:35:46 +08:00
Jia Hao
09e5d3b7c7 Use separate progress bar 2016-03-14 00:27:13 +08:00
Jia Hao
013e988391 Override logs for electron-packager properly 2016-03-13 20:12:45 +08:00
Jia Hao
517cfd7df7 Add link to api docs 2016-03-13 15:31:15 +08:00
Jia Hao
67dc46adf5 Split docs into multiple files 2016-03-13 15:27:32 +08:00
Jia Hao
5bad1d08dd Use windows and osx to specify platform 2016-03-12 16:47:18 +08:00
Jia Hao
cbff6ba50d Add note about nativefier-icons 2016-03-12 16:38:24 +08:00
Jia Hao
e6dc4b8441 Override output directory by default 2016-03-12 16:07:21 +08:00
Jia Hao
7ad7c346ef Add progress bar 2016-03-12 15:46:07 +08:00
Jia Hao
e1f2e662e9 Add check for correct icon format 2016-03-12 15:17:03 +08:00
Jia Hao
6eaf335ba5 Remove unnecessary identify dependency check 2016-03-12 15:03:13 +08:00
Jia Hao
1f517886bb Allow todo in comments 2016-03-12 15:02:49 +08:00
Jia Hao
7ba016bf50 Support only node 0.12 onwards 2016-03-12 02:00:00 +08:00
Jia Hao
b17c31e188 Fix lint error 2016-03-12 01:42:53 +08:00
Jia Hao
136c599f92 Use polyfill to support node >0.10 2016-03-12 01:36:18 +08:00
Jia Hao
7783f99e12 Update babel
Attempt to fix error

```
Error: only one instance of babel-polyfill is allowed
```
for Nodejs<=4
2016-03-11 13:47:00 +08:00
Jia Hao
54b251ee1c Implement conversion to ico for windows target 2016-03-11 13:05:54 +08:00
Jia Hao
1862d7cafe Fix bug in wrong icon format 2016-03-11 12:56:55 +08:00
Jia Hao
4c708fac26 Try to use assets store for icons before infer
Also promisified inferIcon
2016-03-11 12:40:08 +08:00
Jia Hao
b09021dc3a 6.11.0 2016-03-11 03:49:26 +08:00
Jia Hao
c36afb71d9 Update changelog for 6.11.0 2016-03-11 03:49:14 +08:00
Jia Hao
a49decbae8 Add optional dependencies 2016-03-11 02:29:13 +08:00
Jia Hao
dea22336d9 Update Readme for Windows dev setup 2016-03-11 02:27:49 +08:00
Jia Hao
3ceafcb2ee Remove singleIco bin 2016-03-11 02:11:28 +08:00