Skip to content

Latest commit

 

History

History
1441 lines (691 loc) · 50.3 KB

CHANGELOG.md

File metadata and controls

1441 lines (691 loc) · 50.3 KB

CHANGELOG

v1.23.1 (2024-01-21)

Chore

Ci

  • ci: manual bump to v1.23.0 (0daa0cc)

Fix

  • fix: update finary-uapi to 0.2.0 (a547db0)

v1.23.0 (2024-01-15)

Ci

  • ci: manual bump to v1.22.4 (8e8ec72)

  • ci: add permissions for semantic release (7e986a5)

Feature

  • feat(dashboard): add layered evolution graphs (#150)

More graphs available in the dashboard with view per classification (envelopes, asset classes, line by line, ...) by @gcoue (6f0d1b3)

v1.22.4 (2024-01-13)

Chore

  • chore: update full example (00138dd)

Ci

  • ci: manual update to v1.22.3 (c2d7d82)

  • ci: use trusted auth for PyPI publishing (ea2a814)

Fix

  • fix(fetch): change credit card to negative amount (#147)

  • Change credit card to negative amount

  • Rollback source_finary.py

  • Change credit card to negative amount

  • [pre-commit.ci lite] apply automatic fixes

  • Add a flag to allow the potfolio restitution for each simulation step

  • Add a flag to allow the potfolio restitution for each simulation step

  • fix: correct the recurrence function to be more precise on Yearly recurrence

  • [pre-commit.ci lite] apply automatic fixes

  • style: minor refactoring (d9478db)

v1.22.3 (2023-09-18)

Chore

  • chore: manual bump to version 1.22.2 (2316fdd)

Ci

  • ci: fix semantic release (breaking config changes) (a383983)

Documentation

  • docs: add simulation template tutorial (c15b97c)

  • docs: add full example (de11f6e)

  • docs: add budget tutorial (0fe1513)

  • docs: update readme french (#141)

docs : update readme french

Correction orthographique (98108d9)

  • docs: add simulation tutorial, fix typos (8c6ab9a)

Fix

  • fix: clarify signup for 2FA, simulation progress bar (3b5c9c4)

Style

  • style: minor improvements (57b2424)

v1.22.2 (2023-08-10)

Fix

  • fix(simulation): add salary income & expense growth (84e6524)

v1.22.1 (2023-08-10)

Fix

  • fix(simulator): show portfolio evolution in dashboard, cleanup (78c1782)

v1.22.0 (2023-07-31)

Build

  • build: bump finary_uapi to 0.1.4 (dc4bab6)

Documentation

  • docs: add readme french (#137)

  • docs: add readme french

  • docs: readme tweaks (064d126)

Feature

  • feat(simulation): simulate your portfolio's future (#136)

  • feat(simulation): create timeline structure, display worth evolution

  • refactor: split simulator classes in separate files

  • fix: ask before fetching from N26

  • feat: add default event to apply yearly performance

  • feat: add autobalance default quarterly event

  • docs: add docstrings (3349f66)

v1.21.0 (2023-07-15)

Chore

  • chore: update & add screenshots to readme (2d17afa)

Documentation

  • docs: visual tweaks, update screenshots (efaa8b8)

  • docs: add envelopes and sources tutorials (20a9a82)

  • docs: organize tutorials, add awesome badge (62b249d)

  • docs: improve installation guide readability (a57f996)

  • docs: create tutorials table of contents online (e690ab0)

Feature

  • feat(budget): manage your daily expenses (N26 only) (#135)

  • feat(budget): manage your daily expenses! (N26 only)

  • refactor(budget): move table render in separate file

  • feat(budget): interactively set expense fields

  • fix: remove default imports to budget

  • refactor: rearrange budget methods to fetch/render/review

  • fix(budget): exit review gracefully on CTRL+C

  • feat(budget): add command line & Assistant options

  • refactor: inherit N26 from SourceBaseExpense

  • build: add budget dependencies

  • build: add pytz dependency

  • chore: update readme with screenshots

  • feat: add budget summary console panel

  • feat: add monthly mean to summary

  • refactor(n26): prompt user credentials like Finary

  • test: disable finary tests for now

  • feat: hide expense table when empty (6209b40)

Refactor

  • refactor: move recommendations in copilot submodule (8b9f7ee)

v1.20.3 (2023-06-07)

Chore

  • chore: add sponsors badge :) thank you! (5601d5d)

Documentation

  • docs: write tutorial for targets, tweaks (3dd0883)

  • docs: update readme tutorial links (c4beabf)

Fix

  • fix: import error caused crash in v1.20.2

closes #132 (bcd0171)

Style

  • style(recommendations): show message if envelopes not set (342fd75)

v1.20.2 (2023-06-06)

Ci

  • ci: fix stuck ci because of dashboard launch (d2d863d)

Documentation

Fix

  • fix(sidecar): add option to hide renders for expanded folders (560d4fa)

  • fix(recommendations): sort by total delta (5e686ef)

Refactor

  • refactor(sidecar): create sidecar configuration class (96ba022)

v1.20.1 (2023-06-04)

Fix

  • fix(recommendations): classify folders by parent name

closes #131 (d2e4d22)

Refactor

  • refactor: small assistant cleanup & minor bugfixes (d42961b)

  • refactor(assistant): split the run method to give the user choice (e32ca45)

v1.20.0 (2023-06-04)

Feature

  • feat(sidecar): add configurable sidecar title (59ded22)

  • feat(sidecar): add support for multiple sidecars

closes #129 (81df340)

  • feat(sidecar): customizable sidecar formats

closes #69 (6c4759a)

Fix

  • fix(envelope): make created date optional

closes #114 (18d5873)

  • fix: notify user if a bucket was not fully used (1709068)

  • fix(target): fix the previous fix... (0ad360a)

v1.19.1 (2023-06-03)

Chore

  • chore(telegram): add telegram bot example (9187418)

Fix

  • fix(target): more intuitive displayed node ratio

Until now, the percentages next to the amounts showed the ratio between the current and ideal amounts.

However this wasn't intuitive with the current layout, so the ratios now show their relative percentage in the parent folder. (20da9c8)

v1.19.0 (2023-06-02)

Feature

  • feat(export): export the portfolio tree to PNG

closes #50 (f35606a)

v1.18.4 (2023-06-02)

Fix

  • fix(portfolio): folder attributes weren't propagating to all successors

closes #123 (4a0cbf3)

v1.18.3 (2023-06-01)

Fix

  • fix(recommendations): redo delta render rules (d0fe97c)

v1.18.2 (2023-05-31)

Fix

  • fix(fetch): customizable per-source cache validity

5 days default for RealT

12h default for Finary and all other sources

Users can set their preferred values when instantiating their sources. (964fd55)

  • fix(fetch): fetch from RealT using 'contractAddress/uuid' instead of 'symbol' (#119)

  • fix: Ignoring invalid elements from API respone

  • fix(fetch): Ignore invalid elements from API response

  • fix(fetch): Use get_accounts_credits from API Finary

  • feat(fetch): add RealT wallet fetch source

  • feat(fetch): add RealT wallet fetch source

  • feat(fetch): add RealT wallet fetch source

  • refactor(fetch): unify parameter inputs & console output

  • style(console): display node ratio next to amount (#111)

  • feat(ratio): display node % when no target is defined

closes #110

  • style(console): display node ratios next to amounts

  • test: use finary demo account to test Finalynx (#112)

  • test: use finary demo account to test Finalynx

  • ci: attempt to use env from github actions syntax

  • feat(console): add support for light/dark/custom console themes (#115)

  • feat(console): add option to change the console render theme

closes #77

  • feat(theme): connect theme class to elements

  • fix(theme): fix cross-module reference access, set dark theme

  • fix(theme): these dark colors look more compatible

  • fix: tweaks

  • chore(release): auto bump version to 1.17.0

Automatically generated by python-semantic-release

  • fix(fetch): reviewed token lookup by 'contractAddess'/'uuid' instead of symbol

  • [pre-commit.ci lite] apply automatic fixes

  • fix(fetch): reviewed token lookup by 'contractAddess'/'uuid' instead of symbol

  • fix(fetch): reviewed token lookup by 'contractAddress'/'uuid' instead of symbol

  • fix(fetch): reviewed token lookup by 'contractAddress'/'uuid' instead of symbol

  • fix(fetch): realt refactor, fix auto-add currency (441fb66)

v1.18.1 (2023-05-31)

Fix

  • fix(fetch): skip malformed realt lines for now (3b55c43)

v1.18.0 (2023-05-31)

Chore

  • chore(theme): forgot to test.. rename element name (3969f76)

  • chore(theme): add theme element descriptions (332fe7e)

Feature

  • feat(fetch): add new RealT fetch source (#106)

  • fix: Ignoring invalid elements from API respone

  • fix(fetch): Ignore invalid elements from API response

  • fix(fetch): Use get_accounts_credits from API Finary

  • feat(fetch): add RealT wallet fetch source

  • feat(fetch): add RealT wallet fetch source

  • feat(fetch): add RealT wallet fetch source

  • refactor(fetch): unify parameter inputs & console output

  • style(console): display node ratio next to amount (#111)

  • feat(ratio): display node % when no target is defined

closes #110

  • style(console): display node ratios next to amounts

Co-authored-by: nmathey <20896232+nmathey@users.noreply.github.com>

  • test: use finary demo account to test Finalynx (#112)

  • test: use finary demo account to test Finalynx

  • ci: attempt to use env from github actions syntax

  • feat(console): add support for light/dark/custom console themes (#115)

  • feat(console): add option to change the console render theme

closes #77

  • feat(theme): connect theme class to elements

  • fix(theme): fix cross-module reference access, set dark theme

  • fix(theme): these dark colors look more compatible

  • fix: tweaks

  • chore(release): auto bump version to 1.17.0

Automatically generated by python-semantic-release (ca00549)

v1.17.0 (2023-05-30)

Feature

  • feat(console): add support for light/dark/custom console themes (#115)

  • feat(console): add option to change the console render theme

closes #77

  • feat(theme): connect theme class to elements

  • fix(theme): fix cross-module reference access, set dark theme

  • fix(theme): these dark colors look more compatible

  • fix: tweaks (7722e29)

Style

  • style(console): display node ratio next to amount (#111)

  • feat(ratio): display node % when no target is defined

closes #110

  • style(console): display node ratios next to amounts

Co-authored-by: nmathey <20896232+nmathey@users.noreply.github.com> (b324562)

Test

  • test: use finary demo account to test Finalynx (#112)

  • test: use finary demo account to test Finalynx

  • ci: attempt to use env from github actions syntax (bc06556)

v1.16.3 (2023-05-27)

Fix

  • fix(delta): align deltas when showing portfolio root

closes #105 (cb20954)

v1.16.2 (2023-05-26)

Fix

  • fix(fetch): spinner was hiding user prompts

closes #102 (8c5a78f)

v1.16.1 (2023-05-26)

Performance

  • perf(finary): fetch all finary investments in only one call (f119c49)

v1.16.0 (2023-05-26)

Feature

  • feat: add startup for exotic investiment in constant file (#100)

feat: add startup asset subclass (598f0e0)

  • feat(fetch): add support for multiple fetch sources (#97)

  • feat(fetch): add crowdlending & startups, update asset subclass constant

  • chore(release): auto bump version to 1.15.0

Automatically generated by python-semantic-release

  • refactor(fetch): move common fetch logic to abstract FetchBase class

  • refactor(fetch): renamed fetch_finary to source

  • feat(fetch): add support for multiple sources, activate any combination

  • feat(fetch): create example source, tweaks

  • fix(envelope): fix optional parameter default value

  • chore(release): auto bump version to 1.15.1

Automatically generated by python-semantic-release (903fc23)

v1.15.1 (2023-05-25)

Feature

  • feat(fetch): add crowdlending & startups, update asset subclass constant

closes #91 closes #71

Co-authored-by: sebfar9172 <52531214+sebfar9172@users.noreply.github.com> (92c3f2d)

Fix

  • fix(envelope): fix optional parameter default value

closes #98

Co-authored-by: sebfar9172 <52531214+sebfar9172@users.noreply.github.com> (0307352)

v1.14.6 (2023-05-23)

Fix

  • fix(dashboard): use full page width

closes #90 (a054dae)

v1.14.5 (2023-05-23)

Build

  • build: replace api submodule with finary_uapi from pip (#94)

  • build: remove finary_api submodule

  • build: add finary_uapi pip dependency

  • build: use finary_uapi in finalynx instead of finary_api

  • build: remove the need to append syspath 🎉

  • build: bump python to 3.10 for readthedocs (8116827)

Fix

  • fix(fetch): use the new get_credit_accounts from API (#85)

  • fix: Ignoring invalid elements from API respone

  • fix(fetch): Ignore invalid elements from API response

  • fix(fetch): Use get_accounts_credits from API Finary (cb8a4f1)

v1.14.4 (2023-05-10)

Fix

  • fix(dashboard): hide amounts if specified by user

Closes #80 (440f8c1)

v1.14.3 (2023-05-10)

Fix

  • fix(install): bump nicegui version dependency

Co-authored-by: yovanoc <yovano_c@outlook.com> (8b5c7ad)

v1.14.2 (2023-05-10)

Fix

  • fix(imports): forgot to expose AssetSubclass import

Co-authored-by: yovanoc <yovano_c@outlook.com> (eaf3e99)

v1.14.1 (2023-05-10)

Fix

  • fix(fetch): skip fetched lines with no amount invested (05adaa1)

v1.14.0 (2023-05-10)

Documentation

  • docs: add envelope docstrings (f9317fb)

  • docs(envelope): add envelope docstrings (b7f5989)

Feature

  • feat(assets): create asset subclass definitions & visualizations (#64)

  • feat(assets): create asset subclass definitions

  • feat(asset): add asset subclass optional parameter

  • fix: asset subclass recursive set

  • feat(dashboard): double pie chart for asset classes & subclasses

  • fix(dashboard): autohide labels when slice too small (14a1d3d)

v1.13.1 (2023-05-09)

Fix

  • fix(fetch): fixed filter to skip malformed line

Closes #73 (279abaf)

v1.13.0 (2023-05-08)

Feature

  • feat(fetch): set folder envelope to autofill children (87fc64b)

  • feat(fetch): add & match envelope keys, connected new logic (6049225)

  • feat(fetch): refactor, fetch account & currency [WIP] (c876d42)

  • feat(fetch): create FetchKey & FetchLine pair (7b7bd16)

Fix

  • fix(fetch): fond euro amount mistake (6bb1555)

  • fix(fetch): solve warning for buckets (36d4ea6)

Refactor

  • refactor: small code cleanup (4ff3a2b)

  • refactor(fetch): remove FetchKey, useless complexity (46c4e46)

Style

  • style(console): small perf print adjustment (0a8979f)

v1.12.1 (2023-05-01)

Fix

  • fix(fetch): ignore invalid elements from API response (#66)

  • fix: Ignoring invalid elements from API respone

  • fix(fetch): Ignore invalid elements from API response (fcfa91a)

v1.12.0 (2023-04-30)

Feature

  • feat(fetch): support loans and credit accounts (#61)

  • feat(fetch): support loans

  • feat(fetch): add credit accounts

  • fix(fetch): fix credit accounts name (c51acd2)

v1.11.2 (2023-04-29)

Fix

  • fix(currency): use node currency everywhere, add default config

Closes #59 (94f4711)

v1.11.1 (2023-04-28)

Fix

  • fix(folder): propagate currencies to orphan nodes (#56)

fix(folder): Propagate currencies to orphan nodes (e1f0968)

v1.11.0 (2023-04-28)

Feature

  • feat(portfolio): basic support for multi-currencies (#55)

  • fix(fetch): use display_current_value

  • feat(portfolio): set any node's currency symbol

  • fix(currency): set a global currency in the Portfolio object (9b0e8ff)

v1.10.1 (2023-04-28)

Fix

  • fix(delta): include shared folders in the delta list (63b3762)

v1.10.0 (2023-04-27)

Feature

  • feat(json): export & import portfolio (#53)

  • feat(json): export assistant state to json

  • fix(json): add command line option to set save path

  • fix(json): adapted demo file

  • fix: render bug for deltas panel

  • feat(parse): partial loading from json

  • feat(parse): can now import the portfolio structure

  • feat(import): connected buckets/envelopes to nodes

  • refactor: project cleanup before merge (4f852fb)

v1.9.0 (2023-04-24)

Feature

  • feat(perf): can now set & analyze expected yearly performance (#51) (44bde0a)

v1.8.3 (2023-04-24)

Fix

  • fix(delta): fix envelope delta calculation + display tweaks (a44ee2c)

v1.8.2 (2023-04-21)

Chore

Fix

  • fix(delta): solved misalignment when using collapsed folders (ef540e5)

  • fix(delta): add investment summary sorted by envelope (1d679be)

v1.8.1 (2023-04-21)

Chore

  • chore: readme & styling tweaks for delta (956c16a)

Fix

  • fix(delta): add format shorcuts as command line options (3eee961)

v1.8.0 (2023-04-21)

Chore

  • chore: created PEE, small dashboard tweaks (cbd5b09)

Feature

  • feat(portfolio): new 'console_delta' output format (35757ed)

  • feat(portfolio): display current amount to ideal delta (b9930fb)

v1.7.0 (2023-04-20)

Feature

  • feat(folder): display warning if the sum of ratios != 100 (88068b9)

  • feat(portfolio): display account in front of lines (b4456ee)

  • feat(node): format option to display the tree with targets only

Simply use the [console_targets] output format (968506d)

  • feat(simulator): create barebones simulation with invest states (04320f6)

  • feat: add envelopes and plot them in dashboard (c650ec3)

  • feat(dashboard): add basic newline support

Still has to be improved, because newlines don't show up when folders are collapsed (d55e7d2)

  • feat(dashboard): nice web tree with colors and icons (3d5db42)

  • feat(portfolio): can set the asset class in parent for all children (6bba5df)

  • feat(dashboard): can now customize the color map (8e9b862)

  • feat(dashboard): click on a node to show its asset classes (0136d9e)

  • feat(analyzer): add asset classes and plot chart (2343b65)

Fix

  • fix(fetch): add amounts for lines with same id

If you invested in the same line in multiple accounts, the id stays the same accross all accounts. Fod now, it's best to simply add the amounts to the first encountered line in the tree (8dbc7cf)

  • fix(dashboard): display collapsed/line folders on the web (9914a0f)

v1.6.0 (2023-03-31)

Chore

  • chore: add pull request template

This is simply to help everyone understand what is happening and keep similar styles between PRs (0f0b773)

Feature

  • feat(targets): ratio targets now show the ideal absolute amount to reach (8bf0aac)

  • feat(fetch): import precious metals (54ce9f6)

Fix

  • fix(portfolio): simplify newline behavior

Now, it is mandatory to set the newline=True option at the correct node, nothing is propagated. Simpler to use imo

Also, collapsed folders are now shown as blue but not bold. (5071a4d)

  • fix(fetch): increase cache time to 12h (d41ddb0)

v1.5.0 (2023-03-23)

Documentation

  • docs(fetch): add key/id usage for identical lines

Provides documentation for #41 (ecfddee)

Feature

  • feat: add cryptos (#43)

  • feat: add cryptos

close #42 (ea79c75)

v1.4.2 (2023-03-22)

Fix

  • fix(fetch): add support for id differentiation

Closes #41 (4f830b8)

v1.4.1 (2023-03-22)

Fix

  • fix(fetch): ask to reuse credentials if already saved (df8bec1)

v1.4.0 (2023-03-21)

Chore

  • chore(empty): attempt to trigger workflow (3a1ce4e)

Feature

  • feat(dashboard): show the portfolio tree on the web dashboard (#35)

  • feat(rich): command-line option to hide fetched data

  • chore: readme tweaks

  • feat(dashboard): show tree with a simple interface

  • feat(fetch): can now cache data locally, defaults to 1h (#36)

  • feat(fetch): data is now cached locally (auto-fetch after 1h)

  • refactor(fetch): fetch is now in a class, added clear cache option

  • refactor(fetch): file cleanup, add docstrings

  • chore(release): auto bump version to 1.2.0

Automatically generated by python-semantic-release

  • chore(parse): created parse subpackage and structure (#34)

  • chore: created parser subpackage and structure

  • refactor: small usage and parser docs cleanup

  • chore: small syntax cleanup

Automatically generated by python-semantic-release

  • fix: forgot dashboard option while merging

  • feat: generate portfolio tree in different formats

  • feat(dashboard): ugly but functional web tree

  • chore(dashboard): draft color style

  • refactor(options): changed hide_data to show_data

  • refactor: dashboard uses a custom rendering format

  • fix(fetch): fix missing unidecode if no cache

  • refactor(dashboard): small style tweaks to merge


Co-authored-by: github-actions <github-actions@github.com> (fa48bfc)

v1.3.0 (2023-03-19)

Chore

  • chore(usage): added help and version usage rules (04d3d82)

  • chore(parse): created parse subpackage and structure (#34)

  • chore: created parser subpackage and structure

  • refactor: small usage and parser docs cleanup

  • chore: small syntax cleanup

Automatically generated by python-semantic-release (56afd8a)

Feature

  • feat(render): ability to customize the output format (#38)

  • feat(render): created base render class and empty docs page

  • feat(render): ability to customize the output format

  • docs(render): added format documentation (97a2462)

v1.2.0 (2023-03-17)

Ci

  • ci(test): fixed dryrun test (a6a26f0)

Documentation

  • docs: remove documentation warning (5185495)

  • docs: write full documentation (#32)

  • docs: added autodoc2 for better autogenerated docs

  • docs: toctree adjustments

  • refactor(mypy): added type hints everywhere

  • ci(mypy): add type checking in CI

  • ci(mypy): fix call to mypy through python

  • ci(mypy): install mypy through pip

  • ci(mypy): removed it, looks too strict actually

  • docs: fixed API reference title, moved usage from readme

  • docs: add docstrings for analyzer, copilot, fetch, simulator

  • docs: toc and notes tweaks, documented dashboard

  • docs: documented portfolio subpackage root

  • docs: documented bucket, constants, folder, hierarchy, portfolio

  • docs: documented dashboard, line, node, portfolio, targets (835262c)

  • docs: autobuild documentation and upload to Read The Docs (#29)

  • docs: created sphinx project and basic structure

  • docs: using poetry install

  • docs: include submodules in readthedocs build

  • docs: set theme to rtd

  • docs: using relative image paths in README

  • docs: fixed image paths

  • docs: created empty modules for analyzer and dashboard

  • docs: added project management guidelines

  • build(dashboard): add nicegui dependency (9c2d2d4)

Feature

  • feat(fetch): can now cache data locally, defaults to 1h (#36)

  • feat(fetch): data is now cached locally (auto-fetch after 1h)

  • refactor(fetch): fetch is now in a class, added clear cache option

  • refactor(fetch): file cleanup, add docstrings (86036e2)

v1.1.1 (2023-03-07)

Ci

  • ci(test): trying to call pytest from poetry (5b2ab86)

  • ci(test): trying out pytest in CI (ddf3490)

  • ci(pr): check conventional naming for PR titles (73abe75)

Fix

  • fix(fetch): env vars get priority over cookies file (f664ed8)

Refactor

  • refactor(fetch): slight readability improvements (c1a5811)

Test

  • test(dryrun): add a trivial run test of the demo (013c466)

v1.1.0 (2023-03-05)

Feature

  • feat(fetch): add real estate support (#24)

add real estate support (d973fc0)

v1.0.1 (2023-03-04)

Fix

  • fix(dependencies): added unidecode and numpy dependencies

Closes #21 (7574eae)

v1.0.0 (2023-03-04)

Breaking

  • feat: renamed project to Finalynx

BREAKING CHANGE: Renamed all references of finary_assistant to finalynx (4753651)

Chore

  • chore(readme): renamed project to Finalynx on README (cef81fe)

  • chore(readme): added contributing CLI context (08a9558)

  • chore: trying out github sponsors (2c87286)

Fix

  • fix(submodules): hopefully correctly moved finary_api (6b65d9c)

  • fix: renamed source folder (f78318f)

v0.2.1 (2023-02-21)

Chore

  • chore: trigger ci to test it (2f09030)

  • chore(release): auto bump version to 0.2.0 (fefbd09)

  • chore: trying out pre-commit action (391b400)

Fix

  • fix(ci): better release message (f097aaf)

v0.2.0 (2023-02-20)

Chore

  • chore: added more precommit hooks

also set black's line length to 120, easier to read imo (2296918)

  • chore: update readme badges (fe6f330)

Documentation

  • docs(readme): created CONTRIBUTING.md guidelines

Closes #17 (75e2d75)

Feature

  • feat(presentation): updated README&CONTRIBUTING, project looks good!

Closes #15 (2267bd3)

Refactor

  • refactor: added pre-commit linting and checks (b8cfae4)

v0.1.8 (2023-02-20)

Fix

v0.1.7 (2023-02-20)

Fix

  • fix(ci): forgot to recursively clone the repo (3a89f8e)

v0.1.6 (2023-02-20)

Fix

  • fix(ci): attempting new glob pattern to include finary_api (12d81ea)

v0.1.5 (2023-02-20)

Fix

  • fix(ci): include finary_api to the PiPY package (6b058c7)

v0.1.4 (2023-02-19)

Fix

  • fix: relative import in module init (126fc6e)

v0.1.3 (2023-02-19)

Fix

  • fix: trying to remove custom commit message (89bed31)

  • fix: manual set to version 0.1.2 (d8284d1)

Unknown

v0.1.2 (2023-02-19)

Fix

  • fix(ci): attempting to fix missing CI version push (277c3f8)

v0.1.1 (2023-02-19)

Ci

  • ci: removed old PyPI workflow (a394a88)

Fix

  • fix(build): attempting to fix CI with version source as tags (552ad28)

  • fix(build): updated dependencies, fixed commitizen format (002071a)

v0.1.0 (2023-02-19)

Ci

  • ci: trying poetry and semantic release with tokens (120230f)

  • ci: added peoptry to toml (ae3e84c)

Feature

  • feat: forcing bump to 0.1 (a2fa623)

v0.0.1 (2023-02-19)

Chore

  • chore: setup semantic-release, import version in setup.py (4a9307b)

Ci

  • ci: removed -noop to enable semantic release (a70ca69)

  • ci: fixed different version numbers (1b67f1c)

  • ci: Attemping simple semantic release workflow (2174d3b)

  • ci: attempting peotry, quality and semantic release (ae087c0)

  • ci: Added github action to publish to PyPI (faffb73)

Documentation

  • docs: Added PyPI badge to README (af328e6)

Fix

  • fix: readme image urls (89e1d7b)

  • fix: cleaner path management, new command option to force signin (a29d1bb)

  • fix: can now login with cookies without saving credentials (5fe8dfe)

  • fix: skip credentials if envars available (c888a87)

Unknown

  • Bumped version and uploaded to pypi! (adbd8d4)

  • moved finary_api to src (e43ece6)

  • seutp.py adapted for pypi (86ad188)

  • Readme pip install instructions (7f8be94)

  • Added setup.py, cleaned structure (f02e922)

  • Adapted installation instructions (6f723cd)

  • Handling login prompt & file save (6082ec8)

  • Using syspath and root credentials, removed install script

However, it is still mandatory to use finary_assistant at the root folder due to finary_api importing the credentials using relative paths (4ce2506)