mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
* Add unfiltered median projection type to crossover report Signed-off-by: Jonathon Jongsma <jonathon@quotidian.org> * Add a new 'mean' projection type to crossover report Some people may want to use the average monthly expenses rather than median expenses. Signed-off-by: Jonathon Jongsma <jonathon@quotidian.org> * Remove 'linear trend' from crossover report The linear projection type almost never provides any useful information for projecting future expenses. For example, if my expenses have been declining for the past several months, that doesn't mean that they will continue to decline until they reach 0 in retirement. It's way too easy to receive a nonsense projection with the linear projection type. Just remove it. Signed-off-by: Jonathon Jongsma <jonathon@quotidian.org> * Add release notes for crossover point projections Signed-off-by: Jonathon Jongsma <jonathon@quotidian.org> * [autofix.ci] apply automated fixes --------- Signed-off-by: Jonathon Jongsma <jonathon@quotidian.org> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>