Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Nov 23:30
33dc963

v0.6.1 build 18

Bug fixes

  • Incomplete subscription handling
  • Incorrect network packet size
  • Empty chat address in
  • Filter chat messages by chat on Get.Messages and Subscribe.LastMessage

Refactor

  • Rename ':engine:translator' to ':engine:cli'
  • Move :app:android:indicator to :platform:util:android:indicator
  • Prepare :platform:repo module for ormlite
  • Restructure application modules
  • Restructure library modules

CI

  • Use snapshot branch instead of dev for building latest_notes.md
  • Fix release-version ops function

Chore

  • Add Get.Subscription status action
  • Change session connection management (experimental)
  • Add delete account command to cli
  • Add :platform:repo:test
  • Update testing libs
  • Add OrmLiteAppRepo
  • Add simple file storage abstraction
  • Update kotlin to 1.4.10
  • Update gradle 6.5
  • Update :android:app.puml
  • Add ormlite support
  • Fix generateReleaseNotes function
  • Split ./ops/bash/utils.sh to ./ops/bash/src/*
  • Move git hooks from ./ops/bash/ to ./ops/bash/git/

v0.6 build 17

Breaking changes

  • Increment version minor

Bug fixes

  • Increment patch for testing purpose

CI

  • Refactor github workflows
  • Merge version caching to one file
  • Fast fail ci job when updating snapshot is not needed
  • Auto-generate latest & release notes (#39)
  • Autoincrement version code & name
  • Add ops module for automation scripts and related stuff
  • Auto-generate latest & release notes

Chore

  • Remove legacy scripts from ops/bash/
  • Increment build number
  • Upgrade shadowJar to 6.0.0
  • Move operations related stuff to ops module

Commits

  • [33dc963]: Version 0.6.1-18 (cryptoyang)