Difference between revisions of "Version History/v1.7.x"
Jump to navigation
Jump to search
(Force Table of Contents) |
m (Updated github URLs) Tag: 2017 source edit |
||
| Line 4: | Line 4: | ||
'''Validate submission URLs''' | '''Validate submission URLs''' | ||
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v1.7.2 |
== v1.7.1 == | == v1.7.1 == | ||
| − | '''Merge pull request [https://github.com/ | + | '''Merge pull request [https://github.com/lk-arpg/lorekeeper/pull/46 #46] from itinerare/feature/art-design-credits-hotfix''' |
Feature/art design credits hotfix | Feature/art design credits hotfix | ||
| Line 13: | Line 13: | ||
* Fix bug with url match failure causing error on viewing user profile | * Fix bug with url match failure causing error on viewing user profile | ||
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v1.7.1 |
== v1.7.0 == | == v1.7.0 == | ||
| − | '''Switch art/design credits to use on-site username/ID instead of alias ([https://github.com/ | + | '''Switch art/design credits to use on-site username/ID instead of alias ([https://github.com/lk-arpg/lorekeeper/pull/37 #37])''' |
* Add css to make images in parsed text not stretch the page, especially on mobile | * Add css to make images in parsed text not stretch the page, especially on mobile | ||
| Line 33: | Line 33: | ||
* Fix getting art/designer input on myo ML | * Fix getting art/designer input on myo ML | ||
| − | https://github.com/ | + | https://github.com/lk-arpg/lorekeeper/releases/tag/v1.7.0 |
{{prevnext|Version_History|/v2.0.x|/v1.6.x|title=[[Version History]]}} | {{prevnext|Version_History|/v2.0.x|/v1.6.x|title=[[Version History]]}} | ||
[[Category:Version History|1.7.x]] | [[Category:Version History|1.7.x]] | ||
__FORCETOC__ | __FORCETOC__ | ||
Revision as of 08:39, 24 May 2025
v1.7.2
Validate submission URLs
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.7.2
v1.7.1
Merge pull request #46 from itinerare/feature/art-design-credits-hotfix
Feature/art design credits hotfix
- Fix character creation art/design credit forms
- Fix alias comparison from url being case-sensitive
- Fix bug with url match failure causing error on viewing user profile
https://github.com/lk-arpg/lorekeeper/releases/tag/v1.7.1
v1.7.0
Switch art/design credits to use on-site username/ID instead of alias (#37)
- Add css to make images in parsed text not stretch the page, especially on mobile
- Swap design/artist name entry to on-site username rather than alias
- Switch art/design user selection to selectize
- Make character image creator user ID nullable
- Add command to convert existing character image creator aliases to on-site user IDs where possible
- Adjust art credit ID command to change alias-identified creators without associated users to use url instead
- Add ability for character image creators to be assigned user IDs on verification similar to old alias system
- Better comments on user model update art/design credit function
- Add a helper function to format user profile links on other sites
- Format art/design credit links using said function
- Update masterlist/MYO masterlist artist/designer search for on-site users
- Add profile link formatting for instagram
- Make new config file for sites (currently mostly for housing regex)
- Change prettyProfileLink function to use said config/condense the code in it
- Fix getting art/designer input on myo ML