Skip to content

Commit 43d01ea

Browse files
committed
Add a changelog
1 parent fa1c698 commit 43d01ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

0 commit comments

Comments
 (0)