Skip to content

Releases: mikron-ia/rpg-hub

v0.7.0 - quality of use improvements

18 Jan 22:49
Compare
Choose a tag to compare

Numerous minor improvements: better layout, removal of bugs, easier data input, etc.

v0.6.0 - user handling

18 Dec 18:36
Compare
Choose a tag to compare

Users, access privileges, access control, invitations, mailing.

v0.5.0 - basic frontend

13 Nov 16:11
Compare
Choose a tag to compare

This provides operational front-end, containing:

  • list of stories
  • list of people
  • minor styling
  • error handling

Back-end received:

  • external data handling
  • improvements on efficiency

v0.4.0 - access control

26 Oct 21:19
Compare
Choose a tag to compare

Adds access control, user management, and activity log. This release is indented as functional back end, capable of supporting planned front end functionalities.

v0.3.0 - control over basic data

29 Jun 20:40
Compare
Choose a tag to compare

Phase I of ensuring control over all data processed by the system. Contains:

  • Complete control over Epic, Story, and Person data
  • Connections between Person and Character
  • Internal description system, specifically for Person
  • Internal parameter system, specifically for Story and Parameters
  • Reworked back-end interface, better suited for mobile use
  • Minor work on front-end - able to provide story data
  • Adjustments for API
  • Epic-specific pages

v0.2.0 - API

02 Jun 20:05
Compare
Choose a tag to compare

API is extended and provides basic data. Data is at least as complete as it is in currently used backends, ie. provide complete epic data, party data, and character data.

v0.1.0 - Architecture

25 May 21:47
Compare
Choose a tag to compare
v0.1.0 - Architecture Pre-release
Pre-release

Architecture, operational database, crucial models, and their CRUDs.