houseaccount 0.16.0 → 0.17.0

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: 1b6c8ab985a0b86c7f687ccdaf099b99c8fe8f8149ceb81f29e30407d8d4bf32
4
- data.tar.gz: f796c8ea89ee0cf82724941342af9341a57ad1fc8826562046d7d4617bf0ca02
3
+ metadata.gz: 8c38f00185e5c9252a22102deb4364544009684dd39e164adaa755b5cf8dc33f
4
+ data.tar.gz: 64f4791d9875ad24848a60e81ead1e519e477022c5ad1a0a2a41a74460632b6a
5
5
  SHA512:
6
- metadata.gz: 8cbb39eb69b849914d2c37e2da1688e91c9f7b551a267e76edab0956a8d1f52aad4abd200e48d4e215cd21fa033aff48b53e452cc1d25301cad483a5c3454ba2
7
- data.tar.gz: fe457ead3c577b750f990bd5c3f7d32d36b5267f385aabb08080f6d2a7a54b4c0a245cd55e8e50361fc55cbafc1b4b1e7a2ef0366d54864978c135d898bca5f2
6
+ metadata.gz: 49eac16043f37eed2ffa4e6dd8ec9d1deaff77638c77c4015a836d825adb70998d78bdaf2a9907bca251db6b5b9394e0b640b2da22eae449263ec52173a27cc0
7
+ data.tar.gz: b96627a40bb6764b183fca3a2fc46c17bf1991683d11975165a89d78bc6a1ceaf43f13f34792c119d3ac5aee9efbd6142c3fe16e9e1979f67fb571fbf88d2383
data/CHANGELOG.md CHANGED
@@ -7,6 +7,14 @@ For more information about changelogs, check [Keep a Changelog](http://keepachan
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## 0.17.0 - 2026-09-18
11
+
12
+ * [FEATURE] bh 6.6, which draws a picture in a bubble as a thumbnail
13
+
14
+ At the height every other picture on these screens is drawn at. The note over a thread
15
+ is opaque and centred with it: it had named a background variable this bundle does not
16
+ define, and drew none.
17
+
10
18
  ## 0.16.0 - 2026-09-18
11
19
 
12
20
  * [FEATURE] bh 6.5, which carries a picture in a bubble and a note over a thread
@@ -1,4 +1,4 @@
1
1
  module HouseAccount
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '0.16.0'
3
+ VERSION = '0.17.0'
4
4
  end