Releases: changkun/midgard
v0.1.0
v0.0.9
What's Changed
- internal/version: use stirngs.Builder by @kvii in #10
- cmd/alloc: allocated URL to clipboard does not work on Linux by @Summuss in #16
- api: typo fixes by @kvii in #18
- Makefile: update golang.org to go.dev by @gogorush in #20
- api: fix ticker not stop by @kvii in #21
- all: lint fixes by @kvii in #22
- all: fix service lunch issue in windows by @kvii in #24
- all: upgrade go Go 1.19
New Contributors
- @kvii made their first contribution in #10
- @Summuss made their first contribution in #16
- @gogorush made their first contribution in #20
Full Changelog: v0.0.8...v0.0.9
v0.0.8
This version supports iOS 15, iPadOS 15, and macOS 12.
- midgard-alloc: https://www.icloud.com/shortcuts/a440412d0f12454cb4676e0ded72a9f1
- midgard-getclipboard: https://www.icloud.com/shortcuts/c88e44b318e74eedb20201e4f513dabf
- midgard-putclipboard: https://www.icloud.com/shortcuts/e875c142389e4fe6b45bbed4a517f8c8
- midgard-code2img: https://www.icloud.com/shortcuts/cec5afc61b01476e87b888163de6e39b
v0.0.7
This version adds non-Cgo build option and office feature.
Non-Cgo Builds
For the midgard server, it is not necessary to use golang-design/x/clipboard, and golang-design/x/hotkey.
Previously, these two packages causes a lot of trouble in setting up the environment for other users (because they require X11 dev and frame buffer). Now, midgard can be built without involving Cgo: CGO_ENABLED=0 go build
, and the docker distribution is also using a non-cgo build.
This reduces a lot of setup issues on the server side.
Office status
Integrates the https://changkun.de/s/office, now available in the router: https://changkun.de/midgard/office.
Is Changkun in the office?
Yes!
With midgard server, it can now automatically switch to not-in-office
mode, even all devices are offline (previously was 404).
v0.0.6
v0.0.5
v0.0.4
- Add Windows support, with the benefits of using golang.design/x/clipboard
- Add iOS shortcut support
- Add code2img support
- Add
daemon ls
command to list all connected daemons - Dockerization for server builds
- A few fixes regarding clipboard sync issues between systems
- Doc updates
- ... and more!