- Global keyboard shortcuts API.
- New window events.
- Add a way to inject custom script into remote URLs on the window mode. (Done)
- Consider
storageLocation
-like implementation while creating app-specific files within the app directory. (Done) Neutralino.net
for networking APIs. i.e.,Neutralino.net.fetch
- Introduce an event system for multi-window communication.
- Add new functions
resources.getFiles()
,resources.readFile(path)
,resources.readBinaryFile(path)
, andresources.extractFile(path, destination)
to let developers parse theresources.neu
file. (Done)
- Introduce a way to debug extensions on Windows by displaying stdout/stderr on the terminal.
- Add
window.transparent
boolean config property (default isfalse
) to enable window transparency (Developers can control the opacity level with CSS usingrgba
color function). (Done) - Configless framework initialization. (Done)
- Single Page App (SPA) serving support can be acticated using the
singlePageServe
boolean configuration option. (Done)
- Application distribution guidelines with the Neutralinojs build scripts community project, see this reference. (Done)
- A page with Neutralinojs community tools, learning resources, and templates. (Done)
- Update the sample apps page with new community apps. (Done)