Skip to content

Commit

Permalink
📝 Add changelog for release 2.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jan 19, 2025
1 parent 0564048 commit 1b5ed7e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions app/[locale]/changelog/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
import MdxLayout from '@/components/mdx-layout'
import ChangelogHeader from '@/components/changelog-header'

<ChangelogHeader version="2.12.7" date="19 January 2025" githubSlug="2.12.6+151" hijriDate="19 Rejab 1446"/>

- Enabled **additional times** (Syuruk, Imsak & Dhuha) by default.

I received frequent feedback asking
to display the Syuruk/Imsak/Dhuha times. The app alread supports that and can be enabled in the settings. But perhaps
some users don't how to to change the settings. Hence, we make it on by default. Users can still change this setting
in the settings page. Related to issue [#171](https://github.com/mptwaktusolat/app_waktu_solat_malaysia/issues/171)
- Add **grid view** layout on tablets & phone landscape. Related issue [#175](https://github.com/mptwaktusolat/app_waktu_solat_malaysia/issues/175)
- Updated localizations for better language support
- Fixed issue with GitHub URL on Feedback Page
- Upgraded dependencies for improved performance and stability

<ChangelogHeader version="2.12.6" date="11 October 2024" githubSlug="2.12.6+151" hijriDate="8 Rabi'ulakhir 1446"/>

- Add timezone checker (A banner will appear if device timezone is not same as Malaysia's)
Expand Down
2 changes: 1 addition & 1 deletion components/changelog-header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function ChangelogHeader(props) {
className="inline-flex space-x-6 invisible group-hover/item:visible"
>
<span className="inline-flex items-baseline px-3 py-1 text-xs font-semibold leading-6 text-cyan-600 dark:text-cyan-400">
<span>Open in GitHub </span>
<span>GitHub </span>
<span>&nbsp;&nbsp;</span>
<span>
<FaExternalLinkAlt />
Expand Down
2 changes: 1 addition & 1 deletion components/sections/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const Footer = () => {
Privacy Policy &middot; Map &middot; API &middot; Help
</p> */}
<p className="mt-10 text-center text-xs leading-5 text-gray-500">
&copy; 2024{" "}
&copy; 2025{" "}
<a
data-tooltip-id="footer-tooltip"
data-tooltip-content="👀"
Expand Down

0 comments on commit 1b5ed7e

Please sign in to comment.