Logo
Explore Help
Sign In
gavin/maybe
1
0
Fork 0
You've already forked maybe
Code Issues Pull Requests Actions Packages Projects Releases 28 Wiki Activity

28 Releases 29 Tags

RSS Feed
  • v0.1.0-alpha.8 320954282a
    Compare

    v0.1.0-alpha.8 Pre-Release

    zachgoll released this 2024-06-29 05:22:26 +08:00 | 988 commits to main since this release

    What's Changed

    • Unify primary button styles and change cursor on account group by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/905
    • Fix issue #861: Correct header selection logic in get_selected_header_for_field method by @igorcarvalhh in https://github.com/maybe-finance/maybe/pull/918
    • Fix #910 by @tonyvince in https://github.com/maybe-finance/maybe/pull/917
    • Account namespace updates: part 6 (transactions) by @zachgoll in https://github.com/maybe-finance/maybe/pull/904
    • improvement/#890/clean_up_toast_notification_styles_and_allow_user_to_close_on-demand by @evangelos-com in https://github.com/maybe-finance/maybe/pull/919
    • Fix #921 by @tonyvince in https://github.com/maybe-finance/maybe/pull/922

    New Contributors

    • @igorcarvalhh made their first contribution in https://github.com/maybe-finance/maybe/pull/918
    • @evangelos-com made their first contribution in https://github.com/maybe-finance/maybe/pull/919

    Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.7...v0.1.0-alpha.8

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0-alpha.7 62d5df795b
    Compare

    v0.1.0-alpha.7 Pre-Release

    zachgoll released this 2024-06-22 05:04:59 +08:00 | 1001 commits to main since this release

    What's Changed

    Maybe now supports transfer matching 🥳 🌮

    This significantly improves income and expense calculations by excluding transfers from the calculation:

    https://github.com/maybe-finance/maybe/assets/16676157/a1cde494-b89f-466a-8c74-da194934288a

    • Add merchant select when editing transaction by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/885
    • Transaction transfers, payments, and matching by @zachgoll in https://github.com/maybe-finance/maybe/pull/883
    • Ensure correct form's hidden input for selectedIds by @ziraqyoung in https://github.com/maybe-finance/maybe/pull/891
    • Account namespace updates: part 1 (accountable types) by @zachgoll in https://github.com/maybe-finance/maybe/pull/893
    • Account namespace updates: part 2 (categories) by @zachgoll in https://github.com/maybe-finance/maybe/pull/894
    • Account namespace updates: part 3 (merchants) by @zachgoll in https://github.com/maybe-finance/maybe/pull/895
    • Account namespace updates: part 4 (transfers, singular namespacing) by @zachgoll in https://github.com/maybe-finance/maybe/pull/896
    • Fix Bug: after editing an account history value, it requires 2 clicks to close the menu by @tonyvince in https://github.com/maybe-finance/maybe/pull/900
    • feat: Transaction pagination Improvements by @karankiri in https://github.com/maybe-finance/maybe/pull/873
    • Fix transfer note overflow style by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/902
    • Account namespace updates: part 5 (valuations) by @zachgoll in https://github.com/maybe-finance/maybe/pull/901
    • Allow transfers based on transactions in different currencies by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/903

    New Contributors

    • @ziraqyoung made their first contribution in https://github.com/maybe-finance/maybe/pull/891
    • @tonyvince made their first contribution in https://github.com/maybe-finance/maybe/pull/900
    • @karankiri made their first contribution in https://github.com/maybe-finance/maybe/pull/873

    Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.6...v0.1.0-alpha.7

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0-alpha.6 773cd0da71
    Compare

    v0.1.0-alpha.6 Pre-Release

    zachgoll released this 2024-06-15 04:50:08 +08:00 | 1019 commits to main since this release

    What's Changed

    This release comes with a complete overhaul of our Docker setup guide, better internal navigation, and the ability to group your accounts by financial institution!

    https://github.com/maybe-finance/maybe/assets/16676157/be4d1ce8-7055-4f71-9c3f-c9bbc9cb451c

    • Improve account internal linking and redirect behavior by @zachgoll in https://github.com/maybe-finance/maybe/pull/864
    • Allow for optional start date on account creation by @zachgoll in https://github.com/maybe-finance/maybe/pull/866
    • Add institution management and account editing controls by @zachgoll in https://github.com/maybe-finance/maybe/pull/868
    • New Docker Compose Self Hosting Guide + UI Fixes by @zachgoll in https://github.com/maybe-finance/maybe/pull/870
    • Simplify account sync logic by @zachgoll in https://github.com/maybe-finance/maybe/pull/871
    • Changelog page that pulls from Github Release notes by @mattia-malnis in https://github.com/maybe-finance/maybe/pull/867

    Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.5...v0.1.0-alpha.6

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0-alpha.5 87a40aafeb
    Compare

    v0.1.0-alpha.5 Pre-Release

    zachgoll released this 2024-06-08 07:29:01 +08:00 | 1034 commits to main since this release

    What's Changed

    Bulk transaction editing and deletion is here! Check out the demo below:

    https://github.com/maybe-finance/maybe/assets/16676157/d8a3ae39-4931-4775-8c76-211d6dc96bf6

    • Add bulk selection UI controls by @zachgoll in https://github.com/maybe-finance/maybe/pull/840
    • Bulk transaction deletion by @zachgoll in https://github.com/maybe-finance/maybe/pull/845
    • Bulk editing of transactions by @zachgoll in https://github.com/maybe-finance/maybe/pull/846

    Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.4...v0.1.0-alpha.5

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0-alpha.4 28524b3f08
    Compare

    v0.1.0-alpha.4 Pre-Release

    zachgoll released this 2024-06-01 02:09:12 +08:00 | 1041 commits to main since this release

    What's Changed

    • fix: png file can be selected as profile images by @pea-sys in https://github.com/maybe-finance/maybe/pull/809
    • Validate transaction filtering params by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/810
    • Fix foreign account sync crash by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/794
    • Sort accounts in the sidebar by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/815
    • Reusable CI workflow for GH actions by @zachgoll in https://github.com/maybe-finance/maybe/pull/819
    • Transactions cleanup by @zachgoll in https://github.com/maybe-finance/maybe/pull/817
    • Sync account after transaction import by @zachgoll in https://github.com/maybe-finance/maybe/pull/820
    • Fix overflow error on account value inputs by @zachgoll in https://github.com/maybe-finance/maybe/pull/821

    New Contributors

    • @pea-sys made their first contribution in https://github.com/maybe-finance/maybe/pull/809

    Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.3...v0.1.0-alpha.4

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0-alpha.3 8f356656fc
    Compare

    v0.1.0-alpha.3 Pre-Release

    zachgoll released this 2024-05-25 02:24:03 +08:00 | 1056 commits to main since this release

    What's Changed

    • Fix currency when importing to foreign accounts by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/762
    • Show an error notification if account cannot be manually synced by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/761
    • Add migration to make all existing users admins by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/770
    • Fix issue with start_date not being set in account creation by @scubamaggo in https://github.com/maybe-finance/maybe/pull/781
    • Fix import crash with empty transaction name by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/783
    • Move category dropdown menu content into a turbo frame by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/782
    • Ignore empty categories while importing by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/789
    • Fix duplicate category creation on import by @zachgoll in https://github.com/maybe-finance/maybe/pull/791
    • Create tagging system by @zachgoll in https://github.com/maybe-finance/maybe/pull/792
    • Add tag preview when importing and fix empty category bug by @jakubkottnauer in https://github.com/maybe-finance/maybe/pull/800

    New Contributors

    • @scubamaggo made their first contribution in https://github.com/maybe-finance/maybe/pull/781

    Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.2...v0.1.0-alpha.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0-alpha.2 5fa34b4111
    Compare

    v0.1.0-alpha.2 Pre-Release

    zachgoll released this 2024-05-18 06:20:19 +08:00 | 1074 commits to main since this release

    Second alpha release of Maybe 🎉 🌮

    New features

    • Self hosting with Docker 🐳 (setup guide)
    • CSV transaction imports
    • Transaction management with merchants and categories
    • Fresh design of user settings
    • Re-designed dashboard + accounts summary
    • Admin accounts, ability to delete and purge data

    Full Changelog: https://github.com/maybe-finance/maybe/compare/v0.1.0-alpha.1...v0.1.0-alpha.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.1.0-alpha.1 5aca2ff9b6
    Compare

    v0.1.0-alpha.1 Pre-Release

    zachgoll released this 2024-04-13 21:28:45 +08:00 | 1159 commits to main since this release

    Initial alpha version of Maybe 🎉 🌮

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 Next Last
Powered by Gitea Page: 63ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API