Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge to master for v0.5.4 #38

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Merge to master for v0.5.4 #38

merged 4 commits into from
Aug 20, 2024

Commits on Jul 14, 2024

  1. Update actions versions

    oblivioncth committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7999269 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Ignore datapack dateAdded fractional accuracy past 3 decimal places

    This is how Javescript's Date() handles ISO8601 strings with sub
    millisecond accuracy, which seems to be how the datapack's were named as
    it appears that the filenames of datapacks with more than 3 decimal
    places of fractional time have their milliseconds truncated down to the
    nearest whole millisecond.
    
    Qt by default will round to the nearest, either up or down, which meant
    that datapacks with add dates with >= xxx.5 of a millisecond fraction
    would not have the correct filename determined for them when reading the
    value from the DB.
    oblivioncth committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9662cec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from oblivioncth/bugfix/datapack_date_mismatch

    Ignore datapack dateAdded fractional accuracy past 3 decimal places
    oblivioncth authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9fd47ec View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Bump for release

    oblivioncth committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b62dfb1 View commit details
    Browse the repository at this point in the history