Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 (25.1.0) #4095

Merged
merged 2 commits into from
Jan 7, 2025
Merged

🔖 (25.1.0) #4095

merged 2 commits into from
Jan 7, 2025

Conversation

jfdoming
Copy link
Contributor

@jfdoming jfdoming commented Jan 5, 2025

@actual-github-bot actual-github-bot bot changed the title 🔖 (25.1.0) [WIP] 🔖 (25.1.0) Jan 5, 2025
Copy link

netlify bot commented Jan 5, 2025

Deploy Preview for actualbudget ready!

Name Link
🔨 Latest commit 107180b
🔍 Latest deploy log https://app.netlify.com/sites/actualbudget/deploys/677ae24f87707e0008079cea
😎 Deploy Preview https://deploy-preview-4095.demo.actualbudget.org
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

github-actions bot commented Jan 5, 2025

Here are the automatically generated release notes!

Version: v25.1.0

#### Features

- [#3828](https://github.com/actualbudget/actual/pull/3828) Added Calendar report — thanks @lelemm
- [#3847](https://github.com/actualbudget/actual/pull/3847) Added ability to duplicate budgets. — thanks @tlesicka
- [#3878](https://github.com/actualbudget/actual/pull/3878) Add support for authentication using OpenID Connect. — thanks @apilat & @lelemm

#### Enhancements

- [#3703](https://github.com/actualbudget/actual/pull/3703) Add button to go to current month in budget view — thanks @UnderKoen
- [#3775](https://github.com/actualbudget/actual/pull/3775) Position context menus on the to budget page to the cursor, and make popovers non selectable. — thanks @UnderKoen
- [#3776](https://github.com/actualbudget/actual/pull/3776) Add context menus to custom reports dashboard — thanks @UnderKoen
- [#3777](https://github.com/actualbudget/actual/pull/3777) Add context menu's on the sidebar account names and the budget name at the top left. — thanks @UnderKoen
- [#3855](https://github.com/actualbudget/actual/pull/3855) Dashboards: sort pie-chart according to balances; add more spacing for labels. — thanks @MatissJanis
- [#3891](https://github.com/actualbudget/actual/pull/3891) Filter accounts when on budget or off budget — thanks @lelemm
- [#3895](https://github.com/actualbudget/actual/pull/3895) Add more logging for GoCardless rate limit information — thanks @matt-fidd
- [#3900](https://github.com/actualbudget/actual/pull/3900) Add loading indicator when loading more transactions in mobile transaction list. — thanks @joel-jeremy
- [#3970](https://github.com/actualbudget/actual/pull/3970) Extend fix splits tool to report splits with mismatched amounts — thanks @matt-fidd
- [#4028](https://github.com/actualbudget/actual/pull/4028) Allow negatives in budget templates. — thanks @UnderKoen

#### Bugfix

- [#3880](https://github.com/actualbudget/actual/pull/3880) Fix bug where menu option icon disappearing completely on certain screen sizes. — thanks @ericji1326
- [#3906](https://github.com/actualbudget/actual/pull/3906) Fix bug where category labels are not scaling correctly on small screens — thanks @annechoww
- [#3941](https://github.com/actualbudget/actual/pull/3941) Fix UI issue with bank sync being stuck if no data from server. — thanks @psybers
- [#3942](https://github.com/actualbudget/actual/pull/3942) Fix misaligned gocardless credential popover. — thanks @MatissJanis
- [#3943](https://github.com/actualbudget/actual/pull/3943) Fix rule creation throwing error for "notes contains (nothing)" condition. — thanks @MatissJanis
- [#3944](https://github.com/actualbudget/actual/pull/3944) Fix tracking budget docs link in settings. — thanks @adamhl8
- [#3958](https://github.com/actualbudget/actual/pull/3958) Prevent schedules with null amounts from crashing the app — thanks @matt-fidd
- [#3962](https://github.com/actualbudget/actual/pull/3962) Fix iOS mobile navigation tabs disappearing on bouncing top and appearing on bouncing bottom. — thanks @mbaeuerle
- [#3985](https://github.com/actualbudget/actual/pull/3985) Fix space missing on create local account copy — thanks @talkintomato
- [#4009](https://github.com/actualbudget/actual/pull/4009) Fix incorrect boldening of synced accounts in the sidebar — thanks @matt-fidd
- [#4010](https://github.com/actualbudget/actual/pull/4010) Fix goal templates not applying in tracking budget — thanks @youngcw
- [#4038](https://github.com/actualbudget/actual/pull/4038) Fix loading of number format preferences at app startup — thanks @jfdoming
- [#4056](https://github.com/actualbudget/actual/pull/4056) Fix payee cell overflowing when it contains an icon — thanks @matt-fidd
- [#4066](https://github.com/actualbudget/actual/pull/4066) Fix spend template not repeating — thanks @youngcw
- [#4068](https://github.com/actualbudget/actual/pull/4068) Fix mobile hold for next month using negative amount by default — thanks @matt-fidd
- [#4070](https://github.com/actualbudget/actual/pull/4070) Fix regression in hover effect for icons — thanks @jfdoming
- [#4073](https://github.com/actualbudget/actual/pull/4073) Fix calendar report day background color in development theme — thanks @matt-fidd
- [#4077](https://github.com/actualbudget/actual/pull/4077) Fix schedule split template amounts — thanks @jfdoming

#### Maintenance

- [#3879](https://github.com/actualbudget/actual/pull/3879) Optimize useSheetValue hook — thanks @joel-jeremy
- [#3893](https://github.com/actualbudget/actual/pull/3893) Use useTranslation hook instead of directly importing t function from i18next — thanks @joel-jeremy
- [#3899](https://github.com/actualbudget/actual/pull/3899) Convert BudgetTable.jsx to TypeScript — thanks @joel-jeremy
- [#3903](https://github.com/actualbudget/actual/pull/3903) Use consistent terms for on budget accounts i.e. `For budget`/`Budgeted` --> `On budget`. — thanks @joel-jeremy
- [#3911](https://github.com/actualbudget/actual/pull/3911) Remove usage of useActions hook — thanks @joel-jeremy
- [#3945](https://github.com/actualbudget/actual/pull/3945) Migrate useSplitsExpanded to TypeScript — thanks @dkhalife
- [#3959](https://github.com/actualbudget/actual/pull/3959) Migrate CategoryTransactions to TypeScript — thanks @dkhalife
- [#3987](https://github.com/actualbudget/actual/pull/3987) Upgrade better-sqlite3 to v11.7 — thanks @matt-fidd
- [#4002](https://github.com/actualbudget/actual/pull/4002) Upload translations after changes are merged — thanks @jfdoming
- [#4042](https://github.com/actualbudget/actual/pull/4042) Add electron build files to eslint ignore list — thanks @matt-fidd

@jfdoming jfdoming changed the title [WIP] 🔖 (25.1.0) 🔖 (25.1.0) Jan 5, 2025
Copy link
Contributor

coderabbitai bot commented Jan 5, 2025

Walkthrough

This pull request involves updating the version numbers for three packages within the Actual application ecosystem: @actual-app/api, @actual-app/web, and desktop-electron. The version has been consistently incremented from 24.12.0 to 25.1.0 across these packages. This appears to be a coordinated version bump that likely represents a new release or milestone for the application. No other changes to package configurations, dependencies, or scripts were observed in the diff.

Possibly related PRs

  • 🔖 (24.12.0) #3931: Previous version update of the @actual-app/api package from 24.11.0 to 24.12.0, which is directly connected to the current version increment

Suggested reviewers

  • youngcw
  • matt-fidd

📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 832fd1e and 107180b.

⛔ Files ignored due to path filters (41)
  • upcoming-release-notes/3703.md is excluded by !**/*.md
  • upcoming-release-notes/3775.md is excluded by !**/*.md
  • upcoming-release-notes/3776.md is excluded by !**/*.md
  • upcoming-release-notes/3777.md is excluded by !**/*.md
  • upcoming-release-notes/3828.md is excluded by !**/*.md
  • upcoming-release-notes/3847.md is excluded by !**/*.md
  • upcoming-release-notes/3855.md is excluded by !**/*.md
  • upcoming-release-notes/3878.md is excluded by !**/*.md
  • upcoming-release-notes/3879.md is excluded by !**/*.md
  • upcoming-release-notes/3880.md is excluded by !**/*.md
  • upcoming-release-notes/3891.md is excluded by !**/*.md
  • upcoming-release-notes/3893.md is excluded by !**/*.md
  • upcoming-release-notes/3895.md is excluded by !**/*.md
  • upcoming-release-notes/3899.md is excluded by !**/*.md
  • upcoming-release-notes/3900.md is excluded by !**/*.md
  • upcoming-release-notes/3903.md is excluded by !**/*.md
  • upcoming-release-notes/3906.md is excluded by !**/*.md
  • upcoming-release-notes/3911.md is excluded by !**/*.md
  • upcoming-release-notes/3941.md is excluded by !**/*.md
  • upcoming-release-notes/3942.md is excluded by !**/*.md
  • upcoming-release-notes/3943.md is excluded by !**/*.md
  • upcoming-release-notes/3944.md is excluded by !**/*.md
  • upcoming-release-notes/3945.md is excluded by !**/*.md
  • upcoming-release-notes/3958.md is excluded by !**/*.md
  • upcoming-release-notes/3959.md is excluded by !**/*.md
  • upcoming-release-notes/3962.md is excluded by !**/*.md
  • upcoming-release-notes/3970.md is excluded by !**/*.md
  • upcoming-release-notes/3985.md is excluded by !**/*.md
  • upcoming-release-notes/3987.md is excluded by !**/*.md
  • upcoming-release-notes/4002.md is excluded by !**/*.md
  • upcoming-release-notes/4009.md is excluded by !**/*.md
  • upcoming-release-notes/4010.md is excluded by !**/*.md
  • upcoming-release-notes/4028.md is excluded by !**/*.md
  • upcoming-release-notes/4038.md is excluded by !**/*.md
  • upcoming-release-notes/4042.md is excluded by !**/*.md
  • upcoming-release-notes/4056.md is excluded by !**/*.md
  • upcoming-release-notes/4066.md is excluded by !**/*.md
  • upcoming-release-notes/4068.md is excluded by !**/*.md
  • upcoming-release-notes/4070.md is excluded by !**/*.md
  • upcoming-release-notes/4073.md is excluded by !**/*.md
  • upcoming-release-notes/4077.md is excluded by !**/*.md
📒 Files selected for processing (3)
  • packages/api/package.json (1 hunks)
  • packages/desktop-client/package.json (1 hunks)
  • packages/desktop-electron/package.json (1 hunks)
✅ Files skipped from review due to trivial changes (3)
  • packages/api/package.json
  • packages/desktop-electron/package.json
  • packages/desktop-client/package.json

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@jfdoming jfdoming merged commit 82e1922 into master Jan 7, 2025
3 checks passed
@jfdoming jfdoming deleted the release/v25.1.0 branch January 7, 2025 06:06
@leikoilja
Copy link

nice, thanks for a new release 🚀
not sure if that's intentional or not, but there are release notes missing over https://actualbudget.org/docs/releases/

jfdoming added a commit to actualbudget/docs that referenced this pull request Jan 7, 2025
@jfdoming
Copy link
Contributor Author

jfdoming commented Jan 7, 2025

nice, thanks for a new release 🚀 not sure if that's intentional or not, but there are release notes missing over https://actualbudget.org/docs/releases/

Yep, I kicked off the release job pretty late for me, and I wanted to do a test deploy before I published the release 😓

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants