Skip to content

Releases: ermouth/couch-photon

Couch Photon 1.25

22 Sep 11:16
Compare
Choose a tag to compare

New features since 1.24:

  • added β€œPurge all revisions” feature
  • better JSON serialization in UI
  • [Restore…] dlg now accepts JSON files with arrays of docs.

Also a lot of minor bug fixes and improvements.

Couch Photon 1.24

07 Apr 20:47
e0c3d3d
Compare
Choose a tag to compare

New features since 1.22:

  • Added limited support of SQL syntax
  • Added /int and /curr modifiers to column selectors in grid view
  • Handling of deleted docs in JSON editor is much improved.

Couch Photon 1.22

27 Dec 23:51
Compare
Choose a tag to compare

Improvements:

  • Added Download doc as ZIP button into doc editor
  • Added stats (bytes, chars, lines) into text attachments editor
  • Several minor UI fixes and changes.

Couch Photon 1.21

19 Jul 02:08
Compare
Choose a tag to compare

New features:

  • Conflicting documents list, basically Mango qry under the hood
  • Grid selectors like .value.*.somefield /list now work not only if .value is an array, but with objects as well
  • New Add view… button
  • Dedicated button for ZIP backup/restore
  • New hotkey: Alt-W (Ctrl-W for Mac) closes active Photon tab.

Since 1.21 Photon is no more shipped to AWS S3 CDN.

Couch Photon 1.20

17 Apr 22:22
Compare
Choose a tag to compare

New features since v1.18:

  • DB auto-grouping splits the list of DBs into collapsible groups
  • View indices now show last request traffic/duration in the bottom right corner
  • Better Mango queries validator now catches misspelled $ operators
  • Fixed Chrome stalls unzipping dumps with tens of thousands docs
  • Dark theme!

Couch Photon 1.18

18 Feb 01:06
Compare
Choose a tag to compare

Bug fixes, performance improvements and tweaks here and there, no new features.

Couch Photon 1.17

15 Nov 06:15
Compare
Choose a tag to compare

CouchDB 3.2 related: Photon is now able to handle advanced CSP settings; config help reflects property mapping shenanigans.

Added Ctrl-S and Ctrl-Z (Cmd-S and Cmd-Z for Mac) global keyboard shortcuts for config, doc and attachment editors.

Added Mango syntax validator into query editor.

JSON editor no longer stalls on spriggy doc branches.

Added Ping session config option.

Compatibility with old IEs is no more maintained. Package size reduced by ~200kB.

Couch Photon 1.15

01 Sep 23:20
Compare
Choose a tag to compare

Improvements and features:

  • For wider monitors tab bar turns into a left-side panel, tables and lists have little more air
  • Grid view mode received better search.
  • Lists performance significantly improved.

Couch Photon 1.12

14 Jun 05:22
Compare
Choose a tag to compare

Two new features:

  • After deleting DB(s) Photon can immediately re-create them, with original security and sharding;
  • Photon can dump DBs to a ZIP archive, and restore data back, including security settings, sharding, deleted and conflicting docs.

Couch Photon 1.11

12 Aug 20:51
Compare
Choose a tag to compare

Added Changes feed view; several small UI improvements; package size reduced.