1
0
mirror of https://github.com/jiahaog/Nativefier synced 2024-06-25 07:37:41 +02:00
Commit Graph

681 Commits

Author SHA1 Message Date
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
Jia Hao
cedbb443af Do not try to make ico singular 2016-03-11 00:03:28 +08:00
Jia Hao
3a6ae0d660 Implement conversion to .png on linux
Refactored icon shell helpers to a single file with helper functions
2016-03-10 23:36:00 +08:00
Jia Hao
d04cf0ad3a Properly fail if icon is not found by pageicon 2016-03-10 15:52:02 +08:00
Jia Hao
34a5a52a28 Rename 'pngToIcns to convertToIcns' 2016-03-10 15:50:45 +08:00
Jia Hao
ca44ee28aa Use separate file to convert to png 2016-03-10 15:41:25 +08:00
Jia Hao
dab00a80e6 Check if unix before doing singleIco 2016-03-10 13:09:10 +08:00
Jia Hao
79c7767bb0 Add note about wine 2016-03-10 13:03:40 +08:00
Jia Hao
a576d4e217 Copy icon with correct extension for windows 2016-03-10 12:54:09 +08:00
Jia Hao
b7aada7967 Fix bug in setting icon on windows for windows 2016-03-10 12:46:09 +08:00
Jia Hao
c3374618d9 Prefer correct extension for page icon 2016-03-09 14:50:25 +08:00
Jia Hao
a5e3c5c2f8 Add conversion of multiple ico to single ico 2016-03-09 14:45:08 +08:00
Jia Hao
38a15baac2 Make section on optional dependencies clearer 2016-03-09 14:24:00 +08:00
Jia Hao
459894cc2a Add check for imagemagick identify 2016-03-09 14:22:11 +08:00
Jia Hao
ac2260c395 Remove non ascii chars from filename
Non-ascii characters cause weird wine errors when building for win32 on darwin

```
$ nativefier stackedit.io ~/Desktop -o -p win32
```

Stack trace:
```
fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
Fatal error: Unable to load file
```
2016-03-09 13:51:22 +08:00