BankAccounts 1.4.0
on Aug 7, 2023What's Changed
- Fix
bank_transactions
.instrument
being dropped every init in SQLite by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/20 - Create Code of Conduct by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/23
- Create security policy by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/22
- Refactor commands by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/21
- Fix SQLite error caused by comments in
init-db/sql.sql
by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/25 - Notify admins when there is an update of the plugin by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/26
Full Changelog: https://github.com/cloudnode-pro/BankAccounts/compare/1.3.0...1.4.0
BankAccounts 1.3.0
on Aug 4, 2023What's Changed
- Add
/bank whois <account>
command by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/18
Full Changelog: https://github.com/cloudnode-pro/BankAccounts/compare/1.2.0...1.3.0
BankAccounts 1.2.0
on Jul 30, 2023What's Changed
- Added bank cards and POS by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/9
- Security fix in account names, transaction descriptions and pos descriptions by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/17
Full Changelog: https://github.com/cloudnode-pro/BankAccounts/compare/1.1.1...1.2.0
BankAccounts 1.1.1
on Jul 29, 2023What's Changed
- Add CodeQL status badge by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/13
- Add banner to readme by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/14
- Fixed bug with reversed amounts in
/bank history
by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/15 - Fix
/bank history <account> --all
only showing 1 transaction by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/16
Full Changelog: https://github.com/cloudnode-pro/BankAccounts/compare/1.1.0...1.1.1
BankAccounts 1.1.0
on Jul 27, 2023What's Changed
- Minor code cleanness improvements by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/7
- Add support for SQLite database by @zefir-git in https://github.com/cloudnode-pro/BankAccounts/pull/10
INFO: The
db
section in the configuration has changed. For this version, please copy it from 4a6ca18@ BankAccounts/src/main/resources/config.yml.
Full Changelog: https://github.com/cloudnode-pro/BankAccounts/compare/1.0.1...1.1.0