Skip to content

Commit

Permalink
✏️ Add changelog version 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Feb 18, 2024
1 parent 9b17ff2 commit dca4006
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/[locale]/changelog/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import MdxLayout from '@/components/mdx-layout'
import ChangelogHeader from '@/components/changelog-header'

<ChangelogHeader version="2.12.2" date="19 February 2024" hijriDate="9 Syaa'ban 1445" githubSlug="2.12.2+145" />

- Fix app **crashes on launch** on **Android 14+** devices if the homescreen widget was added. The crashed are caused because the app are trying
to schedule the widget update using [`setExact`](https://developer.android.com/reference/android/app/AlarmManager#setExact(int,%20long,%20android.app.PendingIntent)) alarm when the required [permission](https://developer.android.com/develop/background-work/services/alarms/schedule#using-schedule-exact-permission) is not granted by the user. Issue [#228](https://github.com/mptwaktusolat/app_waktu_solat_malaysia/issues/228)

<ChangelogHeader version="2.12.1" date="13 February 2024" hijriDate="3 Syaa'ban 1445" githubSlug="2.12.1+144" />

- Fix issue where some widget layout would shift due to missing `layout_weight` property.
Expand Down
2 changes: 1 addition & 1 deletion components/sections/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import LanguageChanger from "@/components/LanguageChanger";
import { Tooltip } from "react-tooltip";

const Hero = () => {
const latestVersion = "2.12.1";
const latestVersion = "2.12.2";
const { t } = useTranslation();
return (
<section className="relative">
Expand Down

0 comments on commit dca4006

Please sign in to comment.