2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-07 06:50:48 +00:00

Commit Graph

  • 2ca1b67265 Fix #496 - Recommend .png for --icon on all platforms, even macOS (PR #502) Paul-Louis NECH 2017-12-09 21:01:28 +0100
  • 1c8d04e532 Fix #486 : --tray flag crashes nativefied app under Windows (PR #495) omouren 2017-11-26 05:27:19 +0100
  • 8963544afa
    Fix #462 - When minimized to tray and single-instance, re-running the app should activate and focus it (#490) Ronan Jouchet 2017-11-24 10:31:08 -0500
  • 2b377a7916
    Fix #461 & address #375 in Docker: move Dockerfile to Debian and use wine32 (#488) Ronan Jouchet 2017-11-24 10:28:59 -0500
  • db74db8911 7.5.4 v7.5.4 Goh Jia Hao 2017-11-24 11:30:36 +0800
  • 09b236e8eb Update changelog for v7.5.2 v7.5.2 Goh Jia Hao 2017-11-24 11:15:47 +0800
  • 6ac4f33661 Update Dockerfile to node8-alpine, fix typos Ronan Jouchet 2017-11-16 14:07:24 -0500
  • 6fb3b92eb8
    Upgrade dependencies and default to latest Electron 1.7.9 (PR #483) Ronan Jouchet 2017-11-14 08:05:01 -0500
  • 78bedc62ac 7.5.1 v7.5.1 Goh Jia Hao 2017-11-13 00:19:46 +0800
  • fef8ad2040 Remove node v9 from travis builds v7.5.0 Goh Jia Hao 2017-11-12 17:47:32 +0800
  • 300bf28b51 Update changelog for v7.5.0 7.5.0 Goh Jia Hao 2017-11-12 01:13:32 +0800
  • 885790bc22 Fix #304 - Add --tray CLI flag to let app running in background on window close. Supports in-title counter. (#457) omouren 2017-10-06 01:32:48 +0200
  • 4c581f9067 Fix #275 - Add HTTP --basic-auth-{username,password} CLI flags (#444) Devin Buhl 2017-10-05 18:44:03 -0400
  • 3e7cec2ecb Fix #438 - Add missing params to buildApp (#450) Bob Roth 2017-10-03 11:02:41 -0500
  • ede0bd8ca6 Fix #448 - Add offline build detection and advice (#452) Matt Harris 2017-10-03 16:58:00 +0100
  • 84dcde9d5b Fix #404: Add 'Paste and Match Style' to Edit Menu (#447) Sayed Hadi Hashemi 2017-10-03 10:51:34 -0500
  • 952290899e Correct the capitalization of Xcode in README (#459) ReadmeCritic 2017-10-03 08:44:31 -0700
  • c9d2040327 Allow nativefier to set process.env variables (#419) Bob Roth 2017-08-16 09:20:43 -0500
  • fc7a213a87 Fix #226 - Added support for app-copyright, app-version, build-version, version-string and win32metadata (#244) Bob Roth 2017-08-15 13:18:44 -0500
  • 094cac23bc Make title counter regex match '+' after number, used by certain sites (#424) Lukas Kurucz 2017-08-14 09:22:15 +0800
  • b5913b086e Don't run jshint on hound Goh Jia Hao 2017-08-12 11:44:00 +0800
  • 33fe71a855 Add package-lock for npm Goh Jia Hao 2017-08-12 11:34:48 +0800
  • c6019ad13e Release 7.4.1 (#425) v7.4.1 Ronan Jouchet 2017-08-10 10:51:32 -0400
  • 1f07f148c6 Force fullscreen when options.fullScreen is true (#403) Brian Blakely 2017-08-06 20:01:34 -0400
  • 6ed2bd0672 fixes issue #353: missing companyName in crashReporter.start (#417) Bob Roth 2017-07-21 14:55:39 -0500
  • 2b061e497f ISSUE_TEMPLATE: Add common questions (#415) Ronan Jouchet 2017-07-18 11:24:41 -0400
  • 38825e8b71 Add options (--ignore-gpu-blacklist and --enable-es3-apis) to allow for WebGl apps to work on legacy or unsupported graphics cards by Chrome (#410) David Pacheco 2017-07-13 17:23:07 +0100
  • ab435ee5a6 Add support for --disk-cache-size Electron flag (PR #400) romo-dw 2017-07-05 15:07:31 +0200
  • f41c376761 Fix build broken in Node 8.x (#387) Ronan Jouchet 2017-06-29 12:22:23 -0400
  • 91505c90fe Fix #28 - Executable name being 'Electron' always under Windows (PR #389) Stefan Koshy 2017-06-18 19:13:35 -0400
  • 751eef1fd7 Update changelog for v7.4.0 v7.4.0 Jia Hao Goh 2017-05-21 20:43:22 +0800
  • bc594e24e6 Add jq to docs as release dependency Jia Hao Goh 2017-05-21 20:42:36 +0800
  • 95cc30983b Run Nativefier with Docker (#311) Tobias Schneck 2017-05-19 15:21:16 +0200
  • f7881a246b Add hound config (#369) Jia Hao 2017-05-19 21:03:02 +0800
  • f91b2ba43d Fix bug resolving promises Jia Hao Goh 2017-05-19 20:50:09 +0800
  • 0f0df27133 Add codeclimate config Jia Hao Goh 2017-05-07 16:02:30 +0800
  • 1505933826 Promisfy and parallelise config, add unit tests Jia Hao Goh 2017-05-07 15:49:15 +0800
  • 10eaa53b26 Add ARM build support (#360) Matt Harris 2017-05-06 20:11:51 +0100
  • fc4cfc51bd Add entry for hide-window-frame to Table of Contents in api.md (#357) Alex Ryan 2017-05-03 04:33:22 -0700
  • 68b0c0ac27 Only release to NPM on one job Jia Hao Goh 2017-04-30 03:10:01 +0800
  • 18cf90809f Remove quotes around changelog version Jia Hao Goh 2017-04-30 02:54:47 +0800
  • 561eadba54 Update changelog for v7.3.1 v7.3.1 Jia Hao Goh 2017-04-30 02:50:21 +0800
  • a6d8ff8d6a Add script to update version and changelog Jia Hao Goh 2017-04-30 02:39:08 +0800
  • 7a13892b3a Update changelog for 7.3.0 v7.3.0 Jia Hao Goh 2017-04-30 00:54:15 +0800
  • 20fc09799b Remove Windows tests Jia Hao Goh 2017-04-30 00:40:45 +0800
  • 28e1e9ee40 Cleanup travis config Jia Hao Goh 2017-04-30 00:39:59 +0800
  • 8f78dd03af Update eslint and use Airbnb style Jia Hao Goh 2017-04-29 22:52:12 +0800
  • 461c7a38f0 Change Mocha to not need a babel build to run (#349) Darren Haken 2017-04-25 16:04:57 +0100
  • b467ac7a51 Promisify inferTitle module Jia Hao Goh 2017-04-21 00:24:18 +0800
  • eeaa531083 Add autodeploy to NPM on tag Jia Hao Goh 2017-04-20 10:03:40 +0800
  • 34f91c0a20 7.2.0 v7.2.0 Jia Hao Goh 2017-04-20 01:33:18 +0800
  • 1706d2acf1 Update changelog for v7.2.0 Jia Hao Goh 2017-04-20 01:32:33 +0800
  • bbce1e88d4 Fix #253 - Better honor --zoom option. (#347) Ronan Jouchet 2017-04-19 07:47:54 -0400
  • be4b9a7436 Fix #327 - Update dependencies (except eslint), default to Electron 1.6.6 (#341) Ronan Jouchet 2017-04-18 17:30:54 -0400
  • f4f74224de Fix #308 - Allow mDNS addresses (ending with 'local.') during URL validation (#346) Ronan Jouchet 2017-04-18 17:30:00 -0400
  • a09ae9fe4e CLI help: clarify --inject supports both JS & CSS (#340) Ronan Jouchet 2017-04-16 12:19:03 -0400
  • 25eada1fd5 Cleanup 7.1.0 changelog (#339) Ronan Jouchet 2017-04-16 12:16:09 -0400
  • da637ebf73 Add --single-instance switch (#323) Krzysztof Zbiciński 2017-04-10 04:02:49 +0200
  • f633eca5ae Remove duplicate dependencies (#337) Roman Masyhar 2017-04-10 08:39:42 +0700
  • 36e34c95a5 Remove $ from docs Jia Hao Goh 2017-04-09 10:36:27 +0800
  • 1658db53a6 Document minimum macOS version in docs Jia Hao Goh 2017-04-09 10:35:46 +0800
  • 7512701a50 Replace OSX with macOS in README (#331) Lucas Caton 2017-04-08 12:29:38 +1000
  • df585cbe59 Rename 'Open in default browser' contextMenu to 'Open with default browser' (#338) Roman Masyhar 2017-04-08 09:28:35 +0700
  • a540326237 7.1.0 v7.1.0 Jia Hao Goh 2017-04-07 01:13:58 +0800
  • dbc39a0d56 Update changelog for v7.1.0 Jia Hao Goh 2017-04-07 01:13:32 +0800
  • e83ffcd481 Use absolute link to changelog Callum Macdonald 2017-02-12 16:39:44 +0100
  • 5f848a57da Reorder confusing documentation for dev Pierre-Yves 2017-02-12 10:38:39 -0500
  • ef45732142 Fix typo in changelog (#269) Andrew Murray 2016-10-09 22:28:50 +1100
  • 1286372f95 Add editorconfig to trim trailing whitespace Goh Jia Hao 2016-10-09 19:05:43 +0800
  • c660f2a79a Make documentation for optional dependencies clearer in API docs for icon (#258) Goh Jia Hao 2016-10-09 14:21:35 +0800
  • ac317a88ac Use relative link Goh Jia Hao 2016-10-09 14:20:28 +0800
  • 0410f5ddfa Merge branch 'patch-1' of https://github.com/vrunjeti/nativefier into vrunjeti-patch-1 Goh Jia Hao 2016-10-09 14:18:37 +0800
  • 2892e09db0 Fix context menu actions broken on <a> elements containing nested markup (#263) Goh Jia Hao 2016-10-09 14:16:59 +0800
  • 2529153ca1 Use let instead of const Goh Jia Hao 2016-10-09 14:16:44 +0800
  • d26d5b9bbe Merge branch 'patch-1' of https://github.com/ronjouch/nativefier into ronjouch-patch-1 Goh Jia Hao 2016-10-09 14:15:00 +0800
  • 026fb45d19 Fix counter notifications (#256) Goh Jia Hao 2016-10-09 14:01:21 +0800
  • b85bde4963 Merge branch 'development' of https://github.com/thomsbg/nativefier into thomsbg-development Goh Jia Hao 2016-10-09 14:01:02 +0800
  • f63f2e9e2b Merge branch 'master' into development Goh Jia Hao 2016-10-09 13:52:50 +0800
  • c362108c73 Fix travis tests which require wine Goh Jia Hao 2016-10-09 13:19:06 +0800
  • b9974c55b7 Fix typo in documentation (#237) follower 2016-10-09 17:06:01 +1300
  • a42554fe1d Fix context menu actions broken on <a> elements containing nested markup Ronan Jouchet 2016-09-29 14:10:28 -0400
  • d9b3887dd1 Linked optional dependencies for generating icons Varun Munjeti 2016-09-12 14:52:13 +0800
  • f3293502a7 Fix badge notifications Blake Thomson 2016-09-07 17:16:43 -0700
  • 9243f6689f add "copy link location" and "--internal-urls <regex>" features (#230) Lex Neva 2016-08-06 14:03:53 -0400
  • 48f0872ee5 Remove all non-ascii characters or use default for app name (#217) Peng Chen 2016-07-12 14:21:42 +0800
  • a407b9ea52 Added a --zoom option for setting default zoom (#218) Mats Högberg 2016-07-12 03:32:40 +0200
  • 707cc8b730 7.0.1 v7.0.1 Goh Jia Hao 2016-06-16 16:30:57 +0800
  • c34aa5cf10 Update changelog for 7.0.1 Goh Jia Hao 2016-06-16 16:30:47 +0800
  • 612da8ce36 Fix/performance issues with FOUC (#214) Jia Hao 2016-06-16 15:28:36 +0800
  • 729b5d5749 Fix bug where convert script fails silently if dependency is not found Goh Jia Hao 2016-05-28 19:22:32 +0800
  • 6fccbbfaa5 Use original eslint module for linting instead of gulp Goh Jia Hao 2016-05-27 02:23:37 +0800
  • 2c4aa548b3 7.0.0 v7.0.0 Goh Jia Hao 2016-05-27 00:23:07 +0800
  • 2e576f3bc0 Update changelog for v7.0.0 Goh Jia Hao 2016-05-27 00:22:59 +0800
  • 1865e97e1a Remove accidentally introduced spacing Goh Jia Hao 2016-05-27 00:15:48 +0800
  • 785a3b54bf Update docs to reflect node support for >=4 only Goh Jia Hao 2016-05-27 00:11:24 +0800
  • 0c588b7219 Allow gitcloud matching of icons for multiple words Goh Jia Hao 2016-05-27 00:10:23 +0800
  • 4e7fe7fa55 Add dependency status Goh Jia Hao 2016-05-26 23:08:32 +0800
  • e2f3b476b1 Update validator to v5.2.0 Goh Jia Hao 2016-05-26 23:07:23 +0800
  • d5f11003e3 Update shelljs to v0.7.0 Goh Jia Hao 2016-05-26 23:07:15 +0800
  • ffa217db04 Update cheerio to v0.20.0 Goh Jia Hao 2016-05-26 23:06:11 +0800