appydave-tools 0.86.0 → 0.86.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e010ade2bdc2974b2500766e668b67384c4aebfb5334be958269d2eb920cf6ae
4
- data.tar.gz: 97c50cb0e2e5e0944b3b093239149a6182fb3bb4e5471735fa214ea8ba28cba5
3
+ metadata.gz: 37d050366ecd949fa4cc351ac5de8cde5f862f41c1ac069fa564593012978b33
4
+ data.tar.gz: d2d64869d49ebcfc79db5a08f5e13a09bb83311fe3cd1203cf33810e61c645d0
5
5
  SHA512:
6
- metadata.gz: 910ade3f88a35472aefccf99149d33d2fede5a924e4341eaf2a47e5754cb29f4eb6631eadc3628ed39eb8769651246d9b95ecc58a3a2f17d2e1c3c3f1bfcfc6d
7
- data.tar.gz: d89a83b6f703eeba91044e9795b5d37e043a42b1781a6dc5c7139dc3739fc0ed0e442ae185afda55cbb8d46bb673c53fa4ed77d5ff6565e9f71ca5c25f2f8785
6
+ metadata.gz: c64d1feb8e386fa7d2d7df5a432202fa84d3ea62e02324a4337074e541d3468d08055d361df6ce0bba2f8688b646b225fcd3a0479b5ff1f393715638d9553743
7
+ data.tar.gz: 7e5550b06f463b43a9d3598bc65eb9e39389efc659664f14cc8a7bf222ac13e034375b24a14e3d2c8f089a40d605fad8b93237b4be77fa63fc071d4d3aec27ff
data/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # [0.86.0](https://github.com/appydave/appydave-tools/compare/v0.85.0...v0.86.0) (2026-06-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bank_reconciliation: remove hardcoded account identifiers from CBA reader, untrack handover docs ([92cc173](https://github.com/appydave/appydave-tools/commit/92cc173a298a537c607e891bd5871b34310297bb))
7
+ * bank_reconciliation: respect Wise Direction (IN→credit, OUT→debit) ([324dfa3](https://github.com/appydave/appydave-tools/commit/324dfa35fdefb2d633b632fe946460e7cc075778))
8
+ * bank_reconciliation: rubocop polish on clean + models ([bbb887e](https://github.com/appydave/appydave-tools/commit/bbb887e69869c7027b066da87d7c5f104613870e))
9
+ * bank_reconciliation: use Clipboard gem instead of shelling out to pbcopy (cross-platform, fixes CI) ([778bda7](https://github.com/appydave/appydave-tools/commit/778bda7ae781bbd308cc78a8cadde3dd8e45ce33))
10
+ * ci: bump actions/checkout from v4 to v5 (Node 24, deprecation deadline 2026-06-16) ([d013af7](https://github.com/appydave/appydave-tools/commit/d013af72464b30d696b7bed2be0bbd5c52f93c4f))
11
+ * **dam,omi:** minor cleanups identified during 15 May 2026 session ([fab5195](https://github.com/appydave/appydave-tools/commit/fab51956c82ee4e3b19f38cd3807dff4633ab393))
12
+ * deps: add multi_json (transitive load-time req of representable/google-api-client) to fix CI bundle ([3213467](https://github.com/appydave/appydave-tools/commit/3213467da050e193c86979fd4e6bf57cbde89fb7))
13
+ * specs: replace simple-regex match() with include() to satisfy newer rubocop-rspec ([fa77a37](https://github.com/appydave/appydave-tools/commit/fa77a37f764fe12c59aa8b864b229225de3a66a7))
14
+
15
+
16
+ ### Features
17
+
18
+ * bank_reconciliation: add CBA simple-format CSV reader ([772829b](https://github.com/appydave/appydave-tools/commit/772829b3094236fe40db527200f1f9cb7eb9699c))
19
+ * bank_reconciliation: add PayPal CSV reader ([fa5102f](https://github.com/appydave/appydave-tools/commit/fa5102f09245ab8124a8051cee140fbba679e995))
20
+ * **bank_reconciliation:** resurrect from deprecated/, externalize personal data ([052de75](https://github.com/appydave/appydave-tools/commit/052de75e7d63a3de76c33fce3866e041b21d8c3b))
21
+
1
22
  # [0.85.0](https://github.com/appydave/appydave-tools/compare/v0.84.0...v0.85.0) (2026-04-06)
2
23
 
3
24
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Appydave
4
4
  module Tools
5
- VERSION = '0.86.0'
5
+ VERSION = '0.86.1'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appydave-tools",
3
- "version": "0.86.0",
3
+ "version": "0.86.1",
4
4
  "description": "AppyDave YouTube Automation Tools",
5
5
  "scripts": {
6
6
  "release": "semantic-release"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appydave-tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.0
4
+ version: 0.86.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Cruwys