Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
# 1.0.0-alpha.1 (2024-02-17)

### Bug Fixes

* add all resources ([e75b3cd](e75b3cd))
* downloads not possible ([#38](#38)) ([9f0dc48](9f0dc48))
* gpt progress logic is broken ([#29](#29)) ([8bb04a5](8bb04a5))
* icon color triggered by wrong button ([d3e069a](d3e069a))
* image data is undefined ([#28](#28)) ([b5d3ee4](b5d3ee4))
* inital load has unlocalized UI ([#17](#17)) ([060df23](060df23))
* lottie views are broken ([1ba6fd7](1ba6fd7))
* popups logic ([d7e902b](d7e902b))
* progress count on gpt is wrong ([#27](#27)) ([25bacbc](25bacbc)), closes [#26](#26)
* settings icon in light mode low contrast ([c967010](c967010))
* tooltip on projects was overlaying ([c63f308](c63f308))

### Features

* add basic marketplace logic ([#20](#20)) ([727d5a7](727d5a7))
* add context menu ([#41](#41)) ([bb030dd](bb030dd))
* adjust colors of icons ([55bea04](55bea04))
* allow deleting projects ([32740f4](32740f4))
* complete rewrite of the ui ([9b2d52e](9b2d52e))
* i18n support for export ([7e6c7f7](7e6c7f7))
* implement captioning tools, blip, wd14, gpt-v ([614b4d4](614b4d4))
* new app icon ([#15](#15)) ([8e6df09](8e6df09))
* new user flow and implement editing ([2e5184d](2e5184d))
* save info to user data ([c69d6a7](c69d6a7))
* various improvements ([d02910e](d02910e))
  • Loading branch information
semantic-release-bot committed Feb 17, 2024
1 parent 76494d0 commit ce6c891
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 15 deletions.
35 changes: 32 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down Expand Up @@ -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))



21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Portuguese, Russian, and Chinese.

<!-- releases -->
<p align="center">
<a href="https://github.com/blib-la/captain/releases/download/v1.0.0-beta.9/Captain.Setup.1.0.0-beta.9.exe">
<a href="https://github.com/blib-la/captain/releases/download/v1.0.0-alpha.1/Captain-Setup-1.0.0-alpha.1.exe">
<img src="./docs/download.svg" alt="Download Captain" width="300">
</a>
</p>
Expand All @@ -30,16 +30,15 @@ https://github.com/blib-la/captain/assets/1148334/e9f9419e-f6d7-4f35-96a7-667c18

<!-- toc -->

- [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)

<!-- tocstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ce6c891

Please sign in to comment.