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: searchmarkers/mark-my-search
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: searchmarkers/mark-my-search
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.14
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 28 files changed
  • 1 contributor

Commits on Oct 4, 2024

  1. Re-arrange and fix match modes in keyword list UI

    - Re-arrange term match modes to match order in toolbar
    - Fix mislabelling of "Whole Words" and "Stemming" (swapped)
    ator-dev committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    43b8b3b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

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

Commits on Oct 10, 2024

  1. Use better dev practices and update packages

    - Update Typescript, ESLint, and TypescriptESLint
    - Use ESLint's "Flat" config
    - Sync platform-specific manifests structure with `main`
    - gitignore pnpm-lock.yaml
    ator-dev committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1d81cda View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from ator-dev/keyword_lists-match_modes-fix

    Keyword lists match modes fix
    ator-dev authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e556940 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from ator-dev/dev-modernise

    Use better dev practices and update packages
    ator-dev authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    153a84d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Fix new term controls not recognising Shift+click

    - Shift+click on a term control (content) is supposed to "jump" in
      reverse for that term, instead of forwards. When newly inserted, this
      did not happen.
    - The duplicated code problem which caused this is fixed in 2.0.
    ator-dev committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    c731cd1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #193 from ator-dev/term-jumping-shift-click-fix

    Fix new term controls not recognising Shift+click
    ator-dev authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6c68ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bf8dba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #194 from ator-dev/gecko-addon_id-return

    Replace named add-on ID with the UUID used for AMO
    ator-dev authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    ed1f5ac View commit details
    Browse the repository at this point in the history
  5. Remove browser_style references from manifest.json

    - browser_style has been deprecated and is not supported in manifest V3
    ator-dev committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f80a936 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #195 from ator-dev/browser_style-remove

    Remove browser_style references from manifest.json
    ator-dev authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    6e6e8b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Re-license under EUPL-1.2-or-later

    - Change licence from MIT to European Union Public Licence v. 1.2
    - Rename LICENSE.md => LICENCE.md
    ator-dev committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    38f08a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from ator-dev/licence-eupl-1.2-1.14

    Re-license under EUPL-1.2-or-later
    ator-dev authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    8b03b07 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2024

  1. Add EUPL-1.2-or-later licence notice to files

    - Add EUPL-1.2-or-later licence notice header to source files as a
      comment
      - Include ator-dev and Mark My Search contributors as authors
    ator-dev committed Dec 27, 2024
    Configuration menu
    Copy the full SHA
    e0a6c9f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #200 from ator-dev/licence-eupl-1.2-headers-1.14

    Add EUPL-1.2-or-later licence notice to files
    ator-dev authored Dec 27, 2024
    Configuration menu
    Copy the full SHA
    dd6a886 View commit details
    Browse the repository at this point in the history
Loading