Skip to content

Releases: foo-dogsquared/pop-launcher-plugin-duckduckgo-bangs

v1.3.0

08 Oct 02:44
Compare
Choose a tag to compare

Oh look, another minor release.

Added

  • The unique_bangs plugin option. This indicates whether the database should remove bangs with duplicate URLs and very useful for removing aliases from cluttering the search results.

Updated

  • The description of the plugin metadata keeping up with the recent convention.
  • The database has been reworked. This shouldn’t affect end users overall.

Fixed

  • The cache format has been changed to give more accurate search results.

Commits

  • 79903f6: Update the cache format (Gabriel Arazas)
  • 8f3db49: Update the plugin metadata (Gabriel Arazas)
  • 030a442: Rework the database (Gabriel Arazas)
  • 294d6b2: Add unique_bangs option (Gabriel Arazas)
  • c848594: Release v1.3.0 (Gabriel Arazas)

Development build

08 Oct 02:42
Compare
Choose a tag to compare
Development build Pre-release
Pre-release

Commits

  • 294d6b2: Add unique_bangs option (Gabriel Arazas)
  • c848594: Release v1.3.0 (Gabriel Arazas)

v1.2.0

01 Oct 01:15
Compare
Choose a tag to compare

I don’t think this is a good application of "Release early, release often" but there are minor behavior changes for the plugin. Which means a new version of the plugin.

Changed

  • The plugin can now only accept one bangs database file at a time.
  • force_download default value from true to false due to fixed behavior.

Fixed

  • force_download now forces to download the database and use the local plugin path (e.g., $HOME/.local/share/pop-launcher/plugins). This is considered a fix because I didn’t realize force_download is essentially useless. ;p

Commits

  • bfc4015: Update force_download behavior (Gabriel Arazas)

v1.1.0

30 Sep 02:00
Compare
Choose a tag to compare

Main highlight of this release is the addition of plugin-specific configuration. It should be located in $POP_PLUGIN_PATH/bangs/config.json. Unlike the bangs database, the configuration is not merged between different plugin paths.

Added

  • A plugin-specific configuration file.
    • force_download (boolean) lets you configure to force download of database file when missing.
    • max_limit (number) indicates the maximum number of search results to be returned.
    • db_url (string) points to the URL of the default bangs database used together with force_download.
    • default_bangs (array[string]) is a list of bangs to be used when no bangs are found from the search query; handy for quicker search especially when you’re used to searching with your default search engine of choice.

Fixed

  • Return the search results sorted by relevance when in the launcher service.

Commits

  • c2a787e: Refactor some code (Gabriel Arazas)
  • 0cf5557: Add plugin-specific configuration (Gabriel Arazas)
  • 749deed: Update documentation and Nix environment (Gabriel Arazas)
  • ea7151f: Update Makefile and plugin metadata (Gabriel Arazas)
  • 82186e4: Add default_bangs option (Gabriel Arazas)
  • 0745b3e: Update changelog and release v1.1.0 (Gabriel Arazas)

v1.0.0

26 Sep 05:05
Compare
Choose a tag to compare
Update the release workflow