File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) .
5+
6+ ## [ UNRELEASED]
7+
8+ ### Added
9+
10+ - Display IndexedDB data in a table.
11+ - Enable search and per-column filtering for IndexedDB data.
12+ - Manage column visibility and ordering.
13+ - Add, edit and delete IndexedDB data.
14+ - Use a JSON editor with syntax highlighting for updating JSON data and adding new objects.
15+ - Ensure UI components are accessible.
16+ - Format integers that represent milliseconds since epoch as a datetime using the timestamp datatype.
17+ - Automatically save table settings and last viewed object store for the next time the user opens the extension's panel.
18+ - Automatically update the indexedDB list when the origin of the inspected page changes.
19+ - Use a light or dark theme depending on system settings.
You can’t perform that action at this time.
0 commit comments