Difference between revisions of "Version History/v3.0.Pre"

From Lorekeeper Wiki
Jump to navigation Jump to search
m (Minor consistency update again)
(Minor Overhaul + Adding pre1 updates as they're part of this)
 
Line 3: Line 3:
 
== Pre-release v3 Updates ==
 
== Pre-release v3 Updates ==
  
=== ⚠️ Breaking: ===
+
=== ⚠️ Breaking Changes ===
 
* Update to Laravel 9/Require PHP 8.1 https://github.com/lk-arpg/lorekeeper/pull/312
 
* Update to Laravel 9/Require PHP 8.1 https://github.com/lk-arpg/lorekeeper/pull/312
 +
* Update to Laravel 10 https://github.com/lk-arpg/lorekeeper/pull/746
  
=== New: ===
+
=== New Additions ===
 
* Add discord as an auth option https://github.com/lk-arpg/lorekeeper/pull/118
 
* Add discord as an auth option https://github.com/lk-arpg/lorekeeper/pull/118
 
* Add toggleable "Scroll to Top" extension https://github.com/lk-arpg/lorekeeper/pull/143
 
* Add toggleable "Scroll to Top" extension https://github.com/lk-arpg/lorekeeper/pull/143
Line 63: Line 64:
 
* Add asset reward string utility, use for box rewards https://github.com/lk-arpg/lorekeeper/pull/668
 
* Add asset reward string utility, use for box rewards https://github.com/lk-arpg/lorekeeper/pull/668
 
* Add draft state to submissions https://github.com/lk-arpg/lorekeeper/pull/736
 
* Add draft state to submissions https://github.com/lk-arpg/lorekeeper/pull/736
 +
* Add sorting options to various admin queues https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Add additional staff powers for news, sales https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Add comment edit history https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Make WebP support explicit https://github.com/lk-arpg/lorekeeper/pull/737
 +
* Add additional image processing options in config https://github.com/lk-arpg/lorekeeper/pull/737
 +
* Add two-factor authentication https://github.com/lk-arpg/lorekeeper/pull/80
 +
* Add WYSIWYG editor option for comments https://github.com/lk-arpg/lorekeeper/pull/741
 +
* Add hashes to data images https://github.com/lk-arpg/lorekeeper/pull/749
 +
* Add optional username change system https://github.com/lk-arpg/lorekeeper/pull/742
  
=== Misc: ===
+
=== Miscellaneous ===
 +
* Update registration page birthday selector https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Make ReCaptcha toggleable via config https://github.com/lk-arpg/lorekeeper/pull/80
 +
* Implement built-in honeypot on registration and login https://github.com/lk-arpg/lorekeeper/pull/80
 +
* Improve item release checking https://github.com/lk-arpg/lorekeeper/pull/744
 +
* Hide "Use Thumbnail Automation" toggle if manual thumbnail uploads are disabled https://github.com/lk-arpg/lorekeeper/pull/744
 +
* Add "no reward" message to reward string utility https://github.com/lk-arpg/lorekeeper/pull/743
 +
* Refactor code for better static analysis, etc. https://github.com/lk-arpg/lorekeeper/pull/748
 +
* Add anchor to sales comments, tweak spacing for consistency https://github.com/lk-arpg/lorekeeper/pull/750
 
* Show deleted comments and consequently replies https://github.com/lk-arpg/lorekeeper/pull/105
 
* Show deleted comments and consequently replies https://github.com/lk-arpg/lorekeeper/pull/105
 
* Add a report button to permalink comments https://github.com/lk-arpg/lorekeeper/pull/105
 
* Add a report button to permalink comments https://github.com/lk-arpg/lorekeeper/pull/105
Line 99: Line 117:
 
* Various mobile styling improvements https://github.com/lk-arpg/lorekeeper/pull/727
 
* Various mobile styling improvements https://github.com/lk-arpg/lorekeeper/pull/727
  
=== Bugs Fixed ===
+
=== Bug Fixes ===
 +
* Duplicated code in SpeciesService https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Sorting user index/admin user index by alias does not function https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Search by subtype in admin traits index does not function https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Notification for MYO slot profile admin edit uses the wrong URL https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Error when a character added to a submission is deleted https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Error when a character added to a sales post is deleted https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Gallery submission data is not retained on error https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Submission data is not retained on error https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Certain user sidebar items do not display as active when viewed https://github.com/lk-arpg/lorekeeper/pull/735
 +
* Images with larger dimensions fail or are resource intensive to process https://github.com/lk-arpg/lorekeeper/pull/737
 +
* Error viewing news/sales https://github.com/lk-arpg/lorekeeper/pull/744
 +
* Character inventory stack name has no set limit https://github.com/lk-arpg/lorekeeper/pull/744
 +
* User mention block not appropriately responsive https://github.com/lk-arpg/lorekeeper/pull/744
 +
* Design update comments do not use `manage_characters` power https://github.com/lk-arpg/lorekeeper/pull/745
 
* Issues with regex for Discord integration https://github.com/lk-arpg/lorekeeper/pull/119
 
* Issues with regex for Discord integration https://github.com/lk-arpg/lorekeeper/pull/119
 
* Undefined offset error when adding new characters/images https://github.com/lk-arpg/lorekeeper/pull/121
 
* Undefined offset error when adding new characters/images https://github.com/lk-arpg/lorekeeper/pull/121

Latest revision as of 12:54, 24 May 2025


Pre-release v3 Updates

⚠️ Breaking Changes

New Additions

Miscellaneous

Bug Fixes

https://github.com/lk-arpg/lorekeeper/releases/tag/v3.0.0-pre1

Core Extensions Added

Here are all Core Extensions added between v2.0.0 and v3.0.0-pre1:

The following extensions have settings: