Skip to content

v0.0.1-alpha.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 09:26
60d6b01

Changelog

  • 088b07a BUGFIX: Disable search engine selector for oauth2 browser
  • 6089fd7 BUGFIX: Fix vault name selector and unify styling
  • e1ac7d7 BUGFIX: Small language fix
  • bb3cd83 Browser: Skip recipe if we encounter an error during a recipe browser run
  • 661b40f Bump github.com/charmbracelet/bubbles from 0.19.0 to 0.20.0
  • b07616d Bump github.com/charmbracelet/bubbletea from 0.27.1 to 1.1.0
  • 8497f13 Bump github.com/charmbracelet/bubbletea from 1.1.0 to 1.1.1
  • ae133a4 Error handling: Output errors via bubbletea and not via fmt.Println
  • 82ffe7e FEATURE: Allow user to select vault when starting the cli for the first time
  • d48b4a9 Merge branch 'main' into collect-errors-like-success-actions
  • 06e84a6 Merge pull request #100 from buchhalter-ai/99-feature-implement-vault-chooser-when-buchhalter-runs-for-the-first-time
  • 3bde41a Merge pull request #103 from buchhalter-ai/quit-browser-gracefully
  • b7fa2b5 Merge pull request #104 from buchhalter-ai/vault-selection-rework
  • c888e37 Merge pull request #105 from buchhalter-ai/show-action-items-in-sync-command
  • 5a8f475 Merge pull request #106 from buchhalter-ai/collect-errors-like-success-actions
  • aa0baa5 Merge pull request #107 from buchhalter-ai/send-metrics-rework
  • 881acab Merge pull request #108 from buchhalter-ai/move-operations-into-go-routine
  • 308bf05 Merge pull request #109 from buchhalter-ai/remove-global-var-chrome-version
  • 51bcaaf Merge pull request #110 from buchhalter-ai/send-oicdbVersion-as-metric
  • f54bbce Merge pull request #111 from buchhalter-ai/vault-GetHumanReadableErrorMessage-proper-error
  • eba316c Merge pull request #112 from buchhalter-ai/remove-global-var-rundata
  • 68279ba Merge pull request #113 from buchhalter-ai/dependabot/go_modules/github.com/charmbracelet/bubbletea-1.1.1
  • f59e7d1 Merge pull request #114 from buchhalter-ai/dependabot/go_modules/github.com/charmbracelet/bubbles-0.20.0
  • a57d126 Merge pull request #115 from buchhalter-ai/remove-TODOs
  • eb93806 Merge pull request #116 from buchhalter-ai/rename-prepare-recipes
  • 60d6b01 Merge pull request #117 from buchhalter-ai/skip-supplier-if-runrecipe-has-an-error
  • c1c4471 Merge pull request #92 from buchhalter-ai/91-task-disable-search-engine-selector-for-oauth2-browser
  • d96e29c Merge pull request #95 from buchhalter-ai/remove-encrypted-from-var-name
  • 56aef92 Merge pull request #96 from buchhalter-ai/dependabot/go_modules/github.com/charmbracelet/bubbletea-1.1.0
  • b757890 Merge pull request #97 from buchhalter-ai/error-codes
  • 09770c8 Merge pull request #98 from bwaidelich/patch-1
  • f91d916 New cmd buchhalter vault select
  • 25c81c5 OAuth2Token storage: Remove Encrypted from variable name
  • ea5a616 Quit Chrome instance gracefully, if an abort signal is sent
  • ab5f672 Remove TODO comment about viewMsgRecipeDownloadResultMsg
  • efb5a5b Removing TODO about moving sendMetrics into main() function
  • dcd1c00 Reorder imports and set TODOs for later refactoring
  • c4c76b1 TASK: Fix example commands in README
  • 6557907 repository: Rename internal variables of function SendMetrics
  • 49e5a7a root cmd: Remove TODO about writing full configuration file
  • 26830e6 sync cmd: Distinguish between "no recipes found" and "no credentials found" in loadRecipesAndMatchingVaultItems
  • 89ec5ca sync cmd: Fix bug where oicdbVersion is sent as empty string as metric
  • 077bf7b sync cmd: Remove TODO command about help article
  • eb4ded1 sync cmd: Remove global variable ChromeVersion
  • ccffa91 sync cmd: Remove global variable RunData
  • d0f5850 sync cmd: Rename prepareRecipes to loadRecipesAndMatchingVaultItems
  • 1e25d9a vault: Let GetHumanReadableErrorMessage return a proper error
  • e39b333 vault: Remove TODO about executable binary
  • 91b7d36 sync cmd: Add better error handling for unexpected cases
  • 0d291c0 sync cmd: Display errors that don't abort the program as normal UI actions
  • a41ac76 sync cmd: Make use of strings.Builder
  • a79b598 sync cmd: Move init logic of libraries into program logic and start view layer earlier
  • 7c7b59f sync cmd: Move sendMetrics out of the event loop
  • 56578a5 sync cmd: Remove fmt.Println and add error handling
  • 853d765 sync cmd: Removed vaultProvider and recipeParser from view model
  • b5bd227 sync cmd: Rename runRecipes to runSyncCommandLogic
  • 98b349c sync cmd: Rename viewModel to viewModelSync
  • 3445aa4 sync cmd: Rework view layer to show the single steps that are processed
  • 9e14181 sync cmd: Rework view layer to show the single steps that are processed
  • 71bc43b sync command: Send Chrome version to metrics