CHANGELOG.txt
52fbe735
 ======= CHANGELOG =======
 
 Versions:
 
 == 1.0.0 - 2022-1-27 ==
 * Initial release.
 
 == 1.0.1 - 2022-3-31 ==
 * Changed presentation text.
 
 == 1.0.2 - 2022-4-11 ==
 * Respect custom 'datadirectory'.
 * Fixed received/sent faxes list not shown in the right hand pane when clicking the 'Received Faxes/Sent Faxes' button, while using Apache as a web server.
 * Fixed error when uploading pdf files, while using Apache as a web server.
 
 == 1.0.3 - 2022-4-14 ==
 * Changed the way the app gets the timezone.
 
 == 1.0.4 - 2022-4-29 ==
 * Specified how usernames containing an @ can be included in the callback URL, on the Settings page.
 * Adjusted pdf files paths, so that uploaded pdf files can be previewed when Nextcloud is served on a subdomain or on a subdirectory, by Nginx or by Apache. 
 
 == 1.0.5 - 2022-5-10 ==
 * Changed syntax of SQL queries and of encryption function.
 * Modified file paths to match changes in Nextcloud 24.
 * Text change on Settings page.
 
 == 1.0.6 - 2022-9-3 ==
 * Solved issue with viewing images picked from Nextcloud.
 * Small text changes on navigation pane.
 * Minor CSS modifications.
 
 == 1.0.7 - 2022-9-22 ==
 * Changed presentation text and text on Settings page.
 
 == 1.0.8 - 2022-10-27 ==
 * Changed CSS settings to match the modifications introduced in Nextcloud 25.
 
 == 1.0.9 - 2022-12-3 ==
 * Added support for dark themes.
 
 == 1.1.0 - 2023-3-22 ==
 * Fixed error when removing files in the 'temp_files' directory.
 * Renounced disabling the buttons 'Received Faxes', 'Sent Faxes', 'Failed Received Faxes' and 'Failed Sent Faxes' after successfull fax sending.
 
 == 1.1.1 - 2023-5-31 ==
 * Made app available for Nextcloud 26.
 
 == 1.1.2 - 2023-10-30 ==
 * Marked the app as compatible with Nextcloud 27.
 * Changed app presentation text.
 
 == 1.1.3 - 2023-11-2 ==
 * Changed how the app sends notifications for incoming faxes.
 
 == 1.1.4 - 2024-1-11 ==
 * Added the 'fonts' directory and stored the 'Open Sans' and 'Inter' fonts inside it.
 * Made small CSS changes.
 * Marked the app as compatible with Nextcloud 28.
 
 == 1.1.5 - 2024-1-12 ==
 * Fixed not being able to see the upper bar with the close button when viewing pdf files.
 * Added more screenshots to presentation page.