Difference between revisions of "Version History/v3.0.x"
Jump to navigation
Jump to search
m (Adding version history title link) |
(Updating version history to [050524]) |
||
Line 4: | Line 4: | ||
'''Misc:''' | '''Misc:''' | ||
* Deprecate laravelcollective/html forms https://github.com/corowne/lorekeeper/pull/863 | * Deprecate laravelcollective/html forms https://github.com/corowne/lorekeeper/pull/863 | ||
+ | * Compact some user checks https://github.com/corowne/lorekeeper/pull/908 | ||
'''New:''' | '''New:''' | ||
Line 11: | Line 12: | ||
* Add "without" options to admin trait index search https://github.com/corowne/lorekeeper/pull/848 | * Add "without" options to admin trait index search https://github.com/corowne/lorekeeper/pull/848 | ||
* Use shop image (if extant) for meta-img https://github.com/corowne/lorekeeper/pull/849 | * Use shop image (if extant) for meta-img https://github.com/corowne/lorekeeper/pull/849 | ||
− | * | + | * Add optional gallery submissions selection on prompt submissions https://github.com/corowne/lorekeeper/pull/847 |
+ | * Add additional search options to admin item and trait indexes https://github.com/corowne/lorekeeper/pull/898 / https://github.com/corowne/lorekeeper/pull/899 | ||
+ | * Add character art/designs pages to user profiles https://github.com/corowne/lorekeeper/pull/915 | ||
+ | * Add icons to off-site usernames https://github.com/corowne/lorekeeper/pull/892 | ||
+ | * Add FurAffinity to sites https://github.com/corowne/lorekeeper/pull/892 | ||
+ | * Add toggleable minibadges to user character page https://github.com/corowne/lorekeeper/pull/933 | ||
'''Bugs Fixed:''' | '''Bugs Fixed:''' | ||
* Hidden trait categories not visible to permissioned staff in universal trait index https://github.com/corowne/lorekeeper/pull/874 | * Hidden trait categories not visible to permissioned staff in universal trait index https://github.com/corowne/lorekeeper/pull/874 | ||
+ | * Error viewing create/edit claim page https://github.com/corowne/lorekeeper/pull/923 | ||
+ | * Issue retrieving gallery submissions a user collaborated on when creating submission https://github.com/corowne/lorekeeper/pull/936 | ||
+ | * Error viewing create submission page https://github.com/corowne/lorekeeper/pull/936 | ||
== v3.0.0 - Current Release Branch == | == v3.0.0 - Current Release Branch == | ||
Line 25: | Line 34: | ||
* Use home layout for report view https://github.com/corowne/lorekeeper/pull/851 | * Use home layout for report view https://github.com/corowne/lorekeeper/pull/851 | ||
* Do not include reports page scripts section if closed https://github.com/corowne/lorekeeper/pull/857 | * Do not include reports page scripts section if closed https://github.com/corowne/lorekeeper/pull/857 | ||
+ | * Add wiki page links to core extensions without https://github.com/corowne/lorekeeper/pull/889 | ||
+ | * Add missing core extension credits and reorganize https://github.com/corowne/lorekeeper/pull/934 / https://github.com/corowne/lorekeeper/pull/935 | ||
'''Bugs Fixed:''' | '''Bugs Fixed:''' | ||
Line 72: | Line 83: | ||
* Reports comments do not have the correct comment type https://github.com/corowne/lorekeeper/pull/853 | * Reports comments do not have the correct comment type https://github.com/corowne/lorekeeper/pull/853 | ||
* Hidden trait categories not visible to permissioned staff in species trait index https://github.com/corowne/lorekeeper/pull/873 | * Hidden trait categories not visible to permissioned staff in species trait index https://github.com/corowne/lorekeeper/pull/873 | ||
+ | * Sidebar links not displayed for new news/sales admin powers https://github.com/corowne/lorekeeper/pull/891 | ||
+ | * Error when viewing a site in maintenance mode as a guest https://github.com/corowne/lorekeeper/pull/897 | ||
+ | * Objects in /world do not paginate properly https://github.com/corowne/lorekeeper/pull/913 | ||
+ | * Unreleased items visible to staff by default https://github.com/corowne/lorekeeper/pull/924 | ||
+ | * Admin gallery queue info visible to staff by default https://github.com/corowne/lorekeeper/pull/925 | ||
== v3.0.0-pre1 == | == v3.0.0-pre1 == |
Revision as of 12:51, 5 May 2024
Contents
v3.1.0 - Current Develop Branch
Misc:
- Deprecate laravelcollective/html forms https://github.com/corowne/lorekeeper/pull/863
- Compact some user checks https://github.com/corowne/lorekeeper/pull/908
New:
- Add universal/non-species trait index https://github.com/corowne/lorekeeper/pull/794
- Add optional currency conversion support https://github.com/corowne/lorekeeper/pull/827
- Add sort to admin trait index https://github.com/corowne/lorekeeper/pull/844
- Add "without" options to admin trait index search https://github.com/corowne/lorekeeper/pull/848
- Use shop image (if extant) for meta-img https://github.com/corowne/lorekeeper/pull/849
- Add optional gallery submissions selection on prompt submissions https://github.com/corowne/lorekeeper/pull/847
- Add additional search options to admin item and trait indexes https://github.com/corowne/lorekeeper/pull/898 / https://github.com/corowne/lorekeeper/pull/899
- Add character art/designs pages to user profiles https://github.com/corowne/lorekeeper/pull/915
- Add icons to off-site usernames https://github.com/corowne/lorekeeper/pull/892
- Add FurAffinity to sites https://github.com/corowne/lorekeeper/pull/892
- Add toggleable minibadges to user character page https://github.com/corowne/lorekeeper/pull/933
Bugs Fixed:
- Hidden trait categories not visible to permissioned staff in universal trait index https://github.com/corowne/lorekeeper/pull/874
- Error viewing create/edit claim page https://github.com/corowne/lorekeeper/pull/923
- Issue retrieving gallery submissions a user collaborated on when creating submission https://github.com/corowne/lorekeeper/pull/936
- Error viewing create submission page https://github.com/corowne/lorekeeper/pull/936
v3.0.0 - Current Release Branch
Misc:
- Make back-hashing data images optional https://github.com/corowne/lorekeeper/pull/779
- Make FTO badge larger https://github.com/corowne/lorekeeper/pull/780
- Make date/time picker more consistent, reduce code redundancy https://github.com/corowne/lorekeeper/pull/771
- Improve honeypot response https://github.com/corowne/lorekeeper/pull/828
- Use reusable workflows for linting https://github.com/corowne/lorekeeper/pull/758
- Use home layout for report view https://github.com/corowne/lorekeeper/pull/851
- Do not include reports page scripts section if closed https://github.com/corowne/lorekeeper/pull/857
- Add wiki page links to core extensions without https://github.com/corowne/lorekeeper/pull/889
- Add missing core extension credits and reorganize https://github.com/corowne/lorekeeper/pull/934 / https://github.com/corowne/lorekeeper/pull/935
Bugs Fixed:
- Option to copy character slug is provided for MYO slots https://github.com/corowne/lorekeeper/pull/756
- Redundant sublist reference in user controller https://github.com/corowne/lorekeeper/pull/757
- Docblock cleanup https://github.com/corowne/lorekeeper/pull/759
- Extension tracker command does not work in linux environments https://github.com/corowne/lorekeeper/pull/761
- User log pages not displayed as active in sidebar https://github.com/corowne/lorekeeper/pull/762
- Currency icon images not included in image hash command https://github.com/corowne/lorekeeper/pull/769
- Old username notification not case-insensitive https://github.com/corowne/lorekeeper/pull/763
- Subgallery sidebar does not show other subgalleries of parent https://github.com/corowne/lorekeeper/pull/764
- Error migrating with some xampp installations https://github.com/corowne/lorekeeper/pull/770
- Errors with birthday input handling https://github.com/corowne/lorekeeper/pull/770
- Error with various sort functions https://github.com/corowne/lorekeeper/pull/770
- Character sale value cannot be adjusted without setting as sellable https://github.com/corowne/lorekeeper/pull/781
- MYO creation errors if no masterlist image format set https://github.com/corowne/lorekeeper/pull/782
- Deleted user items cause design updates addon page to error https://github.com/corowne/lorekeeper/pull/789
- Last power cannot be removed from ranks https://github.com/corowne/lorekeeper/pull/790
- Trait/rarity links overruled by modal trigger (if enabled) in species trait index https://github.com/corowne/lorekeeper/pull/783
- Date/time picker uses user machine time rather than site time https://github.com/corowne/lorekeeper/pull/771
- Date/time picker in character stats edit modal does not work https://github.com/corowne/lorekeeper/pull/771
- Password reset form errors https://github.com/corowne/lorekeeper/pull/792
- Email does not autofill on password reset form https://github.com/corowne/lorekeeper/pull/792
- Password reset flow has insufficient feedback https://github.com/corowne/lorekeeper/pull/792
- Image processing performance improvements not applied to character thumbnail processing https://github.com/corowne/lorekeeper/pull/793
- Staff cannot recrop design update thumbnails https://github.com/corowne/lorekeeper/pull/804
- Character thumbnail processing does not fully support WebP https://github.com/corowne/lorekeeper/pull/803
- MYO creation errors if no masterlist image format set (for real this time) https://github.com/corowne/lorekeeper/pull/803
- Subtype selection not limited by species when creating/editing traits https://github.com/corowne/lorekeeper/pull/795
- Certain long text, e.g. headers, cause horizontal stretching https://github.com/corowne/lorekeeper/pull/813
- Users cannot see comments on assigned tickets https://github.com/corowne/lorekeeper/pull/817
- Comment types are not set appropriately https://github.com/corowne/lorekeeper/pull/818
- Permissioned staff cannot see hidden traits and items https://github.com/corowne/lorekeeper/pull/822
- Image hash not saved for prompts https://github.com/corowne/lorekeeper/pull/823
- Hidden traits not properly hidden https://github.com/corowne/lorekeeper/pull/824
- MYO ML uses number sort despite MYOs having no numbers https://github.com/corowne/lorekeeper/pull/825
- Has image checks missing https://github.com/corowne/lorekeeper/pull/828
- Error validating registration input https://github.com/corowne/lorekeeper/pull/834
- Errors during user deactivation https://github.com/corowne/lorekeeper/pull/834
- Errors accessing raffle ticket, user settings timestamps https://github.com/corowne/lorekeeper/pull/836
- Preexisting character fullsize images are not displayed https://github.com/corowne/lorekeeper/pull/835
- Birthday input error when registering with an alias https://github.com/corowne/lorekeeper/pull/843
- Page title inconsistencies/errors https://github.com/corowne/lorekeeper/pull/850
- Admin submissions view uses home layout https://github.com/corowne/lorekeeper/pull/851
- Clicking power label when editing rank checks wrong checkbox https://github.com/corowne/lorekeeper/pull/852
- Comments scripts interfere with any scripts in the page itself https://github.com/corowne/lorekeeper/pull/854
- Reports comments do not have the correct comment type https://github.com/corowne/lorekeeper/pull/853
- Hidden trait categories not visible to permissioned staff in species trait index https://github.com/corowne/lorekeeper/pull/873
- Sidebar links not displayed for new news/sales admin powers https://github.com/corowne/lorekeeper/pull/891
- Error when viewing a site in maintenance mode as a guest https://github.com/corowne/lorekeeper/pull/897
- Objects in /world do not paginate properly https://github.com/corowne/lorekeeper/pull/913
- Unreleased items visible to staff by default https://github.com/corowne/lorekeeper/pull/924
- Admin gallery queue info visible to staff by default https://github.com/corowne/lorekeeper/pull/925
v3.0.0-pre1
⚠️ Breaking:
- Update to Laravel 10 https://github.com/corowne/lorekeeper/pull/746
New:
- Add sorting options to various admin queues https://github.com/corowne/lorekeeper/pull/735
- Add additional staff powers for news, sales https://github.com/corowne/lorekeeper/pull/735
- Add comment edit history https://github.com/corowne/lorekeeper/pull/735
- Make WebP support explicit https://github.com/corowne/lorekeeper/pull/737
- Add additional image processing options in config https://github.com/corowne/lorekeeper/pull/737
- Add two-factor authentication https://github.com/corowne/lorekeeper/pull/80
- Add WYSIWYG editor option for comments https://github.com/corowne/lorekeeper/pull/741
- Add hashes to data images https://github.com/corowne/lorekeeper/pull/749
- Add optional username change system https://github.com/corowne/lorekeeper/pull/742
Misc:
- Update registration page birthday selector https://github.com/corowne/lorekeeper/pull/735
- Make ReCaptcha toggleable via config https://github.com/corowne/lorekeeper/pull/80
- Implement built-in honeypot on registration and login https://github.com/corowne/lorekeeper/pull/80
- Improve item release checking https://github.com/corowne/lorekeeper/pull/744
- Hide "Use Thumbnail Automation" toggle if manual thumbnail uploads are disabled https://github.com/corowne/lorekeeper/pull/744
- Add "no reward" message to reward string utility https://github.com/corowne/lorekeeper/pull/743
- Refactor code for better static analysis, etc. https://github.com/corowne/lorekeeper/pull/748
- Add anchor to sales comments, tweak spacing for consistency https://github.com/corowne/lorekeeper/pull/750
Bugs Fixed:
- Duplicated code in SpeciesService https://github.com/corowne/lorekeeper/pull/735
- Sorting user index/admin user index by alias does not function https://github.com/corowne/lorekeeper/pull/735
- Search by subtype in admin traits index does not function https://github.com/corowne/lorekeeper/pull/735
- Notification for MYO slot profile admin edit uses the wrong URL https://github.com/corowne/lorekeeper/pull/735
- Error when a character added to a submission is deleted https://github.com/corowne/lorekeeper/pull/735
- Error when a character added to a sales post is deleted https://github.com/corowne/lorekeeper/pull/735
- Gallery submission data is not retained on error https://github.com/corowne/lorekeeper/pull/735
- Submission data is not retained on error https://github.com/corowne/lorekeeper/pull/735
- Certain user sidebar items do not display as active when viewed https://github.com/corowne/lorekeeper/pull/735
- Images with larger dimensions fail or are resource intensive to process https://github.com/corowne/lorekeeper/pull/737
- Error viewing news/sales https://github.com/corowne/lorekeeper/pull/744
- Character inventory stack name has no set limit https://github.com/corowne/lorekeeper/pull/744
- User mention block not appropriately responsive https://github.com/corowne/lorekeeper/pull/744
- Design update comments do not use `manage_characters` power https://github.com/corowne/lorekeeper/pull/745
https://github.com/corowne/lorekeeper/releases/tag/v3.0.0-pre1
Pre-release Develop Updates
TBD, this is a lot