Skip to content

Commit afbf3e4

Browse files
chore: update changelog
1 parent 01f20ae commit afbf3e4

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ ownCloud admins and users.
5454

5555
* Change - Eliminated excessive server checks: [#12619](https://github.com/owncloud/client/pull/12619)
5656
* Change - We ended support for OWNCLOUD_FORCE_DARK_MODE environment variable: [#12625](https://github.com/owncloud/client/pull/12625)
57+
* Change - Introduce a user editable account alias: [#12639](https://github.com/owncloud/client/pull/12639)
5758

5859
## Details
5960

@@ -72,6 +73,23 @@ ownCloud admins and users.
7273

7374
https://github.com/owncloud/client/pull/12625
7475

76+
* Change - Introduce a user editable account alias: [#12639](https://github.com/owncloud/client/pull/12639)
77+
78+
The identifying text on account button has been very unsatisfying because there
79+
is no straightforward way to identify an account using short-ish text that is
80+
unique, and which the user can identify with.
81+
82+
Our new approach is to use an account alias as text on the account buttons which
83+
the user can customize to their liking.
84+
85+
The default alias value is derived from the first word that appears in the
86+
display name (usually the user's first name)
87+
88+
The user can change this alias any time by going to the "Manage account" menu
89+
and selecting "Change alias..." which will pop a simple input dialog.
90+
91+
https://github.com/owncloud/client/pull/12639
92+
7593
# Changelog for ownCloud Desktop Client [7.1.1] (2026-08-27)
7694

7795
The following sections list the changes in ownCloud Desktop Client 7.1.1 relevant to

0 commit comments

Comments
 (0)