Releases: htmlbanjo/disco-courier
Releases · htmlbanjo/disco-courier
Beta 3
Cleans up items refs and adds some internal lookups for conversations (not yet associating columns, but paving ground for it)
Beta 2
Large-scale cleanup of conversation tables
Normalizes all conversation titles and assigns type/subtype to entries for easier searches.
V1.0-beta.1
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
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
- 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
Adds basic markdown support with the --output=md flag.
v1.0-alpha.2
Merge pull request #2 from htmlbanjo/alpha-1-rc-2 convenience items for templates and additional models
v1.0-alpha.1
- 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.