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: writeas/writeas-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: writeas/writeas-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 7 files changed
  • 3 contributors

Commits on Sep 21, 2019

  1. Merge pull request #45 from writeas/develop

    WriteFreely CLI v1.0
    thebaer authored Sep 21, 2019
    Configuration menu
    Copy the full SHA
    c52a297 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    thebaer committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    f82016a View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Add password flag for authentication

    For T692
    BrainBlasted committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    c6af292 View commit details
    Browse the repository at this point in the history
  2. commands: Fix up the interactive auth flow

    Fixes up the interactive authorization workflow so that
    pass is reassigned properly.
    
    For T692
    BrainBlasted committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    f2bb9f5 View commit details
    Browse the repository at this point in the history
  3. commands: Remove redundant string() cast on pass

    When logging in we had a cast that was made redundant, since
    `pass` is now a string.
    BrainBlasted committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    bd378a8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Merge branch 'develop'

    thebaer committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    d4e77b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Merge pull request #43 from writeas/T692

    Add password flag for authentication
    
    Closes T692
    thebaer authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    62e0352 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Vendor dependencies for writeas-cli

    Use go modules to vendor the dependencies we need for the writeas-cli build.
    BrainBlasted committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    13c5976 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Merge pull request #48 from writeas/vendor-deps

    Vendor dependencies for writeas-cli
    thebaer authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    99e1973 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Update microcosm-cc/bluemonday to v1.0.27

    from v1.0.1
    thebaer committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    795dff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e451ff7 View commit details
    Browse the repository at this point in the history
  3. Remove vendor directory

    No longer needed / supported
    thebaer committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    32a8147 View commit details
    Browse the repository at this point in the history
  4. Change go get to go install

    thebaer committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    1af3513 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f19c3f3 View commit details
    Browse the repository at this point in the history
Loading