Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [0.2.0](https://github.com/sandramsc/FinPAL/compare/v0.1.0...v0.2.0) (2023-12-30)


### Features

* add ability to query transaction ([#26](https://github.com/sandramsc/FinPAL/issues/26)) ([be0123f](https://github.com/sandramsc/FinPAL/commit/be0123f07918442b50db064f91ed831d89c1d6ed))
* added thinking message ([#65](https://github.com/sandramsc/FinPAL/issues/65)) ([a3c6e31](https://github.com/sandramsc/FinPAL/commit/a3c6e317b600ee7ed010e9447bd31c1569cde58c))
* bar chart of spending categories ([#46](https://github.com/sandramsc/FinPAL/issues/46)) ([8b64943](https://github.com/sandramsc/FinPAL/commit/8b64943115052fbc6a7322ec1bd9a6ddde8b9ad5))
* bot can send chart url ([#43](https://github.com/sandramsc/FinPAL/issues/43)) ([97fabf0](https://github.com/sandramsc/FinPAL/commit/97fabf07ff7a76be3aa0ff0b96de3ed0aa917f9a))
* truera measurements and logging ([#47](https://github.com/sandramsc/FinPAL/issues/47)) ([73a1fbb](https://github.com/sandramsc/FinPAL/commit/73a1fbb95587fd6e60a2c481556b30dba3e57618))
* typing animation, ([#23](https://github.com/sandramsc/FinPAL/issues/23)) ([a606f63](https://github.com/sandramsc/FinPAL/commit/a606f63ff1dd44bab0ba19e7be6a9437a0ce929b))
* url param linked to chart data ([#38](https://github.com/sandramsc/FinPAL/issues/38)) ([6a9a92b](https://github.com/sandramsc/FinPAL/commit/6a9a92b85025f67a4e816c490b3c7f96d9996725))


### Bug Fixes

* backend deployment issue ([#52](https://github.com/sandramsc/FinPAL/issues/52)) ([36aa60d](https://github.com/sandramsc/FinPAL/commit/36aa60d7190749edab4f55ed9535c492bf6504a0))
* chart bug + breadcrumbs ([#44](https://github.com/sandramsc/FinPAL/issues/44)) ([32e56dd](https://github.com/sandramsc/FinPAL/commit/32e56ddf843c2434e9dc57101b642b0f844b2823))
* chart on the front end ([#58](https://github.com/sandramsc/FinPAL/issues/58)) ([932a91f](https://github.com/sandramsc/FinPAL/commit/932a91f5ff8bc0bd0b7e84367b1ba607bdf7e353))
* cors issue on local dev ([#34](https://github.com/sandramsc/FinPAL/issues/34)) ([9fe7404](https://github.com/sandramsc/FinPAL/commit/9fe7404fe8a39559956b75ec692aed832928d013))
* duplicated response ([#54](https://github.com/sandramsc/FinPAL/issues/54)) ([4355a0a](https://github.com/sandramsc/FinPAL/commit/4355a0ac65f3a309eb666098259825f1021a4cce))
* gemini vision pro accuracy ([#56](https://github.com/sandramsc/FinPAL/issues/56)) ([bf07a62](https://github.com/sandramsc/FinPAL/commit/bf07a62f1ea73e8e058fe10775b9c4d23aeca712))
* markdown parsing ([84d1df3](https://github.com/sandramsc/FinPAL/commit/84d1df3481b8bc1f29e7f874ad892656990e1286))
* prompt ([#62](https://github.com/sandramsc/FinPAL/issues/62)) ([73875de](https://github.com/sandramsc/FinPAL/commit/73875de21edd6aca686706611ae17893d4f93892))
* prompt fix 2 ([#63](https://github.com/sandramsc/FinPAL/issues/63)) ([68756a1](https://github.com/sandramsc/FinPAL/commit/68756a1af5f82573b9421442aa50d87c0c39bbb3))
* reversed memory ([a606f63](https://github.com/sandramsc/FinPAL/commit/a606f63ff1dd44bab0ba19e7be6a9437a0ce929b))

## 0.1.0 (2023-12-17)


Expand Down