Changelog
v1.17.3
Mar 28, 2025- CVE internal link on articles
- Fix analytics script which was blocked by security headers
v1.17.2
Mar 28, 2025- Fix responsive design on stats page
v1.17.1
Mar 28, 2025- Add Topic Cards and CVEs stats
v1.17.0
Mar 28, 2025- Add CVEs and CVE pages
v1.16.2
Mar 28, 2025- Add security headers
v1.16.1
Mar 27, 2025- Add style on article tables
v1.16.0
Mar 27, 2025- Add URL parameter for search management
- Add URL parameter for pagination management
- Add URL parameter for active tab management
- Include search bar on videos, podcast and reddit tabs
- Update dependencies
v1.15.2
Mar 25, 2025- Add AI content disclaimer
- Fix responsive design on article page
v1.15.1
Mar 23, 2025- Add period to popular articles
- Handle notifications properly with a generic toast
v1.15.0
Mar 23, 2025- Add popular section on homepage
- Add article views
- Semantic HTML warnings fix
v1.14.2
Mar 22, 2025- Fix responsive design on search bar
- Fix duplicate h1 html tag
- Add h1 tag on homepage
- Change font of h1 in sidebar
v1.14.1
Mar 22, 2025- The reddit links in the resources section are not clickable
- The search bar on mobile is not displayed properly
- Updating dependencies
v1.14.0
Mar 22, 2025- Add Reddit posts to the homepage
- New homepage layout
- Add pagination to the dedicated reddit, podcasts and videos pages
v1.13.0
Mar 21, 2025- Before version 1.13, each image on the listing page was fetched from the link preview API. This was a very slow process and not very efficient. To improve performance and reduce the number of requests to the link preview API, the images are now fetched from the database. An external script is used to fetch the images from the link preview API and save them in the database. If the link preview API does not return any image, the script generates them using Stable Diffusion.
v1.12.1
Mar 21, 2025- Typo in sidebar
v1.12.0
Mar 21, 2025- Add changelog page
- Add legal terms page
v1.11.3
Mar 20, 2025- Try to improve performance using cache
v1.11.2
Mar 20, 2025- Load less articles on homepage
v1.11.1
Mar 19, 2025- Loader not in the right position on desktop
v1.11.0
Mar 19, 2025- New homepage
v1.10.0
Mar 14, 2025- Add rate limiting
v1.9.0
Mar 14, 2025- Add new loader
- Add missing schema
v1.8.1
Mar 13, 2025- Missing dependencies
v1.8.0
Mar 13, 2025- Add CyberHub stats data
v1.7.3
Mar 12, 2025- Responsive problem on listing page
v1.7.2
Mar 7, 2025- Change contact email
v1.7.1
Mar 7, 2025- Various adjustments on stats page
v1.7.0
Mar 7, 2025- Add statistics page
v1.6.3
Mar 7, 2025- Fix responsive design on topic cards page
v1.6.2
Mar 3, 2025- Add ASCII art in console
v1.6.1
Mar 3, 2025- Fix pagination with Telegram button
v1.6.0
Mar 3, 2025- Add Telegram button on webpage
v1.5.4
Mar 3, 2025- Add transactions in API routes
v1.5.3
Mar 3, 2025- Sanitize data before display
v1.5.2
Mar 3, 2025- Add Zod validation
v1.5.1
Mar 3, 2025- Add index in ORM and fix article tags bug
v1.5.0
Mar 2, 2025- Add related content to topic cards
v1.4.2
Mar 2, 2025- Improve readability of long articles
v1.4.1
Mar 2, 2025- Implement new pagination system
v1.4.0
Mar 2, 2025- Add Reddit sources
v1.3.0
Mar 2, 2025- Add topic cards pages
v1.2.6
Feb 26, 2025- Format categories in the endpoint
v1.2.5
Feb 25, 2025- Format tags
- Implement category search
- Add category tags on article page
- Add tags on listing page
- Implement category system in ORM
v1.2.4
Feb 25, 2025- Add manifest, icons and improve SEO
v1.2.3
Feb 25, 2025- Update site description
v1.2.2
Feb 25, 2025- Change project name
v1.2.1
Feb 25, 2025- Update license
v1.2.0
Feb 23, 2025- Add related articles
v1.1.6
Feb 23, 2025- Fix API request error
v1.1.5
Feb 23, 2025- Remove time display and update spinner
v1.1.4
Feb 23, 2025- Add disclaimer
v1.1.3
Feb 23, 2025- Make pagination responsive
v1.1.2
Feb 23, 2025- Code refactoring, cleaning, update about page
- Fix sitemap
- Add security.txt
- Add preview image
v1.1.1
Feb 22, 2025- Add analytics
v1.1.0
Feb 22, 2025- Improve SEO
- Fix build issues
- Add version in sidebar
- Add about page
- Add search bar
- Add article page
- Build listing page
- Add Husky, lint-staged, Prettier and ESLint
v1.0.0
Feb 22, 2025- Initial commit