neutralinojs

Portable and lightweight cross-platform desktop application development framework

OTHER License

Stars
7.2K
Committers
75

Bot releases are hidden (Show)

neutralinojs - neutralinojs-v1.2.0 released!

Published by shalithasuranga about 5 years ago

  • Mac OS support
  • Neutralino.debug.log for Linux version (written to neutralinojs.log text file)
  • Neutralino developer logging from c++ code

Download Neutralinojs

neutralinojs - neutralinojs-v1.1.0 released!

Published by shalithasuranga over 5 years ago

What's new

  • File picker support #133 Neutralino.os.dialogOpen and Neutralino.os.dialogSave were added
  • Directory read feature added #124 via Neutralino.filesystem.readDirectory module
  • Binding to random port option #123
  • Multiple html layouts support #135

See Milestone #2

Download Neutralinojs

neutralinojs - neutralinojs-v1.0.8 released!

Published by shalithasuranga almost 6 years ago

This is a stable release of Neutralinojs

What's new

  • Default app was updated
  • NL_VERSION global variable added
  • Neutralino mode changes
    • window - Runs on a native window
    • browser - Debug using a web browser
    • cloud - Runs as a server in background
  • Automatic ping feature(self shutdown) with browser mode
  • Neutralino was compared with Electron and NW.js
  • window mode was selected as default
  • neutralino.exe was updated with an icon and publisher details (can be modified using a resource editing tool)

Bug fixes

  • There are several bug fixes and improvements
neutralinojs - Neutralinojs v1.0.7-alpha released!

Published by shalithasuranga about 6 years ago

Announcing Window mode - See wiki

  • desktop-window mode will render njs app in a native window.
{
    "appname" : "myapp",
    "appport" : "8080",
    "mode" : "desktop-window",
    "desktopwindow" : {
        "width" : "1000",
        "height" : "700"
    }
}
  • Single release for all three modes desktop, desktop-window and cloud
neutralinojs - Neutralinojs v1.0.6-alpha released!

Published by shalithasuranga about 6 years ago

What's new

  • Angularjs template for Neutralinojs
  • Reactjs template for Neutralinojs
  • Vuejs template for Neutralinojs
  • NL_MODE global constant - see docs
  • Custom global constants can be defined from settings.json - see docs
{ 
   "globals": {
      "AP" : "Njs",
      "FOO" : "Bar"
   }
}
  • See sample for Neutralino cloud here

Fixes #22 #46 #51 #61 #76 #77 #78

Thanks @99xt for openhack

neutralinojs - Neutralinojs v1.0.5 released!

Published by shalithasuranga about 6 years ago

  • Windows child process (Silent commands mode)
  • Bugfixes #40 #32 #26 #25
neutralinojs - Neutralinojs v1.0.4-alpha released!

Published by shalithasuranga about 6 years ago

What's new

Cloud preview version

  • cloud and desktop modes

Desktop mode

{
    "appname" : "myapp",
    "appport" : "8080",
    "mode" : "desktop"
}

Cloud mode

{
    "appname" : "myapp",
    "appport" : "8080",
    "mode" : "cloud",
    "cloud" : {
        "blacklist" : ["os.runCommand"]
    } 
}
  • Blacklist functions using settings.json
neutralinojs - Neutralinojs v1.0.3-alpha released!

Published by shalithasuranga about 6 years ago

What's new

  • Json based storage

  • Store

Neutralino.storage.putData({bucket : 'test', content : { item : 10 } },
() => {
    console.log('saved to storage/test.json');
},
() => {
    console.log('error');
}
);
  • Retrieve
Neutralino.storage.getData('test',
(content) => {
    console.log(content);
},
() => {
    console.log('error');
}
);
  • Error callback for server calls #21
neutralinojs - Neutralinojs v1.0.2-beta released!

Published by shalithasuranga over 6 years ago

What's new

  • Bug fixes #10 #12
neutralinojs - Improved Experimental

Published by shalithasuranga over 6 years ago

  • Automatic Neutralino run-time shutdown after inactive session
  • Basic (Token based) authorization method to protect inside Networks
  • SDK improvements
neutralinojs - Experimental release

Published by shalithasuranga over 6 years ago

This is the very first release of neutralinojs which comes with basic modules and global variables support.

see change log

Package Rankings
Top 6.69% on Proxy.golang.org
Badges
Extracted from project README
GitHub release (latest by date) GitHub last commit FOSSA Status Become a Patreon FOSSA Status