appydave-tools 0.85.0 → 0.86.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: 9bdf9ee95d2587f01a5939fc780148a9da0bdc06c5acac865dc36077d34181c9
4
- data.tar.gz: 54f137a91341ec1b9487a7dc68fd44c837d2a53d52181dd7681d0f1a11135062
3
+ metadata.gz: e010ade2bdc2974b2500766e668b67384c4aebfb5334be958269d2eb920cf6ae
4
+ data.tar.gz: 97c50cb0e2e5e0944b3b093239149a6182fb3bb4e5471735fa214ea8ba28cba5
5
5
  SHA512:
6
- metadata.gz: 216862256621db14b1384bfdef38d34749f734601d9c382497a0193240eda80227cffb2940daa8326f30154bfb48b2404af48e5ccf9f54f52d1a7042721b7dae
7
- data.tar.gz: 205f2cd87df58e2c12b426aceea29c7c1dd88e52622e5fff889d8d655f1ad572621d795718f5ea0d7e603663cbc3acd2f5ac1a04f765144e5b6de3dc9361abdb
6
+ metadata.gz: 910ade3f88a35472aefccf99149d33d2fede5a924e4341eaf2a47e5754cb29f4eb6631eadc3628ed39eb8769651246d9b95ecc58a3a2f17d2e1c3c3f1bfcfc6d
7
+ data.tar.gz: d89a83b6f703eeba91044e9795b5d37e043a42b1781a6dc5c7139dc3739fc0ed0e442ae185afda55cbb8d46bb673c53fa4ed77d5ff6565e9f71ca5c25f2f8785
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # [0.85.0](https://github.com/appydave/appydave-tools/compare/v0.84.0...v0.85.0) (2026-04-06)
2
+
3
+
4
+ ### Features
5
+
6
+ * add query_apps CLI tool for app file discovery via context.globs.json ([4afd53d](https://github.com/appydave/appydave-tools/commit/4afd53da75793f9e8a8a4c211d84d4a5ab2a5701))
7
+ * show success message after jump add/update/remove instead of misleading 'No locations found' notice ([740eed3](https://github.com/appydave/appydave-tools/commit/740eed32fcf37ba235bca5c561fc860c00cc98ec))
8
+
1
9
  # [0.84.0](https://github.com/appydave/appydave-tools/compare/v0.83.0...v0.84.0) (2026-04-05)
2
10
 
3
11