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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/houseaccount/version.rb +1 -1
- data/public/css/houseaccount.css +1 -1
- data/public/index.html +6 -6
- data/public/{v0.16.0 → v0.17.0}/css/houseaccount.css +1 -1
- metadata +21 -21
- /data/public/{v0.16.0 → v0.17.0}/font/bootstrap-icons-FRBPO3H7.woff2 +0 -0
- /data/public/{v0.16.0 → v0.17.0}/font/quicksand-500-latin-QHYSRFVK.woff2 +0 -0
- /data/public/{v0.16.0 → v0.17.0}/font/quicksand-500-latin-ext-QZ4PXVHB.woff2 +0 -0
- /data/public/{v0.16.0 → v0.17.0}/font/quicksand-500-latin-ext.woff2 +0 -0
- /data/public/{v0.16.0 → v0.17.0}/font/quicksand-500-latin.woff2 +0 -0
- /data/public/{v0.16.0 → v0.17.0}/font/quicksand-500-vietnamese-RRA5CUQB.woff2 +0 -0
- /data/public/{v0.16.0 → v0.17.0}/font/quicksand-500-vietnamese.woff2 +0 -0
- /data/public/{v0.16.0 → v0.17.0}/js/houseaccount.js +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/bootstrap.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/dawn.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/dracula.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/gruvbox.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/monokai.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/nord.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/one_dark.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/solarized.css +0 -0
- /data/public/{v0.16.0 → v0.17.0}/theme/tokyo_night.css +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8c38f00185e5c9252a22102deb4364544009684dd39e164adaa755b5cf8dc33f
|
|
4
|
+
data.tar.gz: 64f4791d9875ad24848a60e81ead1e519e477022c5ad1a0a2a41a74460632b6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
data/lib/houseaccount/version.rb
CHANGED