Skip to content

Releases: pnd280/complexity

v0.0.1.6-alpha

02 Sep 13:46
Compare
Choose a tag to compare
v0.0.1.6-alpha Pre-release
Pre-release

Changelog

  • FIX: fixed CSP error in Chrome 130 (#7 Commit)

Thanks @shikhir-arora.

Checksum

The attached files are digitally signed by the Chrome Web Store and Mozilla Add-ons. DO NOT install from untrusted sources!

md5 hash
CRX C0B2BACE61205C73E90571EE7CAE412A

v0.0.1.5-alpha

29 Aug 12:17
Compare
Choose a tag to compare
v0.0.1.5-alpha Pre-release
Pre-release

Changelog

  • Added trialing subscription status check.

Checksum

The attached files are digitally signed by the Chrome Web Store and Mozilla Add-ons. DO NOT install from untrusted sources!

md5 hash
CRX B9C54FBE4C47CAA08D13143E6A3AE4CC
XPI 23D2CB33D6A18BCC98205F10D4D628C0

v0.0.1.4-alpha

28 Aug 15:22
Compare
Choose a tag to compare
v0.0.1.4-alpha Pre-release
Pre-release

Changelog

  • FIX: Fixed a bug where thread message container css selector applies to unrelated nodes.

Checksum

The attached files are digitally signed by the Chrome Web Store and Mozilla Add-ons. DO NOT install from untrusted sources!

md5 hash
CRX 8C56B25CAF1576CBFAEE666C829D7C9A
XPI 6D393B319C39219AEA1603CE3646F434

v0.0.1.2-alpha

26 Aug 14:08
Compare
Choose a tag to compare
v0.0.1.2-alpha Pre-release
Pre-release

Checksum

The attached files are digitally signed by the Chrome Web Store and Mozilla Add-ons. DO NOT install from untrusted sources!

md5 hash
XPI C2D490476A92FFCFDAF7669D9FE122EC

v0.0.1.1-alpha

26 Aug 13:15
Compare
Choose a tag to compare
v0.0.1.1-alpha Pre-release
Pre-release

Changelog

  • FIX: Fixed a bug where the Custom markdown block is not visible in follow-up messages.

Checksum

The attached files are digitally signed by the Chrome Web Store and Mozilla Add-ons. DO NOT install from untrusted sources!

md5 hash
CRX 22B2B0C538B973185EEC36AA0EBE544E
XPI 3717F47F35822D5DF84E5B4D0AF8003F

v0.0.1.0-public-beta

24 Aug 06:42
Compare
Choose a tag to compare

Changelog

  • NEW: Introducing Canvas - an interactive code preview.

  • NEW: Paste (very) long text into the query box is now no longer create a file.

  • NEW: Drop file to upload within thread.

  • IMPROVE: Significantly improved the overall performance (especially long threads).

  • IMPROVE: Significantly reduce layout shift while generating new message.

  • FIX: Search params will now be respected and work consistently.

  • FIX: Fixed various contrast issues (Light + Dark theme).

Checksum

The attached files are digitally signed by the Chrome Web Store and Mozilla Add-ons. DO NOT install from untrusted sources!

md5 hash
CRX E269E325F473E34E8A353EEE5BE5A601

v0.0.0.14

18 Jun 17:03
Compare
Choose a tag to compare
  • NEW: Block Perplexity's telemetry.
  • IMPROVE: Reduced layout shift when open a floating element (Removed all focus guards).
  • IMPROVE: Slightly improved performance in long threads.
  • FIX: Fixed infinite Cloudflare loop check.
  • FIX: Thread query format switch now correctly shown on the toolbar. Notice that the switch will not be shown for query that have no markdown formatting.
  • FIX: Fixed a bug where Pro search UI briefly flashes when it's already turned off.
  • FIX: Fixed a bug where "Collapse empty thread's visual columns" doesn't consistently work.
  • FIX: Removed css injections from API pages.
  • FIX: Removed unintended "zeros" at the bottom of the home page.

v0.0.0.12

15 Jun 09:24
Compare
Choose a tag to compare
  • NEW | EXPERIMENTAL: Sticky thread message toolbar. "Thread Query Markdown" is now merged with this setting.
    Sticky thread message toolbar
  • NEW: Auto refresh the page on Cloudflare session timeout.
  • NEW: Improved programming experience:
    • Added code block toolbar to markdown query.
    • Apply theme (VSCode Dark) to native blocks to ensure consistency with the Diff Viewer.
    • Supports syntax highlighting for unsupported languages on Perplexity (CSharp, Blade).
    • Declutter code block toolbar - hide options when not needed.
      Code block toolbar
  • IMPROVE: Diff Viewer now supports syntax highlighting for:
    • Java, HTML, CSS, XML, CLike, Bash, C, Cpp, Gradle, GraphQL, JSON, Makefile, Markdown, PowerShell, Rust, Sass, SCSS, SQL, Kotlin, Haskell, PHP, Apex, Blade.
  • IMPROVE: Improved update notifications.
  • FIX: Unintentionally inject scripts into Perplexity's subdomains.
  • FIX: Fixed a bug where only empty visual column of the first message query is collapsed (PPLX's html structure changed).
  • CHANGES:
    • Removed message auto scroll: already implemented on Perplexity.

Thanks @Reddishye for the blade prism plugin.

v0.0.0.11

10 Jun 00:34
Compare
Choose a tag to compare
v0.0.0.11 Pre-release
Pre-release
  • NEW: Introducing Diff Viewer - compare text/code changes side by side. For text, just ask the AI to wrap any text with triple backticks (```).
    Diff Viewer

  • FIX: Enhanced code block toolbar randomly crashes.

  • FIX: Fixed a bug where toggle the AI profile in the collection selector will break other functionalities.

  • FIX: Fixed a bug where Export button doesn't work.

  • FIX: Corrected AI Profile character limit (1000 -> 1500).

  • IMPROVE: Dark theme: Enhanced text contrast.

v0.0.0.9

08 Jun 07:06
Compare
Choose a tag to compare
v0.0.0.9 Pre-release
Pre-release
  • NEW: Auto scroll to the bottom of the thread when new messages are being generated, scroll up for any amount to abort. (currently not support existing/editing/rewriting messages)
  • NEW: Export thread without sources/citations.
  • NEW: Improved code block with an sticky toolbar with options to copy, wrap, show line numbers, and collapse/expand the block.
  • IMPROVE: Query box selectors bar prematurely wrap on small width viewport.
  • FIX: Light theme: selected text in some places has no indicator.
  • FIX: Collection selector - current selected item not being default selected when open.
  • FIX: Incorrect thread message query format switch labels.