diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbf3e86e..ff34a2f2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# 1.0.0-alpha.1 (2024-02-17) + + +### Bug Fixes + +* add all resources ([e75b3cd](https://github.com/blib-la/captain/commit/e75b3cdbeec5a06013434fcc38a8d84abdf365f0)) +* downloads not possible ([#38](https://github.com/blib-la/captain/issues/38)) ([9f0dc48](https://github.com/blib-la/captain/commit/9f0dc482d77b697ffafe34f67ab22578a2fde242)) +* gpt progress logic is broken ([#29](https://github.com/blib-la/captain/issues/29)) ([8bb04a5](https://github.com/blib-la/captain/commit/8bb04a510725bc8fc62c4714556e6ef353a9f096)) +* icon color triggered by wrong button ([d3e069a](https://github.com/blib-la/captain/commit/d3e069a6418a10bff9366bf3b4fe4217cd9f7913)) +* image data is undefined ([#28](https://github.com/blib-la/captain/issues/28)) ([b5d3ee4](https://github.com/blib-la/captain/commit/b5d3ee44442db9fd3dd00b1c119e1312b8fddecf)) +* inital load has unlocalized UI ([#17](https://github.com/blib-la/captain/issues/17)) ([060df23](https://github.com/blib-la/captain/commit/060df231dcf345ef7f0f7f60115e932405c12483)) +* lottie views are broken ([1ba6fd7](https://github.com/blib-la/captain/commit/1ba6fd776fdf3aa66655b3b0b0c3d67b98cbe2ad)) +* popups logic ([d7e902b](https://github.com/blib-la/captain/commit/d7e902b04423452c797621343a574e3a4350eb00)) +* progress count on gpt is wrong ([#27](https://github.com/blib-la/captain/issues/27)) ([25bacbc](https://github.com/blib-la/captain/commit/25bacbce8994bf6b7a3f227fd955bcc435c05e16)), closes [#26](https://github.com/blib-la/captain/issues/26) +* settings icon in light mode low contrast ([c967010](https://github.com/blib-la/captain/commit/c967010e2653e789137a31c2e6f4494a8590f4a7)) +* tooltip on projects was overlaying ([c63f308](https://github.com/blib-la/captain/commit/c63f3089258f409a7f355e29f70997d1e412043a)) + + +### Features + +* add basic marketplace logic ([#20](https://github.com/blib-la/captain/issues/20)) ([727d5a7](https://github.com/blib-la/captain/commit/727d5a7b61d5def0f889b0f626d94c96db1b96cd)) +* add context menu ([#41](https://github.com/blib-la/captain/issues/41)) ([bb030dd](https://github.com/blib-la/captain/commit/bb030ddffd8c3f29f2cc168d384729449502c59e)) +* adjust colors of icons ([55bea04](https://github.com/blib-la/captain/commit/55bea04fe05887868161f7d5bbbc11bf38e9effd)) +* allow deleting projects ([32740f4](https://github.com/blib-la/captain/commit/32740f4f6c862c760c52b6541351cdc9ffd7a884)) +* complete rewrite of the ui ([9b2d52e](https://github.com/blib-la/captain/commit/9b2d52eb6858afc84b82374cd977ee2043ddeaf1)) +* i18n support for export ([7e6c7f7](https://github.com/blib-la/captain/commit/7e6c7f75952131fb152e228facfb90c8f4fa85fa)) +* implement captioning tools, blip, wd14, gpt-v ([614b4d4](https://github.com/blib-la/captain/commit/614b4d41abafe15ac4df312adf2ebd4afa0daade)) +* new app icon ([#15](https://github.com/blib-la/captain/issues/15)) ([8e6df09](https://github.com/blib-la/captain/commit/8e6df0984af7c1418a9497fcee09bc8358a470d6)) +* new user flow and implement editing ([2e5184d](https://github.com/blib-la/captain/commit/2e5184da05c2a3674fd9edabe392f1beb9276bfc)) +* save info to user data ([c69d6a7](https://github.com/blib-la/captain/commit/c69d6a77c7e75d275f369d6745a3136ac27d495f)) +* various improvements ([d02910e](https://github.com/blib-la/captain/commit/d02910e54175ad45f7da3319821fd8206c2c57fd)) + # [1.0.0-beta.9](https://github.com/blib-la/captain/compare/v1.0.0-beta.8...v1.0.0-beta.9) (2024-02-16) @@ -70,6 +102,3 @@ * new user flow and implement editing ([2e5184d](https://github.com/blib-la/captain/commit/2e5184da05c2a3674fd9edabe392f1beb9276bfc)) * save info to user data ([c69d6a7](https://github.com/blib-la/captain/commit/c69d6a77c7e75d275f369d6745a3136ac27d495f)) * various improvements ([d02910e](https://github.com/blib-la/captain/commit/d02910e54175ad45f7da3319821fd8206c2c57fd)) - - - diff --git a/README.md b/README.md index d0febc9f4..12524bafd 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Portuguese, Russian, and Chinese.

- + Download Captain

@@ -30,16 +30,15 @@ https://github.com/blib-la/captain/assets/1148334/e9f9419e-f6d7-4f35-96a7-667c18 -- [Key Features](#key-features) -- [Planned Features](#planned-features) -- [Getting Started](#getting-started) - - [Installation](#installation) - - [Detailed User Guide](#detailed-user-guide) -- [Important Note: Installation Warning for Unsigned App](#important-note-installation-warning-for-unsigned-app) -- [Community and Support](#community-and-support) -- [Contribute to Captain](#contribute-to-captain) -- [License](#license) -- [Acknowledgments](#acknowledgments) +- [Key Features](#key-features) +- [Getting Started](#getting-started) + * [Installation](#installation) + * [Detailed User Guide](#detailed-user-guide) +- [Important Note: Installation Warning for Unsigned App](#important-note-installation-warning-for-unsigned-app) +- [Community and Support](#community-and-support) +- [Contribute to Captain](#contribute-to-captain) +- [License](#license) +- [Acknowledgments](#acknowledgments) diff --git a/package.json b/package.json index 05537b2f4..19514e3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "captain", - "version": "1.0.0-beta.9", + "version": "1.0.0-alpha.1", "private": true, "description": "The Captain of AI", "license": "AGPL 3.0",