Skip to content

Releases: htmlbanjo/disco-courier

Beta 3

21 Aug 22:32
7c135a9
Compare
Choose a tag to compare
Beta 3 Pre-release
Pre-release

Cleans up items refs and adds some internal lookups for conversations (not yet associating columns, but paving ground for it)

Beta 2

20 Aug 19:01
bbbc1af
Compare
Choose a tag to compare
Beta 2 Pre-release
Pre-release

Large-scale cleanup of conversation tables
Normalizes all conversation titles and assigns type/subtype to entries for easier searches.

V1.0-beta.1

02 Aug 16:41
49ea1be
Compare
Choose a tag to compare
V1.0-beta.1 Pre-release
Pre-release

Features

Feature complete for all conversations / dialogs
Feature complete on documentation
Adds --actor=<id#> and --conversant=<id#> filters
Adds support for AND/OR verbs on filters
Adds friendly names for all Actor and Conversant Ids
Improves terminal output and improved styling
Adds Warning when --start argument is higher than the total results.

Bug Fixes

Fixes results getting clipped at 1048 results (optimization counter applying to nested entries).

Behind-the-scenes

Code cleanup and refactoring
Updates all models and migrations to reflect Actor/Conversant change
Updates all models for successful db:up/down
Adds conversations.dialog model
Feature complete for all models and migrations

v1.0-alpha.6

01 Aug 14:30
63338ac
Compare
Choose a tag to compare
v1.0-alpha.6 Pre-release
Pre-release

Features

  • Adds names for all Actor and Conversant fields
  • Improves terminal output and improved styling
  • Adds Warning when --start argument is higher than the total results.

Bug Fixes

  • Fixes results getting clipped at 1048 results (optimization counter applying to nested entries).

Behind-the-scenes

  • Code cleanup and refactoring
  • Updates all models and migrations to reflect Actor/Conversant change
  • Updates all models for successful db:up/down
  • Adds conversations.dialog model

v1.0-alpha.5

28 Jul 21:00
c67cd70
Compare
Choose a tag to compare
v1.0-alpha.5 Pre-release
Pre-release
  • Fixes existing models: orb, check, whitecheck, redcheck, passivecheck.
  • Creates model for task
  • Removes irrelevant hub group at conversation level (will revisit when adding more features to dialogEntry templates)

v1.0-alpha.3

28 Jul 00:49
6e3e2f8
Compare
Choose a tag to compare
v1.0-alpha.3 Pre-release
Pre-release

Adds basic markdown support with the --output=md flag.

v1.0-alpha.2

27 Jul 22:29
b1ce94f
Compare
Choose a tag to compare
v1.0-alpha.2 Pre-release
Pre-release
Merge pull request #2 from htmlbanjo/alpha-1-rc-2

convenience items for templates and additional models

v1.0-alpha.1

27 Jul 21:46
39e4430
Compare
Choose a tag to compare
v1.0-alpha.1 Pre-release
Pre-release
  • Basic support for all entity types (actor, location, item, variable, conversation)
  • Template system for both entity types and roughly two dozen subgroups for use in normalization (e.g. can isolate all passive checks, all dialog links, all actors that reference a user skill, all items that are consumables).
  • Basic terminal support via console.
  • Output: "json" option for writing selections to local disc.
  • Output: "db" option for generating Sequelize ORM seed files.
  • Includes sample models and migration data for available templates.
  • Simple paging system resembling db offset/limit methodology
  • Some silly progress messages for the heavy of foot.