Skip to content

Latest commit

 

History

History
320 lines (254 loc) · 32.9 KB

CHANGELOG.md

File metadata and controls

320 lines (254 loc) · 32.9 KB

v1.7.2 (2021-08-25)

  • Update CHANGELOG View
  • Add store-description.txt View
  • Update store description: remove top summary, add support for disabling highlights View
  • Update the release process description with tagging the commit View
  • Make URL blocklist/allowlist only use ? and * wildcards #116 #101 View
  • Bump manifest version View

v1.7.1 (2021-08-22)

  • Update changelog View
  • Fix minor typo and magic number in DAO View
  • Add missing type references View
  • Fix spelling of 'Portuguese' View
  • Fix typo in 'tooltips' View
  • Support blocking websites, globally or per group #86 View
  • Bring back tokenizer spec View
  • Support more diacritics #112 View
  • Add a description to manifest.json View
  • Fix allow/deny list width #86 View
  • Bump manifest version View

v1.7.0 (2021-08-11)

  • Update changelog View
  • Add UI and persistence for enabling/disabling smart matching per group and picking smart matching language; doesn't actually do anything yet #70 View
  • Apply smart matching settings #70 View
  • Prettify "Words" tab a little: bigger "Add" button, no colons, well #47 View
  • Refactor objects to maps where possible #105 View
  • Extract caching stems into CachingStemmer #77 View
  • Switch MatchFinder.stemmers from object to map View
  • Change default build target to watch-fast-build View
  • Prettify Import/Export tab a little: remove colons, fix margins, better headers, label for format #48 View
  • Remove colons from group forms View
  • 'Settings' tab: remove colons, update wording #49 View
  • Replace PhantomJS with Headless Chrome #71 View
  • Add setting for showing tooltip - doesn't do anything yet #84 View
  • Respect Settings.showTooltip #84 View
  • Fix styling in highlightGenerator.ts View
  • Fix broken stats display on StackOverflow #107 View
  • Make matching type and enum and use radio buttons to select it #106 View
  • Extract tokenizer to a separate file and support tokenizing Chinese and Japanese #75 View
  • Fix matching type selectors View
  • Fix languages in the selector View
  • Add Chinese, Japanese and Other to matching languages; support languages without stemmers View
  • Don't disable language selector if matching is not SMART View
  • Rename smartMatchingLanguage to matchingLanguage View
  • Add the icon in more dimensions #85 View
  • Fix Spanish in the wrong place in the list View
  • Make tooltip css selector a bit more specific View
  • Initialize website View
  • Move website to 'docs' View
  • Move index.markdown to index.md View
  • Update website gems to work with GitHub pages View
  • Update website dependencies View
  • Configure url and baseurl for the website #100 View
  • Add a paragraph about smart matching to README #98 View
  • Bump manifest version View

v1.6.1 (2021-07-17)

  • Update CHANGELOG View
  • Fix export failing if the dictionary is too big #90 View
  • Reduce line height in the stats tip a little View
  • Bump manifest version View

v1.6.0 (2021-07-16)

  • Update changelog View
  • Remove workaround for the scroll bug - it's no longer needed #6 View
  • Auto-save settings #78 View
  • Remove pointless "optional" word from "Use strict match" label View
  • Support multiple word groups #81 View
  • Highlight words on dynamically added nodes #11 #88 View
  • Initialize the default group's background color with the legacy setting; rename Settings.backgroundColor to legacyBackgroundColor View
  • Add backwards compatibility tests #80 View
  • Increase z-index for page stats View
  • Achieve more consistent view of the stats highlight across pages View
  • Achieve more consistent view of tooltips View
  • Prettify the Settings tab a little #49 View
  • Fix margins in the main dialog View
  • Fix tab id in words-tab #92 View
  • Bump manifest version View

v1.5.4 (2021-06-06)

  • Update README View
  • Update the page about testing View
  • Create codeql-analysis.yml View
  • Add changelog View
  • Add diacritical character range View
  • Bump manifest version View

v1.5.3 (2021-05-25)

  • When there are multiple possible matches starting from a word, pick the longest #68 View
  • Bump manifest version View

v1.5.2 (2021-05-24)

  • Fix broken tooltip margin View
  • Bump manifest version View

v1.5.1 (2021-05-24)

  • Fix broken export due to unicode strings View
  • Remove placeholder from export file name View
  • Bump manifest version View

v1.5.0 (2021-05-24)

  • Upgrade gulp, TypeScript and natural View
  • Upgrade node version in .travis.yml View
  • Upgrade Angular View
  • Upgrade bootstrap View
  • Replace tslint with eslint View
  • Configure prettier View
  • Run eslint on more files, but disable no-unused-vars View
  • Lint gulpfile, js and more ts View
  • Upgrade a couple of gulp helpers View
  • Upgrade test dependencies View
  • Remove dependency on run-sequence View
  • Remove dependency on wordnet-db View
  • Remove zip file from the root View
  • Support multi-word phrases View
  • Add github workflow to build the app View
  • Add explicit dependency on @babel/core View
  • Remove travis config - redundant after configuring github actions View
  • Upgrade browserify View
  • Revert "Upgrade browserify" View
  • Upgrade browserify to 12.0.2 View
  • Allow configuring background color View
  • Add watch-fast-build task View
  • Format HTML View
  • Add export functionality; expact import to support json and csv View
  • Ignore ", to" suffix View
  • Cleanup package.json View
  • Migrate DAO.getDictionary to promises View
  • Migrate remaining DAO methods to promises View
  • Test backgroundColor in settingsControllerSpec View
  • Reset irrelevant properties in .highlighted-word-tooltip View
  • Set higher z-index for the popup View
  • Set padding in the tooltip View
  • Make color 'important' in .highlighted-word-tooltip css View
  • Configure margin the tooltip View
  • Bump manifest version View

v1.4.3 (2018-02-17)

  • Upgrade angular to 1.6.9 View
  • Bump manifest version View

v1.4.2 (2018-02-17)

  • Allow words shorter than 3 View
  • Support Chinese, Japanese and Russian View
  • Bump manifest version View

v1.4.1 (2017-12-07)

  • Fix scrolling in chrome by removing height and max-height View
  • Bump manifest version View

v1.4.0 (2017-12-06)

  • Fix gap between paragraphs in the popup by setting padding View
  • Fix "Strict" checkbox by adding setter to strictMatch View
  • Collect highlighting log and add simplest "History" tab View
  • Implement History tab View
  • Optimize gulpfile.js to not run the same tasks twice View
  • Don't build indexes if highlighting is disabled View
  • Limit the number of entries in highlighting log View
  • Add margin to history tab View
  • Remove unnecessary TODOs View
  • Release memory consumed by the matcher View
  • Minor test cleanup View
  • Simplify tests by adding default values for dates in DictionaryEntry View
  • Update README: remove comparison to Vocabulary Highlighter, add links to downloads, describe a sample use case View
  • Fix tests broken by relying on date not changing within one test View
  • Use bootstrap form-control in Settings tab View
  • Bump manifest version (1.4.0) View

v1.3.1 (2017-08-27)

  • Upgrade angular to 1.6.6 View
  • Bump manifest version View

v1.3.0 (2017-08-27)

  • Replace public fields in DictionaryEntry with private with getters and setters View
  • Unit test the dao View
  • Move "spec" to "test" so that is shows up below the main source View
  • Extract default settings View
  • Cleanup the dao and its spec View
  • Remove an outdated commit from DictionaryEntry View
  • Cleanup DOM code View
  • Simplify match finding View
  • Remove extra quote from page stats View
  • Turn off scrolling hack in Chrome View
  • Stop including unused boostrap js View
  • Set border: none for page stats links View
  • Use properties instead of getters and setters in pageStats View
  • Support words with digits View
  • Specify page stats font color View
  • Move page stats listeners from inline to content (Chrome blocks inline) View
  • Fix chrome view by setting height and max-height View
  • Use "Strict" instead of "Strict Match" as a column name so it fits in one line in Chrome View
  • Bump manifest version View

v1.2.0 (2017-05-14)

  • WIP View
  • Use sync storage by default View
  • Specify page stats' link color View
  • Unset link decorations in page stats View
  • Specify page stats border width View
  • Revert "Use sync storage by default" View
  • Revert "WIP" View
  • Reset font variant in the popup and in the page stats View
  • Left-align page stats View
  • Separate out main dialog spec View
  • Make dup detection in importController case-insensitive View
  • Show import confirmation as a warning View
  • Rephrase texts in the Import tab View
  • Shorten input box for timeouts View
  • Indicate setting saving by showing progress spinner View
  • Cleanup comments View
  • Make the left part of the settings tab bigger View
  • Bump manifest version View

v1.1.2 (2017-04-16)

  • Add missing curly brackets to app id View
  • Bump manifest version View

v1.1.1 (2017-04-16)

  • Use the existing app id View
  • Bump manifest version View

v1.1.0 (2017-04-16)

  • Add manual test plan View
  • Improve some comments View
  • Move page stats line-height to a more specific location View
  • Bump manifest version View

v1.0.2 (2017-04-07)

  • Reset margin-top as well as margin-bottom in page stats View
  • Turn aggregate counts on the stats info to links and make only them clickable View
  • Hide page stats if screen width is less than 600px View
  • Bump manifest version View

v1.0.1 (2017-04-05)

  • Check for dupes when adding words through the context menu View
  • Externalize tslint rules View
  • Add "align" rules to tslint config View
  • Add "eofline" rules to tslint config View
  • Add "forin" rules to tslint config View
  • Add "label-position" rules to tslint config View
  • Add "max-line-length", "member-ordering" and "no-arg" rules to tslint config View
  • Add a few more tslint rules View
  • Avoid inadvertent line breaks by making display=inline-block important View
  • Try showing the tooltip on top if parent's overflow=hidden View
  • Use default line-height in tooltips View
  • Use default font family in the tooltip View
  • Extract text matching into a separate directory (not used yet) View
  • Extract highlight generation into HighlightGenerator (not used yet) View
  • Extract highlight generation into a class (not used yet) View
  • Extract text node traversal into a class (not used yet) View
  • Refactor Content to use the new classes View
  • Delete textNodeHandler: it is no longer used View
  • Fix traversal going to wrong nodes View
  • Add comments to DomTraversal and HighlightGenerator View
  • Rewrite content spec using fixtures View
  • Cleanup Content: make startTime private, add reference to settings View
  • Add comments to HighlightInjector View
  • Make Content.isTimeout private View
  • Move several classes to "common" package View
  • Implement PageStats View
  • Show page stats infor in the right bottom corner of the page (nothing in it yet) View
  • Show number of matches and number of unique matching words in the stats info View
  • Add border and background to page stats View
  • Show word match details in the page stats View
  • Hide per-word details until aggregated stats is clicked View
  • Add a "close" button to the page stats View
  • Add a checkbox controlling page load stats display View
  • Hide page stats if nothing's highlighted View
  • Prettify page stats aggregates View
  • Fix page stats showing wrong number View
  • Add application id to the manifest View
  • Layout page stats details View
  • Add a tip to the page stats View
  • Bump manifest version View