Skip to content

Releases: azerothcore/Keira3

Beta 4

04 Apr 15:56

Choose a tag to compare

New features:

  • Item Preview in Item Template editor
  • Show unsaved changes in Sidebar when editing existing entities
  • Improved login screen design
  • Improved Sidebar design
  • Loots: display item names
  • SAI: add AC-only actions
  • SAI: made ID editable
  • Implemented new selectors:
    • Quest
    • ExtendedCost
    • RequiredSkill
    • ItemLimitCategory
    • Language
    • Holiday
    • Area
    • SocketBonus
    • Map
    • Spell

Fixes & technical improvements:

  • fixed bug in all datatables
  • fixed bug in Conditions source type
  • (performance) improve caching when querying sqlite
  • (performance) add caching when querying mysql whithin
  • (performance) improve Faction selector
  • improve type safety in forms
  • improved integration tests stability
  • updated dependencies to their latest version
  • other minor improvements

Beta 3

21 Mar 19:35

Choose a tag to compare

New features:

  • Item icons across the whole app
  • New "SQL Editor" tab: a minimalistic editor to run custom queries
  • Show confirm dialog before quitting the app
  • Item names: show a different colour according to the Item's quality
  • SAI TimedActionlists: display creature name in top bar
  • SAI TimedActionlists: implement generate comments
  • SAI Creature: show the creature's TimedActionlists in the bottom
  • Dashboard: check for AC DB version correctness

Fixes & technical improvements:

  • Fixed bug in races and classes flag selector
  • Fixed bug in datatables when toggling the sidebar
  • Improved column sizing in datatables
  • Update dependencies to their latest stable versions

Beta 2

07 Mar 20:54
681e9af

Choose a tag to compare

New features:

  • SmartAI: add spell names in comment generation
  • Global: spell selector, now added in all existing fields that require a spell ID

Fixes & technical improvements:

  • SmartAI: fixed bug in Areatrigger comment generation
  • SmartAI: fixed bug with event_type 2 comment generation
  • Creature/Gameobject Questitem: fix bug with sql index
  • Update to Angular 9 (improving performance and many other things)

Beta 1

06 Feb 21:57
65b8e40

Choose a tag to compare

New features:

  • SmartAI: implemented comment generator (BETA)
  • Implement auto-reconnect feature
  • SmartAI: added check for linked events
  • CreatureTemplate: improved creature-ai-name descriptions

Fixes & technical improvements:

  • SmartAI: fixed issue with duplicate search results
  • SmartAI: disable event type for timed action lists
  • Updated to Electron 8
  • Other minor fixes

Beta 0

26 Dec 18:25

Choose a tag to compare

New features:

  • SmartAI Editor for Creature, Gameobject, Areatrigger and TimedActionlists
  • SmartAI dynamic tooltips and param names for all smart Events/Actions/Targets
  • SmartAI Editor tab also added in Creature and Gameobject editor categories
  • Save user connection information (avoid re-typing DB username, password, address, etc..)
  • Notifications (on query success/error)
  • Logout

Fixes & technical improvements:

  • Fixed gobject flag types
  • Updated all dependencies to their latest stable version
  • Other minor fixes

Alpha 3

05 Oct 14:52

Choose a tag to compare

New features

  • Gossip editor (for new and existing gossips)
  • Conditions editor (for new and existing conditions)

Alpha 2

01 Sep 09:52

Choose a tag to compare

New features

Quest editors

  • Quest Template
  • Quest Template Addon
  • Quest Offer Reward
  • Quest Request Items
  • Creature Queststarter
  • Creature Questender
  • Gameobject Queststarter
  • Gameobject Questender

Gameobject editors

  • Gameobject Template
  • Gameobject Template Addon
  • Quest Items
  • Gameobject Loot
  • Spawns

Item editors

  • Item Template
  • Enchantment Template
  • Item Loot
  • Disenchant Loot
  • Prospecting Loot
  • Milling Loot

Other

  • Creature modal selector
  • Add .deb, .rpm and .snap extensions to Linux release

Bugfixes

  • Escape SQL in search queries
  • Fix bug in query generation when adding and removing rows in an empty set

by @FrancescoBorzi and @Helias

Alpha 1

07 Aug 19:47

Choose a tag to compare

This is a minor release, containing mostly refactoring and fixes.

  • Feature: implemented debug mode (show queries in developer console)
  • Fix: bug in npc-flags, dynamic-flags, mechanic-immune-mask
  • Fix: correct query generation of PickpocketingLootTemplate
  • Fix: correctly generate a new row id when adding new rows in Multi-row editors
  • Fix: correct value type of IDs when creating new entities
  • Fix: performance issue in Single-row editors
  • Fix: input checkbox layout
  • Updated all dependencies to latest stable version (Electron, Angular, TypeScript, etc...)
  • Other minor corrections

In addition, 100% unit test coverage as well as integration tests have been added to the existing features. This standard will be automatically kept for future features.

First MVP

21 Jun 17:41
15dc203

Choose a tag to compare

Key differences with Keira2:

  • Fully compatible with AzerothCore
  • Download and simply run as Desktop application (no need to install any API or other softwares)
  • Execute SQL feature

This is the first pre-release of Keira3, featuring the Creature editors:

  • Creature Template
  • Creature Template Addon
  • Creature Onkill Reputation
  • Creature Equip Template
  • Creature Vendor
  • Creature Trainer
  • Creature Quest Item
  • Creature Loot Template
  • Pickpocketing Loot Template
  • Skinning Loot Template
  • Creature Spawns
  • Creature Spawns Addon

Thanks to @Helias and @kalhac who helped with manual testing during this release.