docs: add changelog (#4057)
This commit is contained in:
+2
-1
@@ -24,7 +24,8 @@ HASH_LENGTH=18
|
||||
# The URL of your application.
|
||||
APP_URL=http://localhost
|
||||
|
||||
# Set to true to force using APP_URL. You should not need this, unless you are using subdirectory config
|
||||
# Force using APP_URL as base url of your application.
|
||||
# You should not need this, unless you are using subdirectory config.
|
||||
APP_FORCE_URL=false
|
||||
|
||||
# Database information
|
||||
|
||||
+4
-3
@@ -4,13 +4,15 @@
|
||||
|
||||
* Display age of death to relationship sidebar if the person is dead
|
||||
* Crop contact photos on upload
|
||||
* Add Traditional Chinese language
|
||||
* Add new name orders \<nickname> (\<First name> \<Last name>) & \<nickname> (\<Last name> \<First name>)
|
||||
* Add console command to test email delivery
|
||||
* Add Japanese langage
|
||||
* Add Traditional Chinese language
|
||||
* Add Japanese language
|
||||
* Change title of birthday reminder for deceased people
|
||||
|
||||
### Enhancements:
|
||||
|
||||
* Change docker image sync
|
||||
* Stores amount as integer-ish values, and fix debts and gifts amount forms
|
||||
* Use current text from search bar to create a new person
|
||||
* Always allow to add a new person from search bar
|
||||
@@ -64,7 +66,6 @@
|
||||
* Contacts displayed in the activity list are now clickable again
|
||||
* Gift are now added and updated inline
|
||||
* Add a link in the downgrade process to archive all contacts in the account
|
||||
* Add new name orders \<nickname> (\<First name> \<Last name>) & \<nickname> (\<Last name> \<First name>)
|
||||
|
||||
### Fixes:
|
||||
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"date": "May 11, 2020",
|
||||
"title": "New feature: crop an avatar photo",
|
||||
"description": "When uploading a new avatar for a contact, you are now invited to crop it to keep a square format.\n\n Choose a new file to upload, then select the zone to keep:  After validation, you can now save the new avatar: "
|
||||
},
|
||||
{
|
||||
"date": "Mar 22, 2020",
|
||||
"title": "New feature: define yourself as a contact",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 405 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 126 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 651 KiB |
Reference in New Issue
Block a user