Skip to content

Releases: azerothcore/Keira3

3.2.0

13 Jun 14:50

Choose a tag to compare

New features:

  • New spell_dbc editor
  • New gameobject_addon editor
  • Reload button in all editors
  • Align to latest AC
  • Save window size on exit (thanks @willkillson)
  • Show Keira system information in the Dashboard

Bugfixes & technical improvements:

  • fix(layout): prevent jump on first field edit
  • fix(gossip-menu): starting ID when creating custom gossip
  • Replaced deprecated electron.remove with @electron/remote
  • Added prettier with code auto-format
  • Replaced deprecated tslint with eslint
  • Update to Angular 12
  • Update to Bootstrap 5
  • Update to Electron 13 (Chrome M93, Node v14.16)
  • Update to ngx-highlightjs 4 and highlightjs 10, fixing the security warning about the deprecated highlightjs 9
  • SAI: tooltip corrections (thanks @Krejza9)
  • Other minor dependencies updated to their latest stable version

3.1.0

25 Mar 10:42

Choose a tag to compare

What's new in 3.1.0

  • Fixed creature_template editor to make it compatible with latest AzerothCore
  • New feature: creature_template_resistance editor (by @Kitzunu)
  • New feature: creature_template_spell editor (by @Kitzunu)
  • Updated Electron to version 12 shipping Chrome 89 and Node 14
  • Other minor dependencies updated to their latest stable version

3.0.3

03 Mar 21:24
4d383d2

Choose a tag to compare

Bugfixes & minor improvements

  • Made Keira3 compatible with the latest AzerothCore version (fix creature_template editor bug)
  • Add spell_school_immune_mask (by @Kitzunu)
  • Added ROOT to the value list of InhabitType (by @Kitzunu)
  • Update flags-extra list (by @Kitzunu)
  • Update all dependencies to their latest stable version

3.0.2

06 Dec 00:25
4095c7f

Choose a tag to compare

Bugfixes & minor improvements

  • Fixed bug in trainer race selector
  • Fixed bug in trainer class selector
  • Convert RewardText <input> to <textarea> for better usability

Main dependencies update

  • Electron 11
  • Chrome M87
  • NodeJS v12.18
  • other minor dependencies updated to their latest stable versions

3.0.1

17 Nov 22:41

Choose a tag to compare

Bugfixes

  • Fixed bug with flag selectors when all bits are selected

Main dependencies update

  • Angular 11
  • TypeScript 4
  • ngx-bootstrap 6
  • other minor dependencies updated to their latest stable versions

3.0.0

03 Oct 15:44

Choose a tag to compare

Features

An overview of Keira3's feature is available at our new website:

Built on top of awesome technologies:

  • Electron 10, featuring Chrome 85 and Node 12.16
  • TypeScript 3.9
  • Angular 10
  • Bootstrap 4.5

The full dependencies list is available here.

Changes from rc3:

  • Fix: prevent Enter key from accidentally open modals while editing
  • Fix: item preview for stackable items
  • Updated most of the dependencies to their latest stable version

Release Candidate 3

24 Aug 18:15
a322475

Choose a tag to compare

Changes from rc2:

  • Add preview in gossip_menu_option editor
  • Update to Angular 10
  • Update dependencies to their latest stable version

Release Candidate 2

05 Aug 18:06
e39d2c9

Choose a tag to compare

Changes from rc1:

  • Fixed bug in SAI/Actionlists about entity name
  • Rebranded navigation bar (thanks @Kitzunu)
  • Fixed minor issues in SmartAI editor
  • Fixed minor issue with Reference loot viewer
  • Updated dependencies minor versions

Release Candidate 1

17 Jun 20:20

Choose a tag to compare

Changes from rc0:

  • Allow using the DELETE key to delete rows in all multi-row editors
  • Added Reference viewer (including nested references) to all Loot editors
  • Small improvements to all Loot editors
  • Added missing Loot editors (Reference, Fishing, Spell, Mail)
  • Fixed wrong Loot documentation link
  • Updated dependencies to their latest stable version

Release Candidate 0

24 May 20:14

Choose a tag to compare

New features:

  • Improved the design of all editors
  • Login: save multiple login sessions
  • Display a message when a newer version of Keira3 is available
  • Implemented Quest Preview in all Quest Editors

Fixes & technical improvements:

  • SAI: improved Search by Entity
  • Creature Spawn: Renamed 'spawndist' to 'wander_distance' aligning to latest AzerothCore (thanks @Kitzunu)
  • SAI: several improvements and additions to the SAI editor (thanks @Kitzunu)
  • Conditions: added new selectors for some condition types (thanks @Kitzunu)
  • updated dependencies to their latest version