Pinpoint Changelog

What's new in Pinpoint 0.4.6 Pre-release

Apr 10, 2024
  • Increment selection frequency of query prefixes when opening app result
  • Improve currency conversion result formatting of tiny values
  • Add quote and price response null checks
  • Add support for opening and emptying recycle bin

New in Pinpoint 0.4.5 Pre-release (Jan 10, 2024)

  • Bump System.Drawing.Common dependency by @dkgv in #222
  • Use built in plugin storage instead of managing files explicitly by @dkgv in #223
  • Extract core plugin interfaces and classes to separate project by @dkgv in #224
  • Set roll-forward behavior to latest major .NET major by @dkgv in #226
  • Move Windows helpers to appropriate project by @dkgv in #227
  • Implement window switcher plugin by @dkgv in #228

New in Pinpoint 0.4.4 Pre-release (Oct 18, 2023)

  • Bump default clipboard capacity to 300 items by @dkgv in #215
  • Rename RawQuery to Raw by @dkgv in #216
  • Provide apps asynchronously to prevent stalls when searching by @dkgv in #217
  • Fix crash on startup if Pinpoint home directory doesn't exist by @dkgv in #218
  • Fix nuspec for Chocolatey package by @dkgv in #219
  • Reorder results on continued query instead of retaining original order by @dkgv in #220

New in Pinpoint 0.4.3 Pre-release (Sep 7, 2023)

  • Fix potential NPE when loading settings.

New in Pinpoint 0.4.2 Pre-release (Aug 9, 2023)

  • Fix BOM unicode clipboard issues.
  • Override plugin initialization functions.

New in Pinpoint 0.4.1 Pre-release (Jul 23, 2023)

  • Fix inadvertent clearing of default plugin settings.

New in Pinpoint 0.4.0 Pre-release (Jul 21, 2023)

  • What's Changed:
  • Refactor plugin definitions and add support for local plugins by @dkgv in #205
  • Fix overwriting issue caused by settings in old format by @dkgv in #206
  • Present currency plugin result with thousands separator by @dkgv in #207
  • Fix NPE by checking setting value before accessing by @dkgv in #208
  • Fix stale app cache results by @dkgv in #209

New in Pinpoint 0.3.9 Pre-release (Jul 4, 2023)

  • What's Changed:
  • Add support for more image pixel formats by @dkgv in #199
  • Update OpenAI-DotNet dependency by @dkgv in #200
  • Upgrade FontAwesome5 by @dkgv in #202
  • Upgrade from .NET 6 to .NET 7 by @dkgv in #201

New in Pinpoint 0.3.8 Pre-release (Jul 3, 2023)

  • Fix app crash caused by wrong pixel format by @dkgv in #195
  • Debounce dictionary plugin by @dkgv in #196
  • Reduce clutter by @dkgv in #197
  • Improve weather plugin results by @dkgv in #198

New in Pinpoint 0.3.7 Pre-release (Jul 2, 2023)

  • What's Changed:
  • Reset query window after pasting using clipboard manager by @dkgv in #191
  • Use FastBitmapOpDispatcher when converting Bitmap to ImageSource by @dkgv in #192
  • Sunset Reddit plugin by @dkgv in #193
  • Wait for CLIP.exe process when copying content to clipboard by @dkgv in #194

New in Pinpoint 0.3.6 Pre-release (Apr 19, 2023)

  • Fix toggling result options via ALT-button by @dkgv in #183
  • Ignore null currency conversion models by @dkgv in #184
  • Fix URL shortcut launch issue on Windows 11 by @dkgv in #185
  • Ensure selected result is scrolled into view on arrow key up or down by @dkgv in #186
  • Include Spotify playlists in search results by @dkgv in #187
  • Reduce OpenAI debounce time from 2s to 1.25s by @dkgv in #188
  • Fix CTRL+L keyboard shortcut by @dkgv in #189

New in Pinpoint 0.3.5 Pre-release (Mar 23, 2023)

  • Add support for query debouncing by @dkgv in #178
  • Improve note plugin texts by @dkgv in #179
  • Implement OpenAI plugin by @dkgv in #180
  • Debounce finance plugin by @dkgv in #181
  • Activate dictionary plugin with "define" prefix by @dkgv in #182

New in Pinpoint 0.3.4 Pre-release (Mar 11, 2023)

  • Fix clipboard manager quirks by @dkgv in #175
  • Find app locations using KNOWNFOLDERID constants by @dkgv in #176
  • Increase delay before pasting to fix pasting old clipboard entry by @dkgv in #177

New in Pinpoint 0.3.3 Pre-release (Jan 15, 2023)

  • What's Changed:
  • Load $PATH apps asynchronously to prevent blocking UI by @dkgv in #172
  • Generate better aliases for apps with CamelCase naming by @dkgv in #173

New in Pinpoint 0.3.1 Pre-release (Sep 4, 2022)

  • Hide window on ESC presses no matter what
  • Directly open GitHub releases page when update prompt is used
  • Support fetching bookmarks for multiple variants of Firefox
  • Suppress clipboard hook exception on Windows boot
  • Improve TAB autocomplete functionality

New in Pinpoint 0.3.0 Pre-release (Jul 27, 2022)

  • Added option to start pinpoint on windows boot. by @sunero4 in #152
  • Fetch apps on-the-fly to support installations made after launch of Pinpoint by @dkgv in #153
  • Add shortcuts plugin by @peterphmikkelsen in #142
  • Order results based on plugin priority by @dkgv in #154

New in Pinpoint 0.2.9 Pre-release (Jun 4, 2022)

  • Fix window positioning issues caused by absolute pixel values by @sunero4 in #149
  • Fetch crypto currency rates from API instead of parsing HTML
  • Fix potential NPE

New in Pinpoint 0.2.8 Pre-release (May 29, 2022)

  • Refactor settings to separate user and plugin storage by @dkgv in #143
  • Handle application stalling if any TryLoad throws exception by @sunero4 in #145
  • Pick item with single mouse click by @dkgv in #146
  • Replace old themes with single dark blue theme by @dkgv in #147
  • Check for newer app version on boot by @dkgv in #148

New in Pinpoint 0.2.7 Pre-release (Feb 16, 2022)

  • Exclude app extensions from their name
  • Parallelize plugin querying
  • Improve logic for keyboard shortcuts
  • Show icons for UWP apps

New in Pinpoint 0.2.6 Pre-release (Feb 11, 2022)

  • Fix bug in AppSearch when an empty variation part appears by @Dylan-Weber in #134
  • Add support for searching for UWP apps by @peterphmikkelsen in #136

New in Pinpoint 0.2.5 Pre-release (Jan 18, 2022)

  • Adds translate plugin
  • Fixes app search plugin priority

New in Pinpoint 0.2.4 Pre-release (Nov 14, 2021)

  • Whgat's changed:
  • Timezone converter plugin by @peterphmikkelsen in #126
  • Publish Chocolatey package on release by @dkgv in #127
  • Don't append duplicate content to clipboard history by @dkgv in #130
  • Initiate playback before starting specific song by @dkgv in #129
  • Increased clipboard capacity

New in Pinpoint 0.2.3 Pre-release (Oct 7, 2021)

  • Fix crash caused by invalid hostnames
  • Fetch and show real icons for file search results
  • Retrieve program icons for clipboard history entries by @dkgv in #124
  • Move HTTP request methods to helper by @peterphmikkelsen in #123

New in Pinpoint 0.2.2 Pre-release (Aug 30, 2021)

  • News:
  • Adds clipboard content uploader plugin (paste clipboard to paste.rs)
  • Adds option to filter away file results located in temporary or hidden directories
  • Adds support for default cities for weather look ups
  • Improvements:
  • Enables text plugin to filter result types based on input content
  • Centralizes changelog downloads to Pinpoint server
  • Improves various cosmetics (increased result list height, reduced result item padding, slightly darker background)
  • Fixes weather icon caching
  • Fixes unintentional overwriting of plugin settings
  • Fixes NPE caused by clipboard manager being emplyoed before a query is made

New in Pinpoint 0.2.0 Pre-release (May 31, 2021)

  • News:
  • Uses self-hosted website instead of Heroku dyno to query for weather and currency information. This should solve the issue where the application might "hang" waiting for the Heroku dyno to start up.
  • Disables querying until plugins are loaded
  • Displays plugin status in tabs and supports enabling/disabling via right-clicks
  • Improvements:
  • Fixes Spotify play issue caused by no active session
  • Supports math expressions with spaces, e.g. 2 + 2
  • Uses .NET 5
  • Removes dysfunctional snippets plugin
  • Fixes plugin loading/saving issue

New in Pinpoint 0.1.8 Pre-release (May 4, 2021)

  • Improvements:
  • Fix currency converter plugin crash
  • Add more plugin descriptions
  • Add clipboard history plugin
  • Add operating system plugin
  • Auto-complete query with TAB

New in Pinpoint 0.1.7 Pre-release (Apr 14, 2021)

  • Improvements:
  • Fix crash on result selection
  • Fix inability to navigate from search bar to results via arrow keys

New in Pinpoint 0.1.6 Pre-relase (Apr 11, 2021)

  • News:
  • Weather plugin
  • Clipboard manager plugin
  • Improvements:
  • Much faster initial opening time
  • Fixes NPE
  • Better ticker support in finance plugin

New in Pinpoint 0.1.5 (Apr 5, 2021)

  • This release fixes the global app crash caused by the currency converter plugin.