Skip to content

Releases: jhaoheng/appconsole

v0.2.1

Choose a tag to compare

@jhaoheng jhaoheng released this 22 Sep 01:57
c9b09ab

staticcheck

build binary requirement

  • golang
  • fyne version v2.2.3

features

  • github actio
  • deploy / release
    • github action, support, Windows/ Linux with checksu, ref github release
    • osx use makefile to release
  • search by key
  • multi delete
  • add/edit item
  • log rotation
  • system tray
  • app menu
  • login/logout
  • chinese font
  • database
  • custom table view / loading view / mask view
  • enviroment variables load

deploy

  • github action
  • osx build release: make darwin

release by fyne package (locally)

https://developer.fyne.io/started/packaging

  • fyne package -os darwin --name demo
  • fyne package -os linux --name demo
  • fyne package -os windows --name demo

v0.2.0

Choose a tag to compare

@jhaoheng jhaoheng released this 22 Sep 01:41
b859ffd

staticcheck

build binary requirement

  • golang
  • fyne version v2.2.3

features

  • github actio
  • deploy / release
    • github action, support, Windows/ Linux with checksu, ref github release
    • osx use makefile to release
  • search by key
  • multi delete
  • add/edit item
  • log rotation
  • system tray
  • app menu
  • login/logout
  • chinese font
  • database
  • custom table view / loading view / mask view
  • enviroment variables load

deploy

  • github action
  • osx build release: make darwin

release by fyne package (locally)

https://developer.fyne.io/started/packaging

  • fyne package -os darwin --name demo
  • fyne package -os linux --name demo
  • fyne package -os windows --name demo

v0.1.12

Choose a tag to compare

@jhaoheng jhaoheng released this 21 Sep 07:51
e00d49e

readme

  • 離線版本, 跨平台桌面 application

心得

  • table 中, 塞入圖片, 會讓 cell 變慢 (應該是 io 問題, 要做 cache)
  • 沒有 navagation controller

build

  • make darwin

release by fyne package

https://developer.fyne.io/started/packaging

  • fyne package -os darwin --name demo
  • fyne package -os linux --name demo
  • fyne package -os windows --name demo

v0.1.11

Choose a tag to compare

@jhaoheng jhaoheng released this 21 Sep 03:08
e4db989

readme

  • 離線版本, 跨平台桌面 application

心得

  • table 中, 塞入圖片, 會讓 cell 變慢 (應該是 io 問題, 要做 cache)
  • 沒有 navagation controller

build

  • make darwin

release by fyne package

https://developer.fyne.io/started/packaging

  • fyne package -os darwin --name demo
  • fyne package -os linux --name demo
  • fyne package -os windows --name demo

v0.1.9

Choose a tag to compare

@jhaoheng jhaoheng released this 20 Sep 12:09
168c8ab

readme

  • 離線版本, 跨平台桌面 application

心得

  • table 中, 塞入圖片, 會讓 cell 變慢 (應該是 io 問題, 要做 cache)
  • 沒有 navagation controller

build

  • make darwin

release by fyne package

https://developer.fyne.io/started/packaging

  • fyne package -os darwin --name demo
  • fyne package -os linux --name demo
  • fyne package -os windows --name demo