All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.5.1 - 2022-01-08
- Various minor improvements to the UI:
- Demo mode: "demo" badge and instructions added
- Small fix in title
- Better footer
- Title and error banner now always visible (sticky header)
- Fix behaviour for register form
- Fix behaviour of refresh button when starting several requests at once
- Replaced Bash script with PHP script
0.5.0 - 2022-01-04
- Demonstration mode with dummy data
- Minor fix in layout
0.4.3 - 2022-01-03
- More refactoring:
- Remove all PHP from frontend
- Save token in JSON file
- Move config and cache to data
- No feature changes
0.4.2 - 2022-01-03
- Minor reorganization:
- backend/, frontend/, config/ and index.php moved to src/
- Configuration with JSON file
- Auto-generated JSON file for name/version
- index.php redirects to frontend/index.php
- No feature changes
0.4.1 - 2022-01-02
- Minor changes in interface:
- More consistent colors (bootstrap5 dark theme)
- refresh-button and loading-spinner at the same position
- Minor fix: uncaught exception when PDF is disabled - fixed
0.4.0 - 2022-01-02
- Refactoring:
- Backend in PHP: cloud API, cache and PDF conversion
- Frontend in JavaScript: AJAX Web application
- New features:
- Choice between ZIP and PDF
0.3.0 - 2021-12-27
- Better error handling
- Cache for downloaded/converted files
0.2.0 - 2021-12-25
- Rewrite without inline HTML, which I find ugly.
- Better HTML (compliance to standard)
- Minor fix in layout
- Clear token when connecting to the cloud failed
0.1.0 - 2021-12-25
- First version