Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Actual

We maintain an open source, self-hosted, web-based budgeting application.
Collective - Host: opensource - https://opencollective.com/actual - Website: https://actualbudget.org/ - Code: https://github.com/actualbudget

add dev theme to list (#1469)

github.com/actualbudget/actual - e1dc58d456573365344efb1da1de9e5eaffc483d authored over 1 year ago by Neil <[email protected]>
Initial port of react native edit transaction view (#1340)

* Set `role="button"` on downshift autocomplete items
This avoids content observation behavior ...

github.com/actualbudget/actual - e9137fccc728d5aaeb07df49d34d2dde4cbdd076 authored over 1 year ago by Jarek Samic <[email protected]>
Fix mobile account view (#1486)

github.com/actualbudget/actual - facc3acf314d2e369bf25e431f64ea8d9a5c4e0c authored over 1 year ago by Jarek Samic <[email protected]>
eslint rule for capturing colors/themes (#1482)

This is to prevent any further color changes added to PRs. This will
help prevent the darkTheme...

github.com/actualbudget/actual - c2d5d475b9202a994e79a723b3a9ede3949af327 authored over 1 year ago by Neil <[email protected]>
Add category spending report (#1382)

github.com/actualbudget/actual - e17d90ce5f723d0418da268e43d195ba28362b34 authored over 1 year ago by Johannes Löthberg <[email protected]>
Dark mode filters/rules/transactions (#1436)

github.com/actualbudget/actual - 9fed15f88b0e124cfbd663a4b233ee32c12ec02f authored over 1 year ago by Neil <[email protected]>
:bookmark: (23.8.1) fix nYNAB import, mobile colors and other smaller fixes (#240)

- web: https://github.com/actualbudget/actual/pull/1475
- server: https://github.com/actualbudg...

github.com/actualbudget/actual-server - 7cef3fe24b297443f6959f91c871594036d08d52 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bookmark: (23.8.1) fix nYNAB import, mobile colors and other smaller fixes (#260)

- web: https://github.com/actualbudget/actual/pull/1475
- server: https://github.com/actualbudg...

github.com/actualbudget/docs - ae2bedd681d2a4f4047503f5e38f7dee34ba6541 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bookmark: (23.8.1) fix nYNAB import, mobile colors and other smaller fixes (#1475)

- web: https://github.com/actualbudget/actual/pull/1475
- server: https://github.com/actualbudg...

github.com/actualbudget/actual - 4a9b30d4d540d016fde27014c38a14087596213d authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
[Bug] Goals: Monthly schedule can cause error (#1478)

The 'interval' value from the schedules is not set if the schedule is
monthly. This change will...

github.com/actualbudget/actual - 40d94141c4c4fdf066692688ef1b3047b985847d authored over 1 year ago by shall0pass <[email protected]>
[Bug]Goals: Applying templates would zero non-templated categories (#1464)

Using the Apply Template or Overwrite option would result in
non-templated categories being ove...

github.com/actualbudget/actual - 023badc39c40a7b366a6cc579afdb4966312822a authored over 1 year ago by shall0pass <[email protected]>
:bug: (schedules) fix showing balance of approximate transactions (#1473)

Closes #1328

Closes #1471

github.com/actualbudget/actual - e78430db627d926e83c5306c50217f2e67d5bea7 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:recycle: (crdt) adding more strict typings (#1461)

Making the `crdt` package fully TypeScript-strict.

github.com/actualbudget/actual - 8ee4768f58181652e232d908c7394e634121c347 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Goals: Schedule multi month forecasting (#1452)

References discord discussion starting here:
https://discord.com/channels/937901803608096828/94...

github.com/actualbudget/actual - c581a8016cb25ba2042ac79030ed6b83cc1abd77 authored over 1 year ago by shall0pass <[email protected]>
Fix titlebar transparent background (#1460)

Not much to this. Turns title bar from transparent to coincide with new
theme coloring.

github.com/actualbudget/actual - 293692d5c5d49fd971b0aa5139d08e2e67febe62 authored over 1 year ago by Neil <[email protected]>
:bug: (import) fix YNAB (and other) importers (#1462)

github.com/actualbudget/actual - 7b7e6e4db0b197b14f1077a6f131f481ec199433 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Fix the mobile footer color (#1456)

fix #1445

github.com/actualbudget/actual - cd54a2093edd7517731b88eb327de533ca9a4d16 authored over 1 year ago by Sean Tsai <[email protected]>
:bug: (schedules) fix creating schedules with the same name (#1463)

Closes #1375

github.com/actualbudget/actual - 92099dc7634679e9818be0bbb4989e0c8f7356f0 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Move big input component into Input.js, port some of the manager app to TS (#1431)

github.com/actualbudget/actual - 9d27379b2560d6036b3cb9ed2474f4c50cb4f366 authored over 1 year ago by Jed Fox <[email protected]>
Fix docs link (#258)

Fixes the link used in `/blog/rss.xml`

github.com/actualbudget/docs - 638a631405d676422fcf345d6cc5478120d82924 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Bugfix: remove select component inner scrollbar (#1458)

In some situations the text in the Select component will be too big,
which will make the inner ...

github.com/actualbudget/actual - b84546826f61147be781852201e14fd4ca331583 authored over 1 year ago by Sean Tsai <[email protected]>
:arrow_up: (crdt) upgrade murmurhash (#1438)

Upgrading murmurhash. The new version has TS types.

Apart from that, it looks pretty much the...

github.com/actualbudget/actual - 421aa65e6db32fc25387df80e1d5fccd7356734d authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:recycle: (crdt) adding more strict typings (#1437)

This PR has no functional changes. Only types are changing and getting
improved (more stricter)...

github.com/actualbudget/actual - fac3af63602ce2b941d9c07b63cf4c28d3364a53 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Add options on Import transactions screen to mark transactions as cleared/uncleared (#1451)

github.com/actualbudget/actual - a9d34dfcc89bf9f828d48040cf27a0ec063feb30 authored over 1 year ago by Khanh Nguyen <[email protected]>
Reports privacy filter (#1447)

<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write rel...

github.com/actualbudget/actual - 9bfbf229db31b97848d9d8e2a80f98de6f411857 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
Sentence case in menus (#1446)

<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write rel...

github.com/actualbudget/actual - 2d11c0f61e51904080345a5d097f25db8549ff48 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
Goals: Allow up to to consider spent values (#1448)

Resolves https://github.com/actualbudget/actual/issues/1443

github.com/actualbudget/actual - fe033d68cf2026db7875e431fc0f3745a3842e67 authored over 1 year ago by shall0pass <[email protected]>
Release note README link update (#1449)

The current link in the README directs to a github page that has a link
to the documentation pa...

github.com/actualbudget/actual - 64ad07b9db800bba66f17f5e3408f079a8ab4e89 authored over 1 year ago by shall0pass <[email protected]>
fix eye coloring (#1450)

Eye.js is currently set to a static color (black). This PR allows you to
change the color of th...

github.com/actualbudget/actual - e7f828824485f8ac56f3d3e485dee6824a23a266 authored over 1 year ago by Neil <[email protected]>
:bookmark: (23.8.0) stability improvements and new experimental features (#238)

- web: https://github.com/actualbudget/actual/pull/1444
- server: https://github.com/actualbudg...

github.com/actualbudget/actual-server - 496d60c3a7537cc583a4feab568b6ec4d77fdbdf authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bookmark: (23.8.0) stability improvements and new experimental features (#257)

- web: https://github.com/actualbudget/actual/pull/1444
- server: https://github.com/actualbudg...

github.com/actualbudget/docs - 732f1e9391024cc5f7f7e352d050014a04abcd09 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bookmark: (23.8.0) stability improvements and new experimental features (#1444)

- web: https://github.com/actualbudget/actual/pull/1444
- server: https://github.com/actualbudg...

github.com/actualbudget/actual - 5f9292019567b5a313a84355b13d49a94cfed1ea authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Update to the latest version of the size compare action (#1435)

Includes a few typographical improvements I PR’d.

(since the workflow is a `pull_request_targ...

github.com/actualbudget/actual - 907571bd83c105812e57c5421b4af7ef9035ff34 authored over 1 year ago by Jed Fox <[email protected]>
:fire: remove unused budgetMonth (#1432)

<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write rel...

github.com/actualbudget/actual - 5bc37379fc0e5cdc752b7c6b5bafec978f7e75d6 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: fix incorrect state slice usage (#1433)

<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write rel...

github.com/actualbudget/actual - 0d943516a3b1a30cd6176c58a70bb296f2b4c215 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: (crdt) export Clock as a type to fix warning (#1434)

github.com/actualbudget/actual - 5f76067190b9694da652a02d6cc62ec78760f5af authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Remove no-op applyFilter call (#1430)

`applyFilter` exits early if the filter is unchanged, so this call
doesn’t do anything.

github.com/actualbudget/actual - 81446fb4ef07bba4b1eac6e1d28426a7b6d69fba authored over 1 year ago by Jed Fox <[email protected]>
Include the schedule name when filtering schedules (#1429)

github.com/actualbudget/actual - edf2e32c98dcc4a1c79224cccb6843199652b80a authored over 1 year ago by Johannes Löthberg <[email protected]>
Search Bar Changes (#1408)

Co-authored-by: Jed Fox <[email protected]>

github.com/actualbudget/actual - 46af4556a9d150ec88874dde17eef3e960ca08ff authored over 1 year ago by Neil <[email protected]>
:bug: fix number formatter not listening to state changes (#1423)

Closes #1415

Fix number formatter not listening to state changes. This is not a fully
compre...

github.com/actualbudget/actual - d349354c9de398157afb8d10ba8ac1e9ca979c95 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: fix side-nav collapse/pin icon color (#1421)

Closes #1416

---------

Co-authored-by: Jed Fox <[email protected]>

github.com/actualbudget/actual - a3c59f1ec361031c017f28255fc56dd6eef31a41 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
♻️ (common) migrating to specific common component import paths pt4 (#1422)

Part 4 of the migration. Final moves.

Previous PR: https://github.com/actualbudget/actual/pul...

github.com/actualbudget/actual - 73289148dfe7f0b01870f9d9f002739f1dd7719a authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:recycle: (common) migrating to specific common component import paths pt3 (#1420)

Part 3 of the migration.

Part 2 here: https://github.com/actualbudget/actual/pull/1419

github.com/actualbudget/actual - abd7cf090a7f2cc2d5718746358322c0a1095868 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:recycle: (common) migrating to specific common component import paths pt2 (#1419)

Part 2 of the path migration. No functional changes.

Part 1: https://github.com/actualbudget/...

github.com/actualbudget/actual - 30d035f8c640ee080500fd9e1cd5dbbbc42f79bb authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Port the settings components to TS (#1405)

github.com/actualbudget/actual - e8b3419933286faea7829993380c1ad1dd0dccfa authored over 1 year ago by Jed Fox <[email protected]>
Move YNAB4/5 import code into loot-core (#1208)

github.com/actualbudget/actual - fd5ace58b40df324e172f0e4780ad77b40818884 authored over 1 year ago by Jed Fox <[email protected]>
:recycle: (common) migrating to specific common component import paths (#1418)

Just moving away from the barrel `common` export to a bit more specific
imports.

Part 1 of t...

github.com/actualbudget/actual - 60e5f1ae85b42237ee68fd510d378dd1da832e62 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: (electron) always show titlebar (#1417)

github.com/actualbudget/actual - 61d707482ad85d31ea025a6a74597f915c28b079 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
chore: add more concrete types to `loot-core` (#1186)

github.com/actualbudget/actual - 26d0bda8b29f881c6be25159d01a1bfad2a6fedc authored over 1 year ago by Tom French <[email protected]>
:fire: (nordigen) removing env var/config file support (#235)

Removing env var/config file support for Nordigen secrets. These have
been migrated to the new ...

github.com/actualbudget/actual-server - ce8d53a513bad9989e747404724caebcedbca691 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Goals: add blurb for previous flag, clean up confusing note (#253)

Matches [#1403](https://github.com/actualbudget/actual/pull/1403)

Tweaked some things that I ...

github.com/actualbudget/docs - 8cebea3a2535a4987cb57a67588447d32bb68a05 authored over 1 year ago by youngcw <[email protected]>
Update node-fetch in the API to fix connection drop issue (#1397)

github.com/actualbudget/actual - a99e88b46cb6253b0cdcffd935295be8d91491b9 authored over 1 year ago by Jed Fox <[email protected]>
:recycle: moving P, useStableCallback, AnchorLink common components (#1413)

Moving the code to separate files. Functionally should be no
differences.

github.com/actualbudget/actual - 9fd4e6c8f7888d0678b98095c8a86f7be5f22095 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Add Indian numbering format (#1412)

github.com/actualbudget/actual - 410dbbc8b1962dd5625a59070e7ca4ee1f5def04 authored over 1 year ago by Sid Vishnoi <[email protected]>
Goals: add flag to percent goals to use previous month income instead of this months (#1403)

This is a more elegant way of implementing a month ahead version of the
percent goals. To use i...

github.com/actualbudget/actual - 9273a0abcfec27c78413960dcb56ec3bebf387df authored over 1 year ago by youngcw <[email protected]>
Goals: fix remaining funds calculation (#1410)

Fixes #1409. This makes the template processing not include previously
budgeted funds in the re...

github.com/actualbudget/actual - f68cb4ae13ea21b39a471ade7dac8a87c526ba8c authored over 1 year ago by youngcw <[email protected]>
Fix typo in handle-feature-requests.js (#1411)

github.com/actualbudget/actual - e7d8fdf5904685aad9a46b0dd5dc564236e54014 authored over 1 year ago by Jed Fox <[email protected]>
More typing improvements for Redux-related code (#1404)

github.com/actualbudget/actual - 9ef5fd12e06cab880ed61126720f3fab9b91a439 authored over 1 year ago by Jed Fox <[email protected]>
Fix Sorting/Balance interactions (#1406)

github.com/actualbudget/actual - 2c69af21493e4b1ffb354c3940b82d57d28c7ed2 authored over 1 year ago by Neil <[email protected]>
Goals: fix leftover 1 cent in remainder goal (#1400)

github.com/actualbudget/actual - 5dd59c0053a6e9123efea525e3a103f7e68436df authored over 1 year ago by youngcw <[email protected]>
Add per-category button to fill budget cells, including Goal template support (#1350)

github.com/actualbudget/actual - ebc943bd705dfcb80899512e40d527ae716a017c authored over 1 year ago by shall0pass <[email protected]>
Rewrite managing credit cards page (#252)

github.com/actualbudget/docs - 5787ae51e5404fe807adaf345e50eed5eb42422e authored over 1 year ago by Johannes Löthberg <[email protected]>
Refactor buttons a bit, enable dark mode (#1395)

github.com/actualbudget/actual - ee3d995117852742914884cdfa9bb39fe776836e authored over 1 year ago by Jed Fox <[email protected]>
Improve messaging when the API fails to download a file (#1396)

github.com/actualbudget/actual - 9c527e3fce38f6bece55123c75ae2ac32e113d09 authored over 1 year ago by Jed Fox <[email protected]>
:recycle: rename nordigen to gocardless (#231)

Just renaming things from Nordigen to Gocardless.

github.com/actualbudget/actual-server - 20c2f1950b4a985a80d60c85152e6d8895dedee0 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Adapt the top level components to dark mode (#1391)

Co-authored-by: biohzrddd <[email protected]>

github.com/actualbudget/actual - b8c90aa8d52a20b70bafc2f33f5b2a3aace670b0 authored over 1 year ago by Jed Fox <[email protected]>
Exclude “isbetween” op from the filter UI (#1389)

github.com/actualbudget/actual - f6c5769d477caf816289fab4e65ce72ccdff0916 authored over 1 year ago by Jed Fox <[email protected]>
Consistency improvements for <AnimatedLoading> (#1390)

github.com/actualbudget/actual - c06b1badc4315bb8878a1e4bda59337914637a1d authored over 1 year ago by Jed Fox <[email protected]>
Delete table navigator from rules page (#1342)

github.com/actualbudget/actual - 94a6b53f4abf6694cc42f4d09dc4e445539a5645 authored over 1 year ago by Sean Tsai <[email protected]>
Remove double scrollbar as the screen is big enough (#1385)

github.com/actualbudget/actual - 1d60635e3bb960ee1cac5704471e9746c13b59d7 authored over 1 year ago by Sean Tsai <[email protected]>
Correct the width of StatusCell (#1380)

github.com/actualbudget/actual - a84f009ad96f95a24ef529587e1229204c43ed4e authored over 1 year ago by Jed Fox <[email protected]>
Move saveScrollWidth call to layout effect (#1366)

github.com/actualbudget/actual - c6e480e89c5ad3bbbf355becd160f31d3942c81d authored over 1 year ago by Jed Fox <[email protected]>
Add support for importing the first row of a CSV file without a header row (#1373)

github.com/actualbudget/actual - af53f06eac32ff4ea4bc8342d1bd62261c29d5c7 authored over 1 year ago by Jed Fox <[email protected]>
Update coloring of newly added icons (#1378)

github.com/actualbudget/actual - 93a6df362c7e1106eee8ccc1fa3226e09b0832b8 authored over 1 year ago by Jed Fox <[email protected]>
Fix documentation for keeping negative balances in a category (#241)

github.com/actualbudget/docs - 8a9803fc5f827cb4f18e2fee773c7e770c725a64 authored over 1 year ago by Johannes Löthberg <[email protected]>
Storing start month in user prefs (#1237)

github.com/actualbudget/actual - 9a80a006cef1fcf71e66c223c69a5e775496be0e authored over 1 year ago by Jack <[email protected]>
Add "not" checkbox for string filters (#1287)

github.com/actualbudget/actual - a3e997137919c8784384e409558c3861481a5237 authored over 1 year ago by Neil <[email protected]>
Begin integrating support for themes (#1367)

github.com/actualbudget/actual - ac0d17e57e81f0f57180f9b8e596b5290cdbf23b authored over 1 year ago by Jed Fox <[email protected]>
Update the text of the comment posted when closing feature requests (#1374)

The change isn’t so new anymore so I’ve updated the comment to recognize
that.

github.com/actualbudget/actual - b9f0b0d1d7afa7a8f228daf9730eee49ae0433db authored over 1 year ago by Jed Fox <[email protected]>
Include scheduled transactions for the month in Account's running balance (#1354)

github.com/actualbudget/actual - 7340b48b706d8edf2aac79fffd17c2aa937e96c0 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
Add support for parsing TSV files using the CSV logic (#1372)

github.com/actualbudget/actual - 6146d659cc8706c44d8daaf72367dd3dc9984915 authored over 1 year ago by Jed Fox <[email protected]>
Improve clarity of informational message in “merge unused payees” modal (#1371)

github.com/actualbudget/actual - d757ffd641ce541af334dd9aef944a7f3ee83018 authored over 1 year ago by Jed Fox <[email protected]>
Update to the latest SVGR version & re-generate all icons (#1368)

Co-authored-by: biohzrddd <[email protected]>

github.com/actualbudget/actual - 5cd6b6b7c5c246225646a1c446431c4751b85b39 authored over 1 year ago by Jed Fox <[email protected]>
Fix onExpose is not a function error (#1362)

github.com/actualbudget/actual - ec42dad728e69be5fc8d72b4338e68554534685c authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
Further reduce bundle size by code splitting out pages that are only used on desktop/mobile (#1240)

github.com/actualbudget/actual - a97b36ebddb97cdcf356fb239ba55f452860f51f authored over 1 year ago by Jed Fox <[email protected]>
build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#230)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3
to 1.2.4.
<details>
...

github.com/actualbudget/actual-server - 723d9cd62c7c7168f5bb6436e1e424f58d3f8b2f authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Goals: Implement goals in Report Budget (#1329)

github.com/actualbudget/actual - 717de22f583dbeb79f3ad5c8d7b8fe9d8a1701d5 authored over 1 year ago by shall0pass <[email protected]>
Issue 236 - Settings page images missing highlighted callouts (#249)

github.com/actualbudget/docs - 894b1374324dc78224fbcc24ba8adbd85c2b9ae1 authored over 1 year ago by Michael Gillett <[email protected]>
spelling error in FixSplit.js (#1363)

github.com/actualbudget/actual - d91d062c963955a81128e7513b097e4dfd5b313c authored over 1 year ago by Michael Gillett <[email protected]>
:recycle: (Nordigen) rename to GoCardless (#1361)

Renaming all occurrences of Nordigen to GoCardless

github.com/actualbudget/actual - 63d48032c583ae3f1f245c92ed4f27d88d809839 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Add clear typings to the modals (#1359)

github.com/actualbudget/actual - f329fe21af6d055b3fb9c90adee0df1c9f782377 authored over 1 year ago by Jed Fox <[email protected]>
Privacy mode (#1272)

github.com/actualbudget/actual - ba2de7ece5ae048beb55f96d40bce19a9fd8b718 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
Sort Transactions on Accounts Page (#1232)

github.com/actualbudget/actual - 77ef86413d2abbf385389199e272ade2a50847fb authored over 1 year ago by Neil <[email protected]>
Add typings to most of the Redux logic (#1269)

github.com/actualbudget/actual - 2860837741d862bedcdfbcf9d39a3e3d14822a08 authored over 1 year ago by Jed Fox <[email protected]>
Fix clicking enter will create empty transaction (#1316)

fix #1301

After the change, upper components will not detect the press enter event
before th...

github.com/actualbudget/actual - e6acf526385e8f56775790eb098feb331bc80f43 authored over 1 year ago by Sean Tsai <[email protected]>
Remove author from electron package.json (#1281)

I _think_ this no longer applies?

github.com/actualbudget/actual - 4c9dbcb96d55d1fb514259f3291d84f2ccaffc60 authored over 1 year ago by Shazib Hussain <[email protected]>
⬆️ (nordigen-node) upgrade to v1.2.6 (#229)

1. upgrade `nordigen-node` to 1.2.6 (which uses the new gocardless
domain)
2. allow accessing ...

github.com/actualbudget/actual-server - 1de788ea68c4fcc9f66a179d35834a4c5547b443 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Remove bottom border radius from the payee table (#1334)

github.com/actualbudget/actual - 617892eb937bd945d6e14fdcc4a4156b68b90192 authored over 1 year ago by Jed Fox <[email protected]>
Rename <CustomSelect> to <Select> (#1348)

github.com/actualbudget/actual - 986dc6c1c004e3d54482695c0c8c14650e8e344a authored over 1 year ago by Jed Fox <[email protected]>
Goals: Fix calculated fill when using multiple 'up to' statements in different priority levels (#1312)

github.com/actualbudget/actual - a7e7ff61ef1223babf8ccdfb962a24ed0d1eebd5 authored over 1 year ago by shall0pass <[email protected]>