Skip to content

Commit

Permalink
Small fixes before doing everything right
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaveNhA committed Apr 11, 2023
1 parent 5e396dc commit 059965b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 23 deletions.
22 changes: 0 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,2 @@
# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
### Changed
- Add a new arity to `make-widget-async` to provide a different widget shape.

## [0.1.1] - 2023-04-07
### Changed
- Documentation on how to make the widgets.

### Removed
- `make-widget-sync` - we're all async, all the time.

### Fixed
- Fixed widget maker to keep working when daylight savings switches over.

## 0.1.0 - 2023-04-07
### Added
- Files from the new template.
- Widget maker public API - `make-widget-sync`.

[Unreleased]: https://github.com/your-name/babyagi/compare/0.1.1...HEAD
[0.1.1]: https://github.com/your-name/babyagi/compare/0.1.0...0.1.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babyagi",
"version": "0.1.0",
"description": "FIXME",
"description": "BabyAGI in Clojurescript, like every AI study should be in.",
"main": "target/main.js",
"author": "FIXME <[email protected]>",
"license": "Apache-2.0",
Expand Down
Empty file modified scripts/build
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions src/babyagi/demo/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
[:box#goal
{:top 0
:right 0
:left 0
:style {:border {:fg :magenta}}
:border {:type :line}
:label " Logs & Stats "}
Expand Down

0 comments on commit 059965b

Please sign in to comment.