Skip to content
Open
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 @@
{
".": "0.1.0"
".": "0.1.1"
}
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.1.1](https://github.com/maikbasel/form-forge/compare/v0.1.0...v0.1.1) (2026-04-07)


### Features

* **actions:** persist attached actions in database ([51e36dd](https://github.com/maikbasel/form-forge/commit/51e36dd89547642d5256c6376e58c4886bde2309))
* **i18n:** add internationalization with English and German support ([dee75cb](https://github.com/maikbasel/form-forge/commit/dee75cbb71b7785909a5303f13f547c5dbb5860a))
* **ui:** highlight PDF fields when hovering sidebar action cards ([e8a6ed7](https://github.com/maikbasel/form-forge/commit/e8a6ed7bdffe37e43ecd2c69b0e4638ed77ce87d))
* **ui:** show dot indicator on PDF fields with attached actions ([9b411f9](https://github.com/maikbasel/form-forge/commit/9b411f9707f00a33cee18fa4493aa8605ed03d9e))
* **ui:** show dot indicator on PDF fields with attached actions ([e825226](https://github.com/maikbasel/form-forge/commit/e825226781ed5b0ea31821a32751fa27181fd4e9))


### Bug Fixes

* **deps:** update dependency androidx.appcompat:appcompat to v1.7.1 ([#126](https://github.com/maikbasel/form-forge/issues/126)) ([0dc36a1](https://github.com/maikbasel/form-forge/commit/0dc36a1eadedf185fb181b27e53e4f363ba47782))
* **deps:** update dependency androidx.test.espresso:espresso-core to v3.7.0 ([#127](https://github.com/maikbasel/form-forge/issues/127)) ([f4bf578](https://github.com/maikbasel/form-forge/commit/f4bf5789541faf49505c8eccb9ca849917ce106c))
* **deps:** update dependency androidx.test.ext:junit to v1.3.0 ([#128](https://github.com/maikbasel/form-forge/issues/128)) ([d6e734b](https://github.com/maikbasel/form-forge/commit/d6e734b84e79d1b937042006bdcabd5176b8aaa5))
* **deps:** update dependency androidx.webkit:webkit to v1.15.0 ([#129](https://github.com/maikbasel/form-forge/issues/129)) ([9d01dd2](https://github.com/maikbasel/form-forge/commit/9d01dd2364377ae60d1730126786efe72825d7ba))
* **deps:** update dependency com.android.tools.build:gradle to v8.13.2 ([#130](https://github.com/maikbasel/form-forge/issues/130)) ([77ef1f8](https://github.com/maikbasel/form-forge/commit/77ef1f84ff5f33f054de61f70f37b9db08d72674))
* **deps:** update dependency com.google.android.material:material to v1.13.0 ([#131](https://github.com/maikbasel/form-forge/issues/131)) ([61e7a22](https://github.com/maikbasel/form-forge/commit/61e7a22c4abfdf7f62989370c3dff7002f44655c))
* **deps:** update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2 ([9b9c6ae](https://github.com/maikbasel/form-forge/commit/9b9c6ae22f784a32bdf4a192f0dc37698075e3b2))
* **deps:** update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2 ([e6ce2d5](https://github.com/maikbasel/form-forge/commit/e6ce2d5d83bb85431088719c5d847c866d4d4c70))
* **deps:** update rust-dependencies ([32b425f](https://github.com/maikbasel/form-forge/commit/32b425f95cf39c3cc8497b4772f8f19944471d7d))
* **deps:** update rust-dependencies ([6cfbea5](https://github.com/maikbasel/form-forge/commit/6cfbea5c04bb6c789d3f6a523494a9ba4367e85b))
* **i18n:** resolve hydration mismatch by deferring browser language detection ([97a4f1b](https://github.com/maikbasel/form-forge/commit/97a4f1b91532ae5ae30b1589b46cfe15dca909a5))
* **lint:** sort interface members for Biome 2.4.5 compatibility ([6a2a31d](https://github.com/maikbasel/form-forge/commit/6a2a31d050d4c084343292e2b48568e63ba986b9))
* migrate common_telemetry to opentelemetry-sdk 0.31 API ([61f195d](https://github.com/maikbasel/form-forge/commit/61f195decc9ee6bdf71249e01864bf5e440d1dc5))
* **ui:** only show dot indicator on target fields, not source fields ([26d6158](https://github.com/maikbasel/form-forge/commit/26d6158586d7f765b2a943f21abd7d0c998de9aa))
* **ui:** use stable keys for attached action list items ([a2c38b0](https://github.com/maikbasel/form-forge/commit/a2c38b01f69bfeb130188bf67fd88f443146e8ff))
* **web:** resolve DOMMatrix SSR error by lazy-loading pdfjs-dist ([2a9ce40](https://github.com/maikbasel/form-forge/commit/2a9ce40b1c6b49998b2be7d36b820d0ada74e5e7))

## [0.1.0](https://github.com/maikbasel/form-forge/compare/v0.1.0...v0.1.0) (2026-02-23)


Expand Down
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "cargo run",
Expand Down
2 changes: 1 addition & 1 deletion apps/native/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "native",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion apps/native/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Form Forge",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "com.form-forge.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-forge",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"postinstall": "command -v pre-commit >/dev/null 2>&1 && pre-commit install || true",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-spec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/api-spec",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/typescript-config",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/ui",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"private": true,
"exports": {
Expand Down
Loading