Skip to content

Latest commit

 

History

History
207 lines (112 loc) · 14.4 KB

CHANGELOG.md

File metadata and controls

207 lines (112 loc) · 14.4 KB

Changelog

0.5.0 (2024-11-25)

Features

  • file-manage: add option to edit files from the file directory and enabled folder uploader along with folder delete features (#363) (c2b7536)

Bug Fixes

  • Enable large file saving and no content files (#378) (23b8908)
  • Lint improvements, update on actual lint change and new debounce (#373) (f4832ed)
  • Reduce vertical space and add linter focus changes (#377) (86a0e5d)
  • Updated Docs (#376) (f3eec1f)

0.4.9 (2024-11-12)

Bug Fixes

  • bug-solve: fix the minor issues in functionalities (#366) (196c752)
  • code-linting: implement linting process for CodeMirror code cells (#329) (70755d9)
  • Expose endpoint for cronjobs (#367) (9adb51d)
  • markdown-list-ui: resolve list display issue in markdown cells (#341) (22d6684)
  • Memory error fix on file inputs (#368) (8659ca6)
  • Memory issue part 2 (#369) (f040f0e)
  • Programmatic file uploader (#364) (7677c39)

0.4.8 (2024-10-31)

Bug Fixes

0.4.7 (2024-10-18)

Bug Fixes

  • Dockerfile update to give ownership to appuser of venv (#347) (4902cfc)

0.4.6 (2024-10-18)

Bug Fixes

  • Dynamic upload url and responsive from notebook (#344) (1a23236)

0.4.5 (2024-10-16)

Bug Fixes

  • escaping: Corrected triple string and backslash character handling in TOML file creation (#339) (245b9df)

0.4.4 (2024-10-10)

Bug Fixes

  • Only disconnect and try reconnect when code isn't running (#332) (26eefc3)
  • support multiple versions of python (#334) (955187d)
  • update dockerfile for security and optimizations (#335) (9a4d95e)

0.4.3 (2024-09-25)

Bug Fixes

0.4.2 (2024-09-20)

Bug Fixes

0.4.1 (2024-09-10)

Bug Fixes

  • Comments in app mode and docs update (#320) (37b25c2)

0.4.0 (2024-08-30)

Bug Fixes

  • Bump rtoml version to support python 3.12, other rtoml bug fixed (#307) (8a29d08)
  • Initial cell to set matplotlib backend and allow for local file … (#303) (4ddc11f)
  • Load comments from file and keep track of cell exceptions (#317) (5c03a3f)
  • Mintifly API Workflow (#299) (297464b)
  • Proper socket reconnection (#308) (cc04c14)
  • Rating component and running feedback (#312) (97001ae)
  • Remove none type values in components and README fix (#305) (1f25a3e)

0.3.2 (2024-07-26)

Bug Fixes

0.3.1 (2024-07-24)

Bug Fixes

0.3.0 (2024-07-17)

Bug Fixes

0.2.2 (2024-05-23)

Bug Fixes

  • Full requirements install and full versioning (#258) (7b77320)

0.2.1 (2024-05-16)

Bug Fixes

  • Dependency error handling and ZT dependency not in frontend (#256) (f848f93)
  • Move publish command to new prod (#252) (504cb4b)

0.2.0 (2024-05-14)

Bug Fixes

0.1.4 (2024-05-01)

Bug Fixes

0.1.3 (2024-04-25)

Bug Fixes

0.1.2 (2024-04-25)

What's Changed

  • fix: PyPi README fix by @Carson-Shaar in #236
  • chore(releases): (main) 0.1.2 by @release-please in #237
  • fix: update release please config by @jmymy in #238

Full Changelog: https://github.com/Zero-True/zero-true/compare/v0.1.1...v0.1.2

0.1.2 (2024-04-24)

Bug Fixes

0.1.1 (2024-04-22)

Bug Fixes

0.1.0 (2024-04-16)

Bug Fixes

  • add switch to semver and conventional commits (#221) (dd6dac8)