From 77066b3744a7a6882a057b04c86e89e2112608d9 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:02:29 -0300 Subject: [PATCH 1/5] docs(changelog): prepare 1.0.1 release notes Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fde62bb..f283b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## [Unreleased] +## 1.0.1 - 2026-04-03 + +💝 **SUPPORT PROFILE FIELDS** — This project is maintained as free software by LibreCode. If it helps your team, please fund maintenance and future improvements via GitHub Sponsors: https://github.com/sponsors/LibreSign + +⭐ **STAR THE REPOSITORY** — Stars help the project gain visibility and justify continued investment: https://github.com/LibreCodeCoop/profile_fields + +🏢 **ENTERPRISE SUPPORT** — Need custom development, support, or sponsored features? Contact us: contact@librecode.coop + +### Fixed +- Fixed installation and reinstallation failures caused by the `profile_fields_definitions.active` boolean column being created as `NOT NULL`, and added an upgrade migration for existing instances [#61](https://github.com/LibreCodeCoop/profile_fields/pull/61) + ## 1.0.0 - 2026-03-30 💝 **SUPPORT PROFILE FIELDS** — Built from scratch and released for free. If it saves your team time, please consider sponsoring: https://github.com/sponsors/LibreSign @@ -29,4 +40,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), - `occ` commands for data export, import, clear, and developer reset [#5](https://github.com/LibreCodeCoop/profile_fields/pull/5) - Transifex integration for community translations [#34](https://github.com/LibreCodeCoop/profile_fields/pull/34) -[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.0...v1.0.1 From 910740a247465bd30a294436e0fb75e1d9b0e4b2 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:02:29 -0300 Subject: [PATCH 2/5] chore(appinfo): bump version to 1.0.1 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index a1cf636..b400769 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,7 +23,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Ongoing maintenanc * [Sponsor LibreSign on GitHub (monthly recurring support is especially welcome): ![Donate using GitHub Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&color=%23fe8e86)](https://github.com/sponsors/LibreSign) ]]> - 1.0.0 + 1.0.1 agpl LibreCode ProfileFields From 6eba45ac49773b3adcb6eb41510a81be8c7039d8 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:02:29 -0300 Subject: [PATCH 3/5] chore(package): bump version to 1.0.1 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5c54dd1..31f20a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profile_fields", - "version": "1.0.0", + "version": "1.0.1", "description": "Profile fields", "license": "AGPL-3.0-or-later", "private": true, From b972bf5d3f7b3ee32c2efaa2d80e2dc4f5bab13e Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:02:29 -0300 Subject: [PATCH 4/5] chore(lockfile): bump version to 1.0.1 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6cec6c..a95b584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "profile_fields", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "profile_fields", - "version": "1.0.0", + "version": "1.0.1", "license": "AGPL-3.0-or-later", "dependencies": { "@mdi/js": "^7.4.47", From fdc2d534dd6295c15044d4dc3723351760c9d5bc Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Fri, 3 Apr 2026 23:03:14 -0300 Subject: [PATCH 5/5] docs(changelog): shorten support blurb Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f283b01..f29bb67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), ## 1.0.1 - 2026-04-03 -💝 **SUPPORT PROFILE FIELDS** — This project is maintained as free software by LibreCode. If it helps your team, please fund maintenance and future improvements via GitHub Sponsors: https://github.com/sponsors/LibreSign +💝 **SUPPORT PROFILE FIELDS** — If this project helps your team, please support ongoing maintenance via GitHub Sponsors: https://github.com/sponsors/LibreSign ⭐ **STAR THE REPOSITORY** — Stars help the project gain visibility and justify continued investment: https://github.com/LibreCodeCoop/profile_fields