Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

51 lines (33 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

0.1.0 - 2024-10-03

Changed

  • Updated the API of items/{id}, items/relation, tags/relation
  • Updated the layout of explorer showcase
  • Move "New Tag/Item/Folder" button from database page to sidebar

Security

  • Bump Next.js from 14.2.6 to 14.2.10, refer to CVE-2024-46982

0.1.0-alpha.2 - 2024-09-17

Added

  • Add tag ID to explorer route
  • Add breadcrumbs to explorer page
  • Add children tag button to explorer page
  • Add /api/tags/root API for fetch root tags
  • Add DEFAULT_IMG_QUALITY env variable for /api/image API to control default image quality

Changed

  • Switched to client-side routing instead of using href

0.1.0-alpha.1 - 2024-09-15

First release.