Skip to content

Releases: jahro-console/unity-package

Open Button settings & minor fix

04 May 11:34
3af613c

Choose a tag to compare

[1.1.1] — 2026-05-04

Added

  • Enable Open Button setting — new toggle in Jahro Settings lets you control whether the floating launch button is shown at startup. The IsLaunchButtonEnabled initial value is now driven by this project setting instead of always defaulting to true.

Fixed

  • Settings window no longer opens during CI / batch-mode buildsJahroInstallManager and JahroEditorView.ShowWindow() both skip execution when Application.isBatchMode is true.

Unity Session Replay

20 Apr 16:58

Choose a tag to compare

Highlights
Snapshot video / replay — Records the game view as a lightweight JPEG frame sequence during a snapshot session, stored locally and uploaded with the snapshot so you get a visual timeline next to logs and commands (no separate screen recorder required).

Recording modes — Manual (start/stop, numbered video-1, video-2, …), Autostart (begins when the session opens), and Shadow (rolling buffer; Commit shadow saves the last window, default 120 s).

API & observability — Jahro.StartVideoRecording / StopVideoRecording / CommitShadowRecording, Jahro.OnVideoStateChanged, plus duration, frame count, storage, part index, and write-queue depth helpers.

Unity 6.3 Support and minor bugfix

14 Jan 19:01
93c461a

Choose a tag to compare

Jdev unity63 support (#15)

* fix: update asset paths in JahroEditorView for consistency with package structure

* refactor: update UI components and logging messages for clarity

- Fixed HeaderPanelBehaviour and BottomPanelBehaviour references to JahroConsole prefab.
- Adjusted RectTransform properties for better layout consistency.
- Removed debug logging for saves loading error in ConsoleStorageController.
- Simplified logging messages in MessagesResource for improved readability.
- Cleaned up unused code in MemoryWatcher and ConsoleTextView.

* chore: update to version 1.0.0-beta6 and enhance README content

- Bumped package version to 1.0.0-beta6 i
- Revised README to improve clarity and detail about Jahro's features and benefits, including new descriptions and structured sections for better navigation.

* docs: enhance README with structured sections and improved clarity

* fix: readme visual elements

* fix: readme visual elements

* fix: updated readme

* fix: update README and refactor UploadManager logic for bulk file handling

v1.0.0-beta5

16 Oct 10:14

Choose a tag to compare

fix: fixed error with recording state; update to beta5

v1.0.0-beta4

12 Oct 16:40
923f044

Choose a tag to compare

Jdev minor bug fix (#14)

* feat: add JahroEditorController and associated meta files
- Jahro_Disable preprocessor derective
- Introduced JahroEditorController for managing editor states and API key validation.
- Updated JahroEditorView to integrate with the new controller, enhancing UI interactions and event handling.
- Refactored WelcomeView and SettingsView to streamline API key validation and project settings management.

* fix: minor fix for editor and editor network manager

* feat: beta 4 version

v1.0.0-beta3

06 Oct 12:30

Choose a tag to compare

feat: update to v.1.0.0-beta3

v1.0.0-beta2

05 Oct 14:24

Choose a tag to compare

fix: Editor settings minor bug fix

Snapshots Streaming

05 Oct 14:06
d00cd42

Choose a tag to compare

feat: snapshots streaming

* fix: snapshot files orginization

* fit: logs chunk writer basic implementation

* feat: snapshot create request

* feat: uploader basic implementation and chunk refactor

* fix: refactored snapshot manager and chunk manager

* fix: optimised snapshot upload for stream and bulk upload

* fix: streamin chunks to backend

* feat: snapshot upload and streaming

* fix: code refactoring and dublication removed

* feat: snapshot UI update, refactoring

* fix: network error refactor, snapshot UI fixes

* fix: statuses fix for snapshots and flow

* fix: screenshot upload with multipart form data

* feat: payload for screenshot upload request

* feat: stop streaming

* feat: UI improvements for snapshots view

* feat: jahro settings added snapshoting mode

* fix: datetime to Univarsal Time

* fix: snapshot card, project settings loading

* fix: project settings optimisation, UI fixes

* feat: dedub for logs with count field

* fix: minor fixes for mobile

* fix: scroll for logs item height recalculation

* fix: logs in scrollview optimisation

* fix: snapshot statuses and errors fix. console open button default position

* fix: proper release of managers

* feat: config system refactor

* fix: UI improvements

* feat: refresh snapshots and minor bug fixes

* fix: open button positioning in mobile devices

* fix: default host to localhost

* fix: minor UI fixes

* fix: minor fixes for logs height

* fix: logs cleanup

* feat: new version

Alpha 10

26 Aug 14:30
8d7757a

Choose a tag to compare

Jah samples (#11)

* feat: sample commands

* feat: watcher samples

* fix: keep in bounds fix

* fix: minor improvements, settings view dropdown sizing fix, API methods update, hide button with API method, version info refactor, open button disable

0.1.0-alpha.9: fix: Fixed Settings view,

25 Jul 13:33

Choose a tag to compare

Merge branch 'main' of https://github.com/jahro-console/unity-package