Skip to content

Releases: Dotneteer/kliveide

v0.31.1

13 Apr 13:43
efe1648
Compare
Choose a tag to compare
v0.31.1 Pre-release
Pre-release

Fixes

  • Fix the segment loading issue in the ZX Spectrum 128 exported file loader

v0.31.0

13 Apr 05:01
fe5e3d3
Compare
Choose a tag to compare
v0.31.0 Pre-release
Pre-release

Features

This build represents a preview of new features being built into the IDE. The release also adds new machine types:

  • ZX Spectrum 16K
  • ZX Spectrum 48K (NTSC)
  • Greatly improved (still in progress) Cambridge Z88

Though the ZX Spectrum Next emulator is in a very initial state, some rudimentary tooling started regarding the ZX Spectrum Next app development:

  • .z80 file viewer
  • .scr file viewer
  • .nex file viewer
  • .spr sprite editor
  • .pal and .npl palette editors

This release contains numerous minor updates to improve user experience.

v0.30.5

07 Apr 06:54
Compare
Choose a tag to compare
v0.30.5 Pre-release
Pre-release

Fixes

  • .includebin pragma length issue fixed

v0.30.4

18 Dec 10:40
2242fcd
Compare
Choose a tag to compare
v0.30.4 Pre-release
Pre-release

Fixes

  • The IDE saves the zoom factor at exit and reloads it with a new start
  • A few IDE startup bugs fixed
  • Toolbar, status bar, primary and tool panel states are saved
  • Status bar PC refresh fixed

Features

  • New install kits for ARM64 (MacOS and Linux)

v0.30.3

27 Nov 06:18
2b24ace
Compare
Choose a tag to compare
v0.30.3 Pre-release
Pre-release

Fixes

  • Remove log message preventing Klive from starting

v0.30.2

26 Nov 13:38
bf94c50
Compare
Choose a tag to compare
v0.30.2 Pre-release
Pre-release

Fixes

  • ZX Basic integration (now Python path can be set)
  • The Create New Klive project now works in the packaged product.
  • Installer fixes
  • Fixing IDE closing issues

Documentation

  • Many new articles have been added to help get started with Klive

v0.30.0

15 Nov 01:38
84381a0
Compare
Choose a tag to compare
v0.30.0 Pre-release
Pre-release

This version of Klive is a significant update with an entirely new architecture. It is not just about new features and bug fixes but a rethought, brand-new Klive IDE. These are the essential changes:

  • It is entirely written in TypeScript, with no WebAssembly anymore.
  • The build is based on Vite.
  • The documentation engine has been changed from Jekyll to Nextra.

v0.12.4

25 Feb 06:48
0836ad2
Compare
Choose a tag to compare
v0.12.4 Pre-release
Pre-release

IDE

Fixes

  • Uppercase conditions in Z80 instructions (like call Z,nnnn) now work correctly

v0.12.3

11 Aug 14:43
c68d1cd
Compare
Choose a tag to compare
v0.12.3 Pre-release
Pre-release

IDE

Fixes

  • Find/Replace dialog now shows icons on MacOS
  • (ZXBASIC) path resolution works correctly on Linux

v0.12.2

16 Jul 12:59
e642f2d
Compare
Choose a tag to compare
v0.12.2 Pre-release
Pre-release

IDE

Fixes