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

Some Version 5 Featuers #166

Merged
merged 5 commits into from
Jul 29, 2024
Merged

Some Version 5 Featuers #166

merged 5 commits into from
Jul 29, 2024

Commits on Jul 26, 2024

  1. feat!: simplified rule with regex instead of boolean

    BREAKING CHANGE: the "regex" field in the rule is now a regular expression instead of a boolean.
    hacdias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    1c3d60c View commit details
    Browse the repository at this point in the history
  2. feat!: change default port and scope

    BREAKING CHANGE: the default port is no longer random, but 6065. The default scope is now the current directory instead of the root directory.
    hacdias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4f7e688 View commit details
    Browse the repository at this point in the history
  3. feat!: remove Auth option

    hacdias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2ecd910 View commit details
    Browse the repository at this point in the history
  4. feat!: rename 'scope' to 'directory'

    Directory makes it more clear of what it is. In addition, this will make it easier when
    allowing for multiple directories in the future, since we can just name it 'directories', which is more clear than 'scopes'.
    hacdias committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3e489c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

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