Skip to content

Releases: troeggla/xbm-editor

Version 1.5.2

20 Feb 08:08
Compare
Choose a tag to compare

Internal updates to fix security vulnerabilities.

Version 1.5.1

23 Dec 00:10
Compare
Choose a tag to compare

Replaced unsafe calls to ipcRenderer in renderer process with preload script as per latest Electron recommendations.

Version 1.5.0

22 Dec 18:46
Compare
Choose a tag to compare

Updates Electron to version 16 and contains some internal updates to IPC.

Version 1.4.2

31 Mar 10:14
Compare
Choose a tag to compare

This release contains a series of internal security updates as well as an update of the xbm package to version 1.2.0.

Version 1.4.1

26 Jul 17:09
Compare
Choose a tag to compare

XBM related functionality is now provided by NPM package XBM. Also displaying detailed error messages during file reading.

Version 1.4.0

20 Jul 15:56
Compare
Choose a tag to compare

Upgraded Electron to latest version and updated internals.

Version 1.3.1

08 Jul 14:48
Compare
Choose a tag to compare

Upgraded Electron to latest version and fixed depreciation warning.

Version 1.3.0

10 Jan 01:50
Compare
Choose a tag to compare

In this version, the application can now open *.xbm and *.h files directly and read them into the editor.

Version 1.2.1

08 Jan 16:41
Compare
Choose a tag to compare

Fixed canvas scrolling issue and updated method by which points of drawn paths are calculated. Finally, added condition to make sure values for dimensions can only be numbers.

Version 1.2.0

03 Jan 00:36
Compare
Choose a tag to compare

Implemented application menu with rudimentary tools for inverting the grid and clearing it. Also moved export action into application menu. Moreover, files can now be saved and opened using a compact JSON format. Finally, the 'Cell size' control has been replaced by a zoom slider