Changelog
Unreleased
[1.1.0] - 2021-05-16
Added
- Multiple comic books can be extracted at the same time
- Extracted files are purged after 3 hours
Changed
- Moved from phpsel.org to phpsel.randomblog.hu
- Eliminated text under the images in comic book reader mode
Fixed
- Better search that takes accented characters into account
[1.0.17] - 2020-08-20
Added
- Comics viewer for .cbz files
- Modal window while extracting comics archives
- Guest user access
- Feedback in the list for the different sorting criteria
- Session name for separate logins on the same domain
Changed
- Reorganized the book details page
- Number of columns on the list page is now 2/3/4 instead of 1/2/4
- Default number of items in the list is now 24
Fixed
- Updated the moly.hu import
- Comic viewer thumbnails and images show correct content
- Added warning to run composer if cloned from git
[1.0.16] - 2019-11-10
Added
- Import sequence
Changed
- Better file upload inputs
[1.0.15] - 2019-09-22
Added
- Comics viewer for .cbz files
Fixed
- Footer positioning
- Version warning
Changed
- Removed option to disable version checking
[1.0.14] - 2019-04-03
Added
- More inputs in the form show previous values
Fixed
- Aposthrophes now work in search
Changed
- Form styling
[1.0.13] - 2019-03-25
Added
- Ability to search for N/A in advanced search
- Collection overview show N/A link for all categories
Changed
- Removed conversion option
- Renamed Send to Kindle to Email to device
[1.0.12] - 2019-03-25
Fixed
- Cover upload
Changed
- Foundation initialization
[1.0.11] - 2019-03-18
Added
- The content of the /vendor directory is populated with composer from now on
- You can list books that have no language set
- When adding books, the previous language values are offered
Fixed
- Original book links are fixed on the details page, only books in different languages are shown now
[1.0.10] - 2019-02-15
Added
- Setup will create the necessary subdirectories if possible
- Footer with version, user manual and documentation links
Fixed
- Advanced search year of publication and year of first publication fixed
Changed
- The search field and button in the header is hidden on mobile
- New changelog format
[1.0.9] - 2019-02-14
Added
- Import from goodreadds.com and moly.hu
- Tools: Small covers
Changed
- Form enchantments
- Mobile menu is now a drilldown element
- Only images can be uploaded when uploading covers
[1.0.8] - 2019-01-22
Added
- Database versioning in the database to allow database upgrade in the future
Changed
- The name of the Advanced search pane was renamed from Search
Fixed
- Various layout bugfixes
[1.0.7] - 2019-01-14
Added
- Setup system
- Mysql port added to config.php
- Changelog.txt
Changed
- Revamped the version check system
- Removed closing ?> from the end of PHP files
- Changed }; to } in PHP and js files
[1.0.6] - 2019-01-10
Added
- Sticky header on desktop and tablet size
Changed
- Renamed the submit buttons for their proper function
- urlencode() on all links that have user-provided parameters
Fixed
- No more error messages on the list page because of undefined variables in 1.0.5
- Fixed a html structure bug that caused the 4th book upload to loose foundation styling
[1.0.5] - 2019-01-08
Changed
- Completely rewrote advanced search, now you can delete search critera separately
[1.0.4] - 2019-01-06
Added
- Configuration checking - phpSEL will inform you if the config.php file is missing
- Sample configuration for XAMPP - If you are using XAMPP in Windows 10, just rename config-sample-xampp.php to config.php
Fixed
- Starting a search from the details page for publisher, year of publication and year of first publication works properly now
[1.0.3] - 2019-01-05
Added
- File permission checking - phpSEL will list files and directories that need to be writable to function properly
[1.0.2] - 2019-01-04
Added
- Version check system - phpSEL will inform you if there is a new version available for download
- $check_for_updates - you can disable the functionality above in config.php
- $login message - you can set a message in config.php that will appear under the login box
- $protocol - you can set to use http or https in config.php
Fixed
- A link tag was not properly closed on the details page
[1.0.1] - 2019-01-01
Added
- $demo_mode - File upload and deletion is disabled if demo mode is active
- $search_links - You can specify custom search links in config.php that will appear on the book details page
[1.0.0] - 2018-12-28