Difference between revisions of "Version History/v1.1.x"

From Lorekeeper Wiki
Jump to navigation Jump to search
m (Consistency fixes)
m (Consistency overhaul)
 
Line 2: Line 2:
  
 
== v1.1.5 ==
 
== v1.1.5 ==
Fix too few arguments error
+
=== Bug Fixes ===
 +
* Fix too few arguments error
  
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.5
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.5
  
 
== v1.1.4 ==
 
== v1.1.4 ==
Notification fix
+
=== Bug Fixes ===
 +
* Notification fix
  
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.4
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.4
  
 
== v1.1.3: Bugs fixed ==
 
== v1.1.3: Bugs fixed ==
'''Bugs Fixed:'''
+
=== Miscellaneous ===
 +
* Added a notification for a character transfer recipient when the transfer is approved
 +
 
 +
=== Bug Fixes ===
 
* 500 error when selecting a blank tag to add to an item
 
* 500 error when selecting a blank tag to add to an item
 
* Removal of currency displayed in log as + instead of -
 
* Removal of currency displayed in log as + instead of -
Line 21: Line 26:
 
* Only site admin able to edit character currencies
 
* Only site admin able to edit character currencies
 
* Editing trade if you were the trade recipient wouldn't return you old attached currency
 
* Editing trade if you were the trade recipient wouldn't return you old attached currency
 
'''Misc:'''
 
* Added a notification for a character transfer recipient when the transfer is approved
 
  
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.3
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.3
  
 
== v1.1.2: Bug fixes, minor changes ==
 
== v1.1.2: Bug fixes, minor changes ==
'''Bugs Fixed:'''
+
=== Miscellaneous ===
 +
* Added a notification for a character transfer recipient when the transfer is approved
 +
 
 +
=== Bug Fixes ===
 
* 500 error when selecting a blank tag to add to an item
 
* 500 error when selecting a blank tag to add to an item
 
* Removal of currency displayed in log as + instead of -
 
* Removal of currency displayed in log as + instead of -
Line 37: Line 42:
 
* Only site admin able to edit character currencies
 
* Only site admin able to edit character currencies
 
* Editing trade if you were the trade recipient wouldn't return you old attached currency
 
* Editing trade if you were the trade recipient wouldn't return you old attached currency
 
'''Minor Update:'''
 
* Added a notification for a character transfer recipient when the transfer is approved
 
  
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.2
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.2
  
 
== v1.1.1: Bug fixes, minor changes ==
 
== v1.1.1: Bug fixes, minor changes ==
'''Bugs Fixed:'''
+
=== Miscellaneous ===
 +
* Fix header on character change log (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 +
* Change Characters section in Encyclopedia to use Characters image rather than Account image (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 +
* Add link to character page to character slug text on submissions (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 +
* Change wording on home > characters to "My Characters" for clarity/to further distinguish it from profile > characters/to match the home menu in the navbar, and edit the home sidebar to match. Likewise for MYO slots. (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 +
 
 +
=== Bug Fixes ===
 
* Adjust mobile header to reduce mobile menu vertical offset on smaller devices (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Adjust mobile header to reduce mobile menu vertical offset on smaller devices (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Fix site being displayed wider than device on mobile (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Fix site being displayed wider than device on mobile (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
Line 50: Line 58:
 
* Fix undefined variables in image upload notification (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Fix undefined variables in image upload notification (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Messy fix for the "Select Currenc" display issue in trades (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Messy fix for the "Select Currenc" display issue in trades (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
'''Minor Changes:'''
 
* Fix header on character change log (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Change Characters section in Encyclopedia to use Characters image rather than Account image (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Add link to character page to character slug text on submissions (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
* Change wording on home > characters to "My Characters" for clarity/to further distinguish it from profile > characters/to match the home menu in the navbar, and edit the home sidebar to match. Likewise for MYO slots. (PR #[https://github.com/lk-arpg/lorekeeper/pull/10 10])
 
  
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.1
 
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.1
  
 
== v1.1.0: Feature update, minor change ==
 
== v1.1.0: Feature update, minor change ==
'''Feature Update:'''
+
=== New Additions ===
 
* Make staff comments on submissions available on both acceptance and rejection, as well as move the form into the main page body. The form remains optional. (PR #[https://github.com/lk-arpg/lorekeeper/pull/9 9])
 
* Make staff comments on submissions available on both acceptance and rejection, as well as move the form into the main page body. The form remains optional. (PR #[https://github.com/lk-arpg/lorekeeper/pull/9 9])
  
'''Minor Changes:'''
+
=== Miscellaneous ===
 
* Display of staff comments on processed submissions is also made more prominent and not danger in accordance with above feature update. (PR #[https://github.com/lk-arpg/lorekeeper/pull/9 9])
 
* Display of staff comments on processed submissions is also made more prominent and not danger in accordance with above feature update. (PR #[https://github.com/lk-arpg/lorekeeper/pull/9 9])
  

Latest revision as of 12:59, 24 May 2025


v1.1.5

Bug Fixes

  • Fix too few arguments error

https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.5

v1.1.4

Bug Fixes

  • Notification fix

https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.4

v1.1.3: Bugs fixed

Miscellaneous

  • Added a notification for a character transfer recipient when the transfer is approved

Bug Fixes

  • 500 error when selecting a blank tag to add to an item
  • Removal of currency displayed in log as + instead of -
  • Claims would show up on the moderator's bank log as losing currency
  • Missing check for a shop stock without a cost
  • 500 error viewing bank tab of a character without an on-site owner
  • 500 error editing profile of a character without an on-site owner
  • Only site admin able to edit character currencies
  • Editing trade if you were the trade recipient wouldn't return you old attached currency

https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.3

v1.1.2: Bug fixes, minor changes

Miscellaneous

  • Added a notification for a character transfer recipient when the transfer is approved

Bug Fixes

  • 500 error when selecting a blank tag to add to an item
  • Removal of currency displayed in log as + instead of -
  • Claims would show up on the moderator's bank log as losing currency
  • Missing check for a shop stock without a cost
  • 500 error viewing bank tab of a character without an on-site owner
  • 500 error editing profile of a character without an on-site owner
  • Only site admin able to edit character currencies
  • Editing trade if you were the trade recipient wouldn't return you old attached currency

https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.2

v1.1.1: Bug fixes, minor changes

Miscellaneous

  • Fix header on character change log (PR #10)
  • Change Characters section in Encyclopedia to use Characters image rather than Account image (PR #10)
  • Add link to character page to character slug text on submissions (PR #10)
  • Change wording on home > characters to "My Characters" for clarity/to further distinguish it from profile > characters/to match the home menu in the navbar, and edit the home sidebar to match. Likewise for MYO slots. (PR #10)

Bug Fixes

  • Adjust mobile header to reduce mobile menu vertical offset on smaller devices (PR #10)
  • Fix site being displayed wider than device on mobile (PR #10)
  • Change character description and image note editing to be inline rather than in a modal to resolve a bug around nested modals (courtesy of @SpeedyD]) (PR #10)
  • Fix undefined variables in image upload notification (PR #10)
  • Messy fix for the "Select Currenc" display issue in trades (PR #10)

https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.1

v1.1.0: Feature update, minor change

New Additions

  • Make staff comments on submissions available on both acceptance and rejection, as well as move the form into the main page body. The form remains optional. (PR #9)

Miscellaneous

  • Display of staff comments on processed submissions is also made more prominent and not danger in accordance with above feature update. (PR #9)

https://github.com/lk-arpg/lorekeeper/releases/tag/v1.1.0