Skip to content

Releases: PrzypisPowszechny/pp-client

PP 0.5.3

20 Jan 04:15
Compare
Choose a tag to compare

Streamlined build process to guarantee now stale dependencies in release build.

PP 0.5.2

19 Jan 18:38
f0264e6
Compare
Choose a tag to compare

Fix GA cookies issues

PP 0.5.1

19 Jan 11:22
429b875
Compare
Choose a tag to compare
  • fix success toast on annotation request sumbission
  • fix annotation report radio buttons

PP 0.5.0

19 Jan 10:34
207be79
Compare
Choose a tag to compare
Merge pull request #296 from PrzypisPowszechny/0.5.0-fix

Upgrade webpack to fix release build

PP 0.4.0

10 Jan 16:54
Compare
Choose a tag to compare

features

  • report bug/feature button on the popup
  • request annotation feature
  • show toasts after some request success/failures

PP 0.3.2-api-dev

13 Dec 14:51
Compare
Choose a tag to compare

A temporary version using current (backward compatible) master development API since Demagog verifications are already present in the development API.

  • Demagog annotation data can be viewed using the extension.

PP 0.3

14 Nov 19:33
Compare
Choose a tag to compare

Integration with demagog.org.pl

PP 0.2

13 Jul 23:37
76e49c8
Compare
Choose a tag to compare

features

  • A browser popup,
    • "add annotation" mode
    • "do not display annotations on this page" mode
    • "do not display annotations at all" mode
  • adding annotations with right click (browser context menu)
  • Annotation reporting
  • Decent styles usually not overriden by the visited websites' style
  • many fixes necessary for comfortable use, such as
    • extra transparent area around Viewer that does not trigger Viewer disappearance

PP 0.1

12 Jun 23:46
Compare
Choose a tag to compare

First functional PP version with a steady technology stack.

features

  • annotation editor widget for creating, editing and deleting annotations
  • annotation viewer widget appearing on mouseover
  • three annotation types

codebase

  • basic browser extension structure
    • manifest.json generation
  • an architecture combining mouse event handling with state-based React and Redux.
  • API calls with redux-json-api
  • Text selection and highlight marking draw on Annotator 2.0 and xpath-range.
  • Typescript
  • Webpack 4.0
  • SCSS with CSS modules