Skip to content

Releases: celbridge-org/celbridge

Celbridge v0.2.5

18 Mar 11:25

Choose a tag to compare

Celbridge v0.2.5 Pre-release
Pre-release

This release introduces an improved WYSIWYG editor for Markdown documents. Light and Dark mode settings now work correctly across the application. Executing scripts when a spreadsheet changes no longer require the Inspector panel to be open. The Search panel now has support for replace operations both globally and for selected files. A lot of internal refactoring has happened to prepare for supporting user extensions.

What's Changed

Full Changelog: celbridge-v0.2.4...celbridge-v0.2.5

Celbridge v0.2.4

19 Feb 16:42

Choose a tag to compare

Celbridge v0.2.4 Pre-release
Pre-release

What's Changed

Full Changelog: celbridge-v0.2.3...celbridge-v0.2.4

Celbridge v0.2.3

12 Feb 08:21

Choose a tag to compare

Celbridge v0.2.3 Pre-release
Pre-release

What's Changed

Full Changelog: celbridge-v0.2.2...celbridge-v0.2.3

Celbridge v0.2.2

03 Feb 16:30

Choose a tag to compare

Celbridge v0.2.2 Pre-release
Pre-release

What's Changed

  • Make document active when the document content receives focus by @chrisgregan in #596
  • Remove open document button in Markdown inspector by @chrisgregan in #597

Full Changelog: celbridge-v0.2.1...celbridge-v0.2.2

Celbridge v0.2.1

02 Feb 19:44

Choose a tag to compare

Celbridge v0.2.1 Pre-release
Pre-release

What's Changed

  • Unify folder structure for Celbridge.Foundation and core services projects by @chrisgregan in #581
  • Refactor project parsing and loading system by @chrisgregan in #582
  • Refactor all resource management into a Celbridge.Resources project by @chrisgregan in #585
  • Fix folder icon corruption after extended use by @chrisgregan in #586
  • Support splitting the documents panel into multiple sections by @chrisgregan in #588
  • Initial pass at improved .webapp navigation by @chrisgregan in #595

Full Changelog: https://github.com/celbridge-org/celbridge/commits/celbridge-v0.2.1

Celbridge v0.2.0

22 Jan 11:20

Choose a tag to compare

Celbridge v0.2.0 Pre-release
Pre-release

What's Changed

Full Changelog: celbridge-v0.1.4...celbridge-v0.2.0

Celbridge v0.1.4

10 Dec 14:55

Choose a tag to compare

Celbridge v0.1.4 Pre-release
Pre-release

What's Changed

Full Changelog: celbridge-v0.1.3...celbridge-v0.1.4

Celbridge v0.1.3

08 Nov 20:45

Choose a tag to compare

Celbridge v0.1.3 Pre-release
Pre-release

What's Changed

  • Persist application window state from previous session #481
  • Refresh resource registry on file system changes #483
  • Only open the default readme if no other documents are currently open
  • Update examples to reflect new resource syncing behaviour #488
  • Add number validation to data_cleaning example #498
  • Fix rename resource fails if only changing case #496
  • User defined shortcut buttons in navigation bar #454
  • Update examples to use shortcut buttons #501
  • Fix collapse explorer panel button position #503
  • Resolve warnings to reduce clutter in build log
  • Install celbridge package as a runnable Python tool

Full Changelog: celbridge-v0.1.2...celbridge-v0.1.3

Celbridge v0.1.2

25 Oct 17:12

Choose a tag to compare

Celbridge v0.1.2 Pre-release
Pre-release

What's Changed

  • Upgraded to latest version of Uno Platform
  • Renamed example project "04_citybikes" to "04_data_import"
  • Fixed multiple clicks required to close text editor documents
  • Added support for IPython scripts (.ipy files). Allows use of IPython magic commands in Python scripts.
  • Fixed save and reload race condition issue in spreadsheet documents
  • Fixed New Project dialog size changing as user enters text
  • Disabled spell checking on New Project dialog text box
  • Handle file name renaming in document tab display text

Full Changelog: celbridge-v0.1.1...celbridge-v0.1.2

Celbridge v0.1.1

20 Oct 12:44

Choose a tag to compare

Celbridge v0.1.1 Pre-release
Pre-release

New features

  • Added support for running a Python script automatically when a spreadsheet changes.
  • Added a "New example project" on the Home page that creates a project containing example content.
  • Added several new example projects.
  • Spreadsheets now reload automatically when the file is modified externally (e.g. by a Python script).

Bug fixes

Fixed memory leaks and performance degradation due to document WebViews not being cleaned up.

What's Changed

  • Initial JSON-RPC support for calling Python methods from C#/.NET and vice versa #458
  • Tidy up Python console process management #461
  • Clean up Webview processes when switching between projects #463
  • Monitor file system for changes and reload spreadsheets when changed #464
  • Update the Celbridge examples in #465
  • Replace placeholder Example assets for "New example project" option in #467

Full Changelog: celbridge-v0.1.0...celbridge-v0.1.1