[PR #3823] [MERGED] 🐛 Fix iphone 13 unable to use regex lookbehinds #5076

Closed
opened 2026-02-28 21:05:34 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3823
Author: @MikesGlitch
Created: 11/11/2024
Status: Merged
Merged: 11/12/2024
Merged by: @MikesGlitch

Base: masterHead: fix/iphone13-regex


📝 Commits (2)

  • 953b126 fix iphone 13 unable to use regex lookbehinds
  • 000fb0c release notes

📊 Changes

2 files changed (+19 additions, -3 deletions)

View changed files

📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+13 -3)
upcoming-release-notes/3823.md (+6 -0)

📄 Description

Support post: https://discord.com/channels/937901803608096828/1304951796715884644

Iphone 13 cannot use Regex lookbehinds. https://caniuse.com/?search=Lookbehind

This was stopping users from opening the app on Iphone 13.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3823 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@MikesGlitch](https://github.com/MikesGlitch) **Base:** `master` ← **Head:** `fix/iphone13-regex` --- ### 📝 Commits (2) - [`953b126`](https://github.com/actualbudget/actual/commit/953b126b9459a3c6aabf85ac15e14cc919548b64) fix iphone 13 unable to use regex lookbehinds - [`000fb0c`](https://github.com/actualbudget/actual/commit/000fb0cafadce9656261222bdfb706c616f64c8b) release notes ### 📊 Changes **2 files changed** (+19 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+13 -3) ➕ `upcoming-release-notes/3823.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Support post: https://discord.com/channels/937901803608096828/1304951796715884644 Iphone 13 cannot use Regex lookbehinds. https://caniuse.com/?search=Lookbehind This was stopping users from opening the app on Iphone 13. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:05:34 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5076