Skip to content

Releases: aldnav/lazyaz

0.0.3

14 Apr 23:31
0.0.3
5a06dc9

Choose a tag to compare

Changelog

  • 5a06dc9 Allow search with "/" character
  • 0c2ee72 Enable search on pipelines page
  • 446586d Improve pipelines colored display
  • 5d3e58c Improve refresh
  • bf12881 Improve logging using slog and LAZYAZ_DEBUG flag
  • 9cbfabf Add doctor command
  • 616d793 Check az cli availability early
  • 50dfb8f Warn, halt, and notify missing azure-devops extension
  • 8b72c77 Fix easy brew style offense on description

Released by GoReleaser.

0.0.2

01 Apr 04:32
40c2565

Choose a tag to compare

Changelog

  • 40c2565 Fix reading from config and improve README
  • 242866a Do not sort by message for the changelog
  • 02dab56 Replace clipboard with lightweight implementation
  • 4f9725e Remove dist on clean
  • 64736d6 Upgrade dependencies
  • 9f974f2 Add installation instructions from releases

Released by GoReleaser.

0.0.1

30 Mar 14:14
cbbbcc9

Choose a tag to compare

Changelog

  • 5fd28e2 Add all to workitems
  • 0f0251c Add colors to detail keys
  • dc90764 Add demo
  • 261dd92 Add hotkeys view
  • 2bd88b7 Add initial pages
  • 7818629 Add pipelines page
  • 70ffd3a Add refresh hotkey guide
  • 28cf8c8 Add space between action buttons
  • 3d5172b Apply extensions to PRs and Pipelines
  • 4da76a8 Break client into multiple files by logical structs/models
  • 37e90f4 Clarify instructions for login
  • a4d4edd Create LICENSE
  • 4edfe6e Create default configuration if it doesn't exist
  • 3dde685 Diplay attachments for work items
  • 8c5e928 Disable pipelines page (not implemented yet)
  • 2cd16fe Display actions feedback to info bar
  • 02de7e9 Display connection status
  • 2e39b5a Display details of pipeline run
  • f4804e2 Display repo name when available
  • 1137309 Display search matches status CURRENT/FOUND
  • e7b5361 Display votes info
  • cf4a3d5 Do not go beyond negative selection
  • fac4ebc Enable dropdown for selection of PRs
  • ce537b8 Enable open in browser
  • 085dc3a Enable refresh for pipelines and workitems
  • 791eb00 Expand details panel via "d" key
  • 7ad52d5 Export from template and copy to clipboard
  • 22addfd Fetch details for pull requests when viewed
  • 3818dfd Fetch more details and other fixes
  • d75a411 Fetch priority and severity
  • 5fdd3f7 Filter pipeline runs by definition
  • 3952478 Fix PR search to be case insensitive
  • 7b716cd Fix PRs by status
  • 663b146 Fix bug of losing WIT table focus and halting key input on load
  • fb8723f Fix checking of devops extension and reset of organization
  • eaaaf75 Fix search while typing "q"
  • 8ca5a32 Fix use before reference when activeUser is not yet loaded
  • 2e031b2 Focus details panel when expanded and handle closing from expanded view
  • 452f562 Get user profile and highlight user
  • 7eba0a7 Global q hotkey to quit
  • d926074 Handle no Email from ad signed-in-user
  • 7902cc6 Highlight loading texts
  • 1cedc17 Highlight requested for if it is the user
  • b9e625d Implement basic refresh
  • 302a16e Implement basic work item filters
  • 7fd98e7 Implement extensions registry
  • 5322ab7 Implement search on pull requests
  • 7752b45 Implement table search on workitems page
  • 9c5d06e Improve ClosedBy in WIT PR list
  • 7c38e06 Initial commit
  • 4c45238 Let table to handle selection using Enter key
  • e86e306 List PRs in basic table
  • 001e444 Load on init the config and activeUser
  • 5d63e2f Move isSameUser to utils
  • cbbbcc9 Prepare for initial release
  • bb243c8 Read project from azuredevops/config
  • cf137e9 Refactor column colors and date display
  • 32e19ac Removing unused bluemonday ... for now
  • e72945c Run go mod tidy
  • a8672f6 Show pull request details
  • affeb80 Show web URL of a pipeline run
  • b842b35 Skip unsupported extensions
  • 7caed62 Update README
  • e39a442 Use az cli instead of REST api

Released by GoReleaser.