Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
apostolosfilippas committed Nov 26, 2024
1 parent 89e0aa5 commit b4cfcc6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## [0.1.38] - TBD
## [0.1.39] - TBD

## [0.1.38] - 2024-11-26
### Added
- `Results` are now automatically displayed in a scrollable table when you call `select()` on them. You can also call `table().long()` to display results in a long-view table. This replaces the need to call `print(format="rich")`. See examples in the starter tutorial.

### Changed
- *In progress:* The progress bar is now web-based. It is still called in the same way: `run(progress_bar=True)`
- The progress bar is now web-based and a link to view it in a new tab is automatically returned when you call the `run()` method on a survey (`progress_bar=True` by default). See examples in the starter tutorial.

### Fixed
- Results were automatically appending cache; this was removed.


## [0.1.37] - 2024-11-14
Expand Down Expand Up @@ -583,4 +589,4 @@ There is one for each question. The key is the question_name + `_raw_response_mo

## [0.1.0] - 2023-12-20
### Added
- Base feature
- Base feature

0 comments on commit b4cfcc6

Please sign in to comment.