Revisit CHANGELOG

This commit is contained in:
0x1eef 2024-09-14 06:29:13 -03:00
parent 4573fbae0e
commit 06ae1173b6

View file

@ -6,13 +6,12 @@
Fix multiple issues with the render of ~_opengraph.html.erb~ Fix multiple issues with the render of ~_opengraph.html.erb~
**** Replace font-size rules with tail.css classes **** Replace font-size rules with tail.css classes
This change replaces custom 'font-size' rules with standard Replace custom 'font-size' rules with standard tail.css
tail.css classes (eg text-lg, etc) classes (eg text-lg)
**** Remove ~mada-regular.ttf~ **** Remove ~mada-regular.ttf~
With this change, the Arabic font is now based on The Arabic font is now based on standard web fonts rather than
standard web fonts rather than a custom font obtained a custom fonts.google.com font
from fonts.google.com
**** Add ~src/js/main/vendor.ts~ **** Add ~src/js/main/vendor.ts~
The new vendor entry point bundles preact, and other The new vendor entry point bundles preact, and other
@ -25,39 +24,37 @@ with a smaller footprint. This change is an improvement
imported from the ~kaios/main~ branch imported from the ~kaios/main~ branch
**** Change default ~audio.base_url~ **** Change default ~audio.base_url~
This change sets the default audio URL to Set the default audio URL to
https://audio.al-quran.reflectslight.io/rifai https://audio.al-quran.reflectslight.io/rifai
**** Improve KaiOS support **** Improve KaiOS support
This change optimizes the layout for KaiOS devices through Optimize the layout for KaiOS devices through specialized
specialized media queries. A new branch (~kaios/main~) will media queries. A new branch (~kaios/main~) will focus on
focus on KaiOS support KaiOS support
**** Add ~etc/~ **** Add ~etc/~
This change moves a large portion of the website's configuration Move a large portion of the website's configuration files to
files to the ~/etc~ directory the ~/etc~ directory
** v0.9.0 ** v0.9.0
**** Add ~share/al-quran.reflectslight.io/documentation/~ **** Add ~share/al-quran.reflectslight.io/documentation/~
This change replaces ~share/doc/al-quran.reflectslight.io~ Replace ~share/doc/al-quran.reflectslight.io~
**** Add new recitation **** Add new recitation
A new recitation by Hani ar-Rifai has been added Add a new recitation by Hani ar-Rifai
**** Replace ~opengraph.rb~ with ~_opengraph.html.erb~ **** Replace ~opengraph.rb~ with ~_opengraph.html.erb~
This change simplifies how we render opengraph-related meta tags Simplify how we render opengraph meta tags
**** Move to nodejs for scss compiler **** Move to nodejs for scss compiler
This change replaces the deprecated Ruby scss compiler with the Replace the deprecated Ruby scss compiler with the nodejs compiler
nodejs compiler
**** Add ~audio.base_url~ to nanoc.yaml **** Add ~audio.base_url~ to nanoc.yaml
This change provides increased flexibility in how the website Provide extra flexibility for audio content
serve audio files
**** Rename packages/typescript/Quran/ properties **** Rename packages/typescript/Quran/ properties
This change introduces urlName, translitName to Surah objects Introduce urlName, translitName to Surah objects
**** eslint upgrade **** eslint upgrade
This change migrates to the most recent version of eslint (^9.8) Migrate to the most recent version of eslint (^9.8)