Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: obsidian-tasks-group/obsidian-tasks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.18.4
Choose a base ref
...
head repository: obsidian-tasks-group/obsidian-tasks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.18.5
Choose a head ref
  • 15 commits
  • 14 files changed
  • 1 contributor

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    f356edf View commit details
    Browse the repository at this point in the history
  2. fix: Add a 0.1 second delay between redrawing Tasks search results.

    Basically, many Tasks searches can take more than 0.1 second to render.
    But Obsidian and Tasks can parse many files during that 0.1 second span.
    
    1. This speeds up start-up time in cases where there were Tasks queries open
       at start-up Obsidian, preventing double-redraws.
    2. It eliminates lots of wasted redraws in open queries, when Obsidian
       is re-reading files that were edited externally (such as via Sync)
       and where bulk edits are made to files in the vault.
    
    Relates to issue #3283
    claremacrae committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    8a9ef65 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3394 from obsidian-tasks-group/fix-debounce-resul…

    …t-redraws
    
    fix: Improve performance when multiple files are edited quickly
    claremacrae authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    ea3207e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. Configuration menu
    Copy the full SHA
    9cc77a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f23b95 View commit details
    Browse the repository at this point in the history
  3. test: Add a plain list item to the sample numbered_list_* files

    (and fix a typo in numbered_list_items_with_paren.md)
    claremacrae committed Mar 30, 2025
    Configuration menu
    Copy the full SHA
    2b852db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d8b3c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec0a6af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    add8767 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a661bbb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90d5940 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3402 from obsidian-tasks-group/fix-numbered-list-…

    …with-paren
    
    fix: Support Check boxes and List Items in "1)"-style numbered lists
    
    Fixes #3401
    claremacrae authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    7a4ccaf View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. vault: Add file for manually testing #3342

    "Remove line when a `onCompletion:: delete` task is completed."
    claremacrae committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    40e8fd2 View commit details
    Browse the repository at this point in the history
  2. vault: Add queries and more detail to file for manually testing #3342

    "Remove line when a `onCompletion:: delete` task is completed."
    claremacrae committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    45fe031 View commit details
    Browse the repository at this point in the history
  3. Update to version 7.18.5

    claremacrae committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    1073b30 View commit details
    Browse the repository at this point in the history
Loading