nbarrios / arcdps-uploader

Arcdps Combat Log Uploader Extension
Other
15 stars 7 forks source link

Additional user configuration for formatted log message #36

Closed covertPZ closed 1 year ago

covertPZ commented 1 year ago
  1. Added Copy & Format Selected button

    • Takes users selected logs and formats them according to the provided message format
  2. Added configuration for formatted log output used by Copy & Format Selected and Copy & Format Recent Clears

    • These two functions now follow the output message format specified in the Options > Other section
    • Format allows for parameter specification as follows:
      @1: boss_name
      @2: report permalink
      \n: newline
    • Default value matches the current implementation: @1 - \n*@2*\n\n
  3. Allow user to specify number of minutes used by Copy & Format Recent Clears.

    • Default value matches current implementation: 150

uploader_sample

covertPZ commented 1 year ago

@nbarrios Any thoughts on this addition and it being merged? I have additional features such as sorting by log type I'd like to implement and share as part of an official release.

nbarrios commented 1 year ago

Thanks for the mention, for some reason I didn't have it set to notify me about push requests. I'll take a look at it closely in the next few days but it looks good to me. Once I do, I'll merge and prepare a release. Thanks for the contribution.