Skip to content

Commit ba49c0a

Browse files
authored
Merge pull request #42 from LibreCodeCoop/chore/release-1.0.0
chore: release 1.0.0
2 parents 1d11289 + f21e225 commit ba49c0a

File tree

4 files changed

+36
-4
lines changed

4 files changed

+36
-4
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
- SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
3+
- SPDX-License-Identifier: AGPL-3.0-or-later
4+
-->
5+
# Changelog
6+
7+
All notable changes to this project will be documented in this file.
8+
9+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and follows the requirements of the [Nextcloud Appstore Metadata specification](https://nextcloudappstore.readthedocs.io/en/latest/developer.html#changelog).
10+
11+
<!-- changelog-linker -->
12+
<!-- changelog-linker -->
13+
## [Unreleased]
14+
15+
## 1.0.0 - 2026-03-30
16+
17+
💝 **SUPPORT PROFILE FIELDS** — Built from scratch and released for free. If it saves your team time, please consider sponsoring: https://github.com/sponsors/LibreSign
18+
19+
🏢 **ENTERPRISE SUPPORT** — Need custom field types or a tailored implementation? Contact us: contact@librecode.coop
20+
21+
### Added
22+
- Seven field types out of the box: text, select, multiselect, date, boolean, URL, and email [#5](https://github.com/LibreCodeCoop/profile_fields/pull/5) [#14](https://github.com/LibreCodeCoop/profile_fields/pull/14) [#27](https://github.com/LibreCodeCoop/profile_fields/pull/27) [#28](https://github.com/LibreCodeCoop/profile_fields/pull/28) [#29](https://github.com/LibreCodeCoop/profile_fields/pull/29) [#30](https://github.com/LibreCodeCoop/profile_fields/pull/30) [#31](https://github.com/LibreCodeCoop/profile_fields/pull/31)
23+
- Per-field edit and visibility policies (admin-only, user-and-admin, visible-to-all, hidden)
24+
- Admin field catalog and user management dialog for setting values per user [#8](https://github.com/LibreCodeCoop/profile_fields/pull/8) [#21](https://github.com/LibreCodeCoop/profile_fields/pull/21)
25+
- Personal Settings page for self-service field updates, subject to field policies
26+
- Nextcloud Flow integration: field-aware operator with type-specific conditions (contains, before/after, is true/false, is/is not) and five actions: log, notify admins, notify groups, Talk message, and webhook [#11](https://github.com/LibreCodeCoop/profile_fields/pull/11)
27+
- Unified Search provider so admins can find users by any field value [#15](https://github.com/LibreCodeCoop/profile_fields/pull/15)
28+
- OpenAPI-documented REST API with auto-generated TypeScript client
29+
- `occ` commands for data export, import, clear, and developer reset [#5](https://github.com/LibreCodeCoop/profile_fields/pull/5)
30+
- Transifex integration for community translations [#34](https://github.com/LibreCodeCoop/profile_fields/pull/34)
31+
32+
[Unreleased]: https://github.com/LibreCodeCoop/profile_fields/compare/v1.0.0...HEAD

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Developed with ❤️ by [LibreCode](https://librecode.coop). Ongoing maintenanc
2323
2424
* [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)
2525
]]></description>
26-
<version>0.0.1-dev</version>
26+
<version>1.0.0</version>
2727
<licence>agpl</licence>
2828
<author mail="contact@librecode.coop" homepage="https://librecode.coop">LibreCode</author>
2929
<namespace>ProfileFields</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "profile_fields",
3-
"version": "0.0.1-dev",
3+
"version": "1.0.0",
44
"description": "Profile fields",
55
"license": "AGPL-3.0-or-later",
66
"private": true,

0 commit comments

Comments
 (0)