Releases: ipfs-shipyard/gomobile-ipfs
Releases · ipfs-shipyard/gomobile-ipfs
v1.10.1
v1.10.0
1.10.0 (2022-11-30)
Bug Fixes
- Build iOS Example (a737c2c)
- bump go ci to 1.17 (ecee9c8)
- ci cache (7039c4d)
- In testConfig, don't configure MDNS with Interval:10 (so that the final config is the same as the backup). (aafe091)
- INSTALL.md: Remove Go 1.17 and macOS 10.15. Add Go 1.19. (b618910)
- link.yml: Remove go mod vendor. (be2432f)
Features
- bump to kubo 16 & libp2p 23 (f5e98d1)
v1.9.0
v1.8.0
v1.7.6
v1.7.5
v1.7.4
1.7.4 (2022-09-06)
Bug Fixes
- Fix to maven_format_core.py for Java > 1.8. (1e16e72)
- In bledriver/Scanner.java, we don't need to check the build version. (Already done by the Manifest.) (1d2941e)
- In values/strings.xml, Lint says that "app_name" is unused, but it is. So ignore the warning. (9537f9d)
- Indentation warnings from EditorConfig lint. (19dab7a)
- lint.yml: After installing sdkmanager, install Java 11. (04571c7)
- Make static method StringUtil.format to avoid lint warnings for Locale with "%d". (90c084d)
- Move Bluetooth permissions from android/app to android/bridge. (f80d43e)
- node_test.go: Simplify tests. (Go lint) (3ce9353)
- node.go: Remove unused imports and dead code, catch err in deferred func (Go lint) (4342217)
- release.yml: Add starting space in comment (Yaml lint) (113c9e2)
- Spacing warnings from Swift lint (02edf1d)
- Wrap long lines (or ignore warning), fix indents (Yaml lint) (640c556)