Skip to content

Releases: changkun/midgard

v0.1.0

06 Jan 08:37
Compare
Choose a tag to compare

v0.0.9

31 Dec 10:54
Compare
Choose a tag to compare

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

Full Changelog: v0.0.8...v0.0.9

v0.0.8

22 Sep 08:23
Compare
Choose a tag to compare

v0.0.7

20 Sep 16:56
Compare
Choose a tag to compare

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

24 Aug 00:00
Compare
Choose a tag to compare

This should be a nice distribution. It upgrades everything to the latest dependencies and supports macOS/Linux/Windows/iOS.
All features are available on these platforms now.

v0.0.5

27 Feb 11:58
Compare
Choose a tag to compare
  • Link allocation using hotkey works on Windows

v0.0.4

20 Feb 22:44
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • 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!

v0.0.2

26 Nov 09:52
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • macOS support

v0.0.1

25 Nov 21:01
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
  • Universal Clipboard
  • URL Allocation
  • Linux-only