Releases: ermouth/couch-photon
Couch Photon 1.25
Couch Photon 1.24
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
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
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
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
Bug fixes, performance improvements and tweaks here and there, no new features.
Couch Photon 1.17
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
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
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
Added Changes feed view; several small UI improvements; package size reduced.