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

Releases: cryptopunkscc/crypton

Development Build

09 Dec 19:32

Choose a tag to compare

Development Build Pre-release
Pre-release

Snapshot v0.6.2 build 19

New features

  • Open files from chat messages
  • Display images in android app chat
  • Upload file for chat from android app
  • Upload file using aesgcm (#46)
  • Add JvmNetworkSys implementation
  • Add AndroidNetworkSysV2 implementation
  • Shell command subscription on incoming messages

Bug fixes

  • Fix auto cap sentences in chat input
  • Fix issue with missing keyboard in chat
  • Broken connection after network interface changes

Refactor

  • Change Message.Status Info & State to Message.Type
  • Migrate android app to cli v2
  • Add Feature abstraction over handlers, emitters and cli
  • Organize Commands.kt structure

Documentation

  • Add release_flow.md

CI

  • Fix release scripts

Chore

  • Fix latest notes generator
  • Remove deprecated cli v1
  • Get.ChatInfo - add support for one to one chat
  • Add timestamp to JvmLogOutput
  • Change android debug app launcher color
  • Update modules diagrams

0.6.1

06 Nov 23:30
33dc963

Choose a tag to compare

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)

0.6

29 Aug 16:57

Choose a tag to compare

0.6
Version 0.6-17

## 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

v0.5.11

24 Aug 00:28
d1a1093

Choose a tag to compare

ci: Automate tagged release process

build: Add jks & config for signed release apks

feat: Unlock debug drawer for release builds