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: Doist/bob-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: Doist/bob-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Mar 25, 2026

  1. fix: use cross-platform postinstall script (#18)

    ## Overview
    
    The `test -f` shell command used in the postinstall script does not work
    on Windows. This replaces it with a dedicated Node.js script
    (`scripts/postinstall.js`) that uses dynamic `import()` with `.catch()`,
    which works across all platforms.
    
    ### Reference
    
    Doist/todoist-cli#176 (comment)
    
    ## Test plan
    - [ ] `npm install` succeeds
    rfgamaral authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    0fb341b View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.3.1 (#19)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [1.3.1](v1.3.0...v1.3.1)
    (2026-03-25)
    
    
    ### Bug Fixes
    
    * use cross-platform postinstall script
    ([#18](#18))
    ([0fb341b](0fb341b))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    9f56417 View commit details
    Browse the repository at this point in the history
Loading