1. 27 2月, 2019 12 次提交
  2. 26 2月, 2019 3 次提交
  3. 23 2月, 2019 6 次提交
  4. 22 2月, 2019 10 次提交
    • K
      Externalize spdlog .node module · 73d6b776
      Kyle Carberry 提交于
      73d6b776
    • K
      Fix browser app · 670003c3
      Kyle Carberry 提交于
      670003c3
    • K
      5d91cbea
    • K
      Use UPX in CI · 74660697
      Kyle Carberry 提交于
      74660697
    • A
      Parse args sent through evaluation function · 7edf797e
      Asher 提交于
      Previously they'd go in still stringified so we didn't get a chance to
      convert buffer objects back to buffers, for example, making things like
      `fs.write` write `[object Object]` to files.
      7edf797e
    • A
      Fix stringifying Uint8Array · fe107802
      Asher 提交于
      fe107802
    • A
      Fix handleExternalDrop event · e4150de1
      Asher 提交于
      e4150de1
    • A
      Fix storage path ending replacement · 227474c1
      Asher 提交于
      227474c1
    • K
      Fix custom paths resolve · bc076ca3
      Kyle Carberry 提交于
      bc076ca3
    • K
      Featureful (#31) · 85d2225e
      Kyle Carberry 提交于
      * Fix loading within the CLI
      
      * Remove app
      
      * Remove promise handle
      
      * Add initial travis file
      
      * Add libxkbfile dependency
      
      * Add libxkbfile-dev
      
      * Add build script
      
      * Fix malformed bash statement
      
      * Remove yarn from script
      
      * Improve build script
      
      * Extract upx before usage
      
      * Only run upx if on linux
      
      * Ensure resource directory exists
      
      * Pack runnable binary
      
      * Export binary with platform
      
      * Improve build process
      
      * Install upx before running install script
      
      * Update typescript version before running nexe
      
      * Add os.release() function for multi-platform support
      
      * Update travis.yml to improve deployment
      
      * Add on CI
      
      * Update to v1.31.0
      
      * Add libsecret
      
      * Update build target
      
      * Skip cleanup
      
      * Fix built-in extensions
      
      * Add basics for apps
      
      * Create custom DNS server
      
      * Fix forking within CLI. Fixes TS language features
      
      * Fix filename resolve
      
      * Fix default extensions path
      
      * Add custom dialog
      
      * Store workspace path
      
      * Remove outfiles
      
      * Cleanup
      
      * Always authed outside of CLI
      
      * Use location.host for client
      
      * Remove useless app interface
      
      * Remove debug file for building wordlist
      
      * Use chromes tcp host
      
      * Update patch
      
      * Build browser app before packaging
      
      * Replace all css containing file:// URLs, fix webviews
      
      * Fix save
      
      * Fix mkdir
      85d2225e
  5. 21 2月, 2019 1 次提交
  6. 20 2月, 2019 8 次提交