Skip to content

neutralinojs/roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Roadmap 2024

Native APIs

  • Global keyboard shortcuts API.
  • 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), and resources.extractFile(path) to let developers parse the resources.neu file.

Extensions

  • Introduce a way to debug extensions on Windows by displaying stdout/stderr on the terminal.

Configuration

  • Add window.transparent boolean config property (default is false) to enable window transparency (Developers can control the opacity level with CSS using rgba color function).
  • Configless framework initialization. (Done)

Static server

  • Single Page App (SPA) serving support can be acticated using the singlePageServe boolean configuration option. (Done)

Documentation

Archived roadmaps