Skip to content

Releases: ArdaCraft/ArdaBiomesEditor

v1.2.0-SNAPSHOT

01 Jan 21:15
631da9f

Choose a tag to compare

feat: version 1.2.0

- Removed zip / runtime resourcepack loading
- Reworked underlying RP model to fit polytone definitions - this
  includes better handling of inlined and nested inlined assets
  definitions
 - Complete rewriting of the editor for performance and stability
   reasons.

Full Changelog: v1.1.1-SNAPSHOT...v1.2.0-SNAPSHOT

v1.1.1-SNAPSHOT

14 Dec 22:04

Choose a tag to compare

v1.1.1-SNAPSHOT Pre-release
Pre-release
  • Changed RP loading to look for modifiers in the full tree rather than in polytone subdir
  • Added contextual options for columns operations
  • Changed sort order on biome list

v1.1.0-SNAPSHOT

12 Dec 13:41

Choose a tag to compare

v1.1.0-SNAPSHOT Pre-release
Pre-release
  • It is now possible to open and edit a folder (File → Open Folder)
  • Added column range selection capability SHIFT + left mouse button
  • Added keyboard shortcuts
    • CTRL+A Selects all columns
    • CTRL+D Deselects all columns
  • Added column reordering via drag & drop
  • Added zoom capability via CTRL + scrollwheel
  • Added contextual menu (show / hide columns, reset ordering)
  • Increased column header font size
  • Performance tweaks (hsl sliders)