Skip to content

Releases: matthewkaney/text.management

0.9.0 — October 2023

16 Oct 00:37
b162973
Compare
Choose a tag to compare

This adds several features that improve the integration with Tidal and generally polish the usability and accessibility of the tabbed browsing interface. This includes settings for Tidal, as well as auto-updating on Mac and Windows, so that those platforms should automatically receive new releases!

New Features

  • Better screenreader and keyboard navigation support (#51)
  • Tidal boot options (#59)
  • Tidal menu for rebooting (#54)
  • Indicator for current cycle
  • Auto-update mechanism
  • RPM build for Fedora/RedHat/etc
  • UI Button for opening new documents (#61) — @reckoner165

See changelog for all changes

Recommended Builds

Mac:
text.management-0.9.0-x64.dmg (Intel Macs)
text.management-0.9.0-arm64.dmg (M1 Macs)

Windows:
text.management-setup-0.9.0.exe

Linux:
text.management-0.9.0-amd64.deb
text.management-0.9.0-x86_64.rpm
text.management-0.9.0-x86_64.AppImage

0.8.0 — July 2023

11 Jul 20:38
Compare
Choose a tag to compare

After a long hiatus, the next update to text.management. This version adds the ability to run multiple files at once in a tabbed editor. It's a pretty straightforward UI change, but it involved a substantial rewrite of the internal architecture that should make for faster feature development. As a result, this also adds better UI for visualizing save state and a simple About page.

Recommended Builds

Mac:
text.management-0.8.0-x64.dmg (Intel Macs)
text.management-0.8.0-arm64.dmg (M1 Macs)

Windows:
text.management-setup-0.8.0.exe

Linux:
text.management-0.8.0-amd64.deb
text.management-0.8.0-x86_64.AppImage

0.7.0 — January 2023

21 Jan 21:37
Compare
Choose a tag to compare
Pre-release

Added

  • Added some simple idiomatic Tidal auto-indentation
  • App builds are now automatically generated
  • App now supports file management: creating new files, loading files, and
    saving (with autosaving by default)

Changed

  • Console messages no longer display GHCi command prompts
  • Updated the default theme, inheriting the OS preference for light/dark mode

Fixed

  • Issue on Windows with accessing the installed Tidal version
  • Undo/Redo functionality works correctly now

0.6.0 — December 2022

26 Dec 06:48
Compare
Choose a tag to compare
Pre-release

Initial release of the Electron-based text.management apps! Supported functionality is a bit bare-bones right now, but it does work as a serviceable Tidal Cycles editor.

All feedback (especially bugs/feature requests/things that need documentation) is welcome!

Note: Just like with other Tidal editor plugins, Tidal/GHCi/SuperCollider/SuperDirt/etc need to be independently installed. This also doesn't support file opening or saving yet, so you'll just have to manually copy code in and out (but that should be changed soon).