Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update the document version to 0.4.6 #361

Closed
wants to merge 8 commits into from
Closed

docs: Update the document version to 0.4.6 #361

wants to merge 8 commits into from

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    f783570 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: skip chromium snapshot dir to find right database

    - Refactored variable names for clarity and consistency in multiple files
    - Updated logic to filter sensitive items based on a flag
    - Implemented a function to skip processing specific paths to improve performance
    moonD4rk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5a3a218 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump modernc.org/sqlite from 1.29.6 to 1.30.1

    Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.29.6 to 1.30.1.
    - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.29.6...v1.30.1)
    
    ---
    updated-dependencies:
    - dependency-name: modernc.org/sqlite
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and moonD4rk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    50b3394 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump golangci/golangci-lint-action from 4 to 6

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 6.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and moonD4rk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    5f6ddbf View commit details
    Browse the repository at this point in the history
  4. fix: Improve error handling if walk browser profile dir

    - Implement error handling for path permission errors in `chromiumWalkFunc`
    - Refactor `firefoxWalkFunc` to handle permission errors and log warnings
    - Add import statement for `log/slog` in `firefox/firefox.go`
    moonD4rk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8fa73d4 View commit details
    Browse the repository at this point in the history
  5. ci: Refactor project workflows, build with goreleaser

    - Add configuration files for `goreleaser.yml` and GitHub workflows
    - Update Go version to `1.22.x`
    - Adjust workflow names and triggers in `.github/workflows` folder
    moonD4rk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    771e60e View commit details
    Browse the repository at this point in the history
  6. docs: Update version to 0.4.6 and enhance documentation

    - Add new command line flag for full export browsing data
    - Refactor README files for clarity and updated information
    moonD4rk committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a498eee View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    28ff80d View commit details
    Browse the repository at this point in the history