Skip to content

Releases: learnqtkenya/SquaredApp

squared-cli v0.4.1

09 Mar 07:08

Choose a tag to compare

Changelog

  • 7688cb0 fix: avoid CLI calling itself on Windows due to case-insensitive PATH
  • 8699484 docs: document store server authentication
  • 9f5ba52 add admin token auth to store server write endpoints
  • 67172ca add project documentation with MkDocs Material

squared-cli v0.4.0

06 Mar 13:44

Choose a tag to compare

Changelog

  • b2c37dd store-driven app distribution with install/uninstall support

squared-cli v0.3.0

06 Mar 12:00

Choose a tag to compare

Changelog

  • 09b1ac2 fix CI: extract linuxdeploy AppImage for Docker (no FUSE)
  • 7137ad0 fix CI: install curl and file in Linux Docker for AppImage
  • 37978ce fix CI: Windows QML cache path, Linux Docker arch detection
  • c00e3e7 fix CI: libsecret-1-dev for Linux, absolute paths for Windows
  • c22a1f7 fix CI: CorePrivate fallback, Docker Qt path, MSVC setup
  • 0bdfbb9 fix CI: use carlonluca/qt-dev Docker container for Linux builds
  • aecb6eb fix CI: conditional DBus, trim install, add DEB/AppImage/NSIS releases
  • c6c7c13 fix: deploy QML modules in install/packaging targets
  • e0b3af4 add Windows portable ZIP and NSIS installer make targets
  • 23a600a update README with full build targets, platforms, and example apps
  • 48f0e1c add Linux packaging: DEB package and AppImage targets
  • f137657 add Makefile, Android build script, macOS/iOS icons, and Basic style
  • 04e9513 add Windows exe icon, NSIS installer, and MIT license
  • 24bac98 add app icons, CI release workflow, install targets, and CLI host download
  • 5b4083f deploy store server, fix .gitignore, add godotenv for .env loading
  • 7de820d fix: fix hot reload
  • f1548d4 remove ThemeManager, persist dark mode via QML Settings in STheme
  • 7137a89 add hot reload, config system, and QCommandLineParser

Store Apps v1

06 Mar 12:33

Choose a tag to compare

First batch of store-published .sqapp packages

host-v0.2.0

06 Mar 13:47

Choose a tag to compare

store-driven app distribution with install/uninstall support

Replace hardcoded seed registry with fully store-driven flow: users
browse the catalog, install apps as .sqapp packages, and uninstall
them. Add icon/color metadata to catalog entries and server model.
Redesign StorePage as a compact ListView. Add empty-state home screen,
permission gating in AppRunner, and README polish.

host-v0.1.0

06 Mar 12:16

Choose a tag to compare

fix: bundle example apps in install and resolve path at runtime

The examples path was hardcoded at compile time to the source directory,
which doesn't exist in AppImage/installed builds. Now:
- Example apps are installed to share/squared/examples/apps/
- Runtime resolves path relative to executable if compile-time path
  doesn't exist (covers AppImage, DEB, tar.gz deployments)

squared-cli v0.2.0

05 Mar 14:25

Choose a tag to compare

Changelog

  • 42127b8 developer SDK: IDE autocomplete, squared run via --dev flag, and CLI setup command

squared-cli v0.1.0

05 Mar 12:48

Choose a tag to compare

Changelog

  • 61eaeee fix: use standard semver tags for GoReleaser releases
  • 60e1444 fix: add monorepo tag_prefix to goreleaser config
  • 8e633b3 update squared cli and add usage instructions
  • 97474c3 add and test android build
  • 47ae7d9 add SSize responsive singleton and fix grid layouts for wide screens
  • ec110bd fix: responsive home grid, themed colors, STheme.background window
  • 6cb0717 polish: icons, dark theme, Android prep, permissions, and UX improvements
  • ed77a25 phase-5: Add 7 first-party example apps and new icon codes
  • 4b886aa phase-4: Developer CLI and README rewrite
  • f0ef7a2 phase-3: App catalog, store page, installer, network SDK, and secure storage
  • dfa8a8a update app look
  • c281853 untrack CLAUDE.md files and add to .gitignore
  • c63d724 phase-2: add example app icon assets
  • d7d212d phase-2: App runtime, storage, SDK singletons, and example apps
  • d8a31da phase-1: Squared.UI component library
  • b4904e8 init: repository with .gitignore