Skip to content

Releases: patbeagan1/ConsoleVision

Release 0.8.0

09 Jan 05:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

05 Nov 02:33
Compare
Choose a tag to compare

What's Changed

  • Moving server code out of the main executable
  • Creating a new server deliverable
  • Small refactors and formatting changes

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 Feb 05:56
Compare
Choose a tag to compare

What's Changed

  • Added new mutation filter for images
  • Improved library performance by fixing color caching
  • Refactored several classes in the library so that they have a single responsibility

Full Changelog: v0.5.0...v0.6.0

v0.5.0

05 Feb 17:48
Compare
Choose a tag to compare

Adding in the ability to submit images via a webpage.

What's Changed

2bab883 updating to version 0.5.0
41598c1 Merge branch 'develop' into candidate
7b547e8 Adding in a web submission page
7d81d41 Update README.md
0260dd0 Update README.md
419dc8e Update README.md
82f531f adding in a basic form for submitting images
9d0462b Merge pull request #8 from patbeagan1/candidate_to_develop_v0.4.1

Full Changelog: v0.4.1...v0.5.0

v0.4.1

05 Feb 02:59
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

This is a patch release which fixes up the gradle build files and fixes ktlint issues.

================================

Changelog

================================

243b890 updating the version to 0.4.1
ce9a800 updating release flow script
7b34ad0 Consolidating build files and running ktlint
64c118c Update README.md
b263836 Update README.md

================================

v0.1.1

31 Jan 05:21
Compare
Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

Fixing an issue where, after uploading a file a hash would not be returned.
The hash is required for us to be able to request the file again.

Release 0.1.0

31 Jan 04:59
Compare
Choose a tag to compare

This is the first formal version of the app.

There are 2 deliverables from this repo

  • lib - a library that will take a bitmap and convert it to a ANSI
  • app - a wrapper that makes the library available via CLI and as a server.

The app supports a variety of command line flags which will allow for:

  • colorspace reduction
  • color normalization
  • image resizing
  • compatibility mode (for old terminals that only support 256 colors)

Initial functionality that allowed for playing videos has been taken out. The video player that was being used, humble, was not able to be packaged into a shadow jar.