Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.0.0"
".": "0.1.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 0.1.0 (2026-01-31)


### ⚠ BREAKING CHANGES

* Modernize codebase & fix V2 user issues ([#61](https://github.com/BKDDFS/PerfectFrameAI/issues/61))

### Features

* Modernize codebase & fix V2 user issues ([#61](https://github.com/BKDDFS/PerfectFrameAI/issues/61)) ([42facf2](https://github.com/BKDDFS/PerfectFrameAI/commit/42facf22a461652d796ebf9b733469b07024140c))


### Bug Fixes

* change OpenCVVideo method name get_next_video_frames -> get_next_frames ([ffb712a](https://github.com/BKDDFS/PerfectFrameAI/commit/ffb712a9c2fd30839a9a7f507d4acf59ff45b287))
* change OpenCVVideo method name get_next_video_frames -> get_next_frames ([979dab9](https://github.com/BKDDFS/PerfectFrameAI/commit/979dab97cc442791fac8886379a1758dffd3343c))
* pin GitHub Actions to full SHA hashes ([#63](https://github.com/BKDDFS/PerfectFrameAI/issues/63)) ([0d5f898](https://github.com/BKDDFS/PerfectFrameAI/commit/0d5f898558eb17675616a8af307c7fb10ca7eeae))
* use commit SHA instead of tag object SHA for actions ([#64](https://github.com/BKDDFS/PerfectFrameAI/issues/64)) ([d3c9d13](https://github.com/BKDDFS/PerfectFrameAI/commit/d3c9d130692db7944dcae8bc9f181f029a812bdd))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "PerfectFrameAI"
version = "3.0.0"
version = "0.1.0"
description = "AI tool for finding the most aesthetic frames in a video. 🎞️➜🖼️"
authors = [
{name = "Bartłomiej Flis", email = "Bartekdawidflis@gmail.com"}
Expand Down