Version History/v1.0.x

From Lorekeeper Wiki
Jump to navigation Jump to search


v1.0.8: Bug fixes, minor change

Bugs Fixed

  • Loot table rolling skewed towards later items in the list

Minor Change

  • News posts now have a margin on the bottom

https://github.com/corowne/lorekeeper/releases/tag/v1.0.8

v1.0.7: Bug fixes, minor change

Bugs Fixed

  • 500 error on registering with a non-unique username
  • 500 error on rolling raffle group
  • Breadcrumbs link on character profile pages link to main masterlist instead of MYO masterlist

Minor Change

  • Character masterlist now orders by number descending rather than creation order, as approved MYO slots would be placed out of order in the list

https://github.com/corowne/lorekeeper/releases/tag/v1.0.7

v1.0.6: Bug fixes, minor change

Bugs Fixed

  • Users could not purchase item at 0 cost with no currency on hand
  • Missing loot table pagination in admin panel
  • Previous submissions field on submissions page not counting correctly
  • Error uploading character image for a character belonging to an offsite user

Minor Change

  • Dropped internal tracking of users' character/MYO slot counts as they weren't being displayed and would be inaccurate depending on your viewing permissions

https://github.com/corowne/lorekeeper/releases/tag/v1.0.6

v1.0.5: Bug fixes, minor addition

Bugs Fixed

  • .hide class would get overridden by custom.css
  • Stock editing for existing shop stock would not update correctly due to missing keys in the form
  • Removed a unique key constraint in an earlier table that was occasionally causing migration issues
  • Made character and character image deletion more thorough to avoid problems with deleting apparently-unused features and currencies
  • Was not able to grant character-held only currencies to characters

Minor Addition

  • Added a script to clear any character features and currencies on deleted characters, as well as delete their images

https://github.com/corowne/lorekeeper/releases/tag/v1.0.5

v1.0.4: Bug fixes, minor changes

Bugs Fixed

  • Artist/designer name search not working
  • Mass grant currency not working for users with spaces in their usernames
  • Could not create a character with the same character code after deleting an old one with the same code
  • Redirect after deleting a character caused an error

Minor Changes

  • Restricted name length to 25 characters max at registration time
  • Prevented names from containing anything besides alphanumeric/dash/underscore characters
  • Prevented character codes from containing anything besides alphanumeric/dash/underscore characters
  • Changed label for name field on registration form to say "username"
  • Allowed name attribute to be used in text pages

https://github.com/corowne/lorekeeper/releases/tag/v1.0.4

v1.0.3: Bug fixes

Bugs Fixed

  • 500 error on trying to delete subtype
  • Enforce minimum 3 character long usernames during creation (oh no)
  • Character's sale value not preserved on the design approval form
  • Notification for approved character sent to approver rather than the owner of the character
  • Added check for whether an image is uploaded when user edits a design update's image section
  • Claim approval notifications had wrong link

https://github.com/corowne/lorekeeper/releases/tag/v1.0.3

v1.0.2: Bug fix

Bugs Fixed

  • Broken currency select if owner is null

https://github.com/corowne/lorekeeper/releases/tag/v1.0.2

v1.0.1: Bug fixes

Bugs Fixed

  • Cannot edit old news post
  • Cannot delete a currency
  • Cannot transfer items between accounts
  • Cannot delete a page

https://github.com/corowne/lorekeeper/releases/tag/v1.0.1

v1.0.0: Initial release

Bugs Fixed

  • Collapsing the character selection when editing trade offers would cause the characters to not be visible
  • Selecting all visible characters when editing trade offers would also select characters that should be disabled
  • Trade character selection included characters that could not be transferred out of the account
  • Trade comments were not being displayed correctly
  • Users without the required power were still able to view the sort images button on a character's page
  • If an image was uploaded for a non-visible character, the owner would still get a notification

Miscellaneous

  • Fixed the wording on image uploads
  • Added a missing notification to the recipient of a direct character transfer
  • dA accounts can only be associated with one registered user at a time (user cannot link the same dA name to a different account - please tell them to request for a name change on their old account instead of creating a new one)

https://github.com/corowne/lorekeeper/releases/tag/v1.0.0