0.9.0 changelog again

This commit is contained in:
Fabian de Boer 2026-07-20 14:51:12 +02:00
commit 055864d33f

View file

@ -1,48 +1,50 @@
ZAP is a refactorment of the Zap Machine V0.3.2 from ApFab
It's more like a framework now.
todo ZAP
- add .htaccess file
# ZAP # ZAP
0.5.0 Continued developing with the way better structured ZAPV
- updated the search engines removed Yahoo, added Bing
## 0.9.0
- updated the search engines removed Yahoo and Bing, switched to Brave search
- optimized and updated the framework to work with PHP 8.5
# ZAPV # ZAPV
0.1.0 ZAP is a refactorment of the Zap Machine V0.3.2 from ApFab
It's more like a framework now.
## 0.1.0
- new public release of ZAP - new public release of ZAP
0.0.9 ## 0.0.9
- made logging dependent - made logging dependent
- made adult searches config dependent - made adult searches config dependent
0.0.8 ## 0.0.8
- refactored the ImgProcess class and removed code to two other classes - refactored the ImgProcess class and removed code to two other classes
- added ImgIOTools and ImgTools. They contain static functions - added ImgIOTools and ImgTools. They contain static functions
0.0.7 ## 0.0.7
- refactored the whole search engine part - refactored the whole search engine part
- made an interface for future implementations of other search engines - made an interface for future implementations of other search engines
0.0.6 ## 0.0.6
- added a Config class - added a Config class
0.0.5 ## 0.0.5
- split the search code to separate functions - split the search code to separate functions
- added ZAPCurl util class - added ZAPCurl util class
0.0.4 ## 0.0.4
- split the zap code to separate functions - split the zap code to separate functions
0.0.3 ## 0.0.3
- refactored all classes to more readable code - refactored all classes to more readable code
- created Session utils class - created Session utils class
0.0.2 ## 0.0.2
- created new index.php and front controller - created new index.php and front controller
- added conf.php and init.php - added conf.php and init.php
0.0.1 ## 0.0.1
- reworked frontend to separate html and js - reworked frontend to separate html and js