Releases: rhyolite-org/rhyolite
Releases · rhyolite-org/rhyolite
Rhyolite(v0.1.6) NIGHTLY
Rhyolite app(v0.1.6) nightly release.
Caution:
- This is a nightly release and thus has a lot of bugs.
- Only nightly builds follow a rolling release pattern.
What's Changed:
Auto-generated Changelog:
✨ New Features
a249b6d
- update logging, state management (commit by @80avin)1fece33
- add commands to registry (commit by @RedddFoxxyy)b615602
- add more commands to tabs registry (commit by @RedddFoxxyy)7b46a16
- add load tab command to tabs registrar (commit by @RedddFoxxyy)129b5ac
- Simplify types (commit by @RedddFoxxyy)57afa16
- Add command constructor for IOCommands (commit by @RedddFoxxyy)91458bf
- add helpers (commit by @RedddFoxxyy)d7f82a6
- add more helpers (commit by @RedddFoxxyy)24117cb
- add one more command to io mod (commit by @RedddFoxxyy)830d4d3
- add more documentation in commands.rs (commit by @RedddFoxxyy)8c450c5
- add more code documentation (commit by @RedddFoxxyy)1655c6c
- update build workflow (commit by @RedddFoxxyy)826017a
- add linux arm runner (commit by @RedddFoxxyy)
🐛 Bug Fixes
df31dd5
- editor: Fix line spacing in the editor. (commit by @RedddFoxxyy)c8ced2b
- components: Fix styling of tiptap components. (commit by @RedddFoxxyy)b619d79
- styling: Of inline code block. (commit by @RedddFoxxyy)7703c54
- Borrow of state (commit by @RedddFoxxyy)35eb1c6
- Panic on unwrap when current tab is none (commit by @RedddFoxxyy)ba1a142
- Convert Indexmap to Hashmap for commands registry (commit by @RedddFoxxyy)b4e0074
- CurrentTab not updating (commit by @RedddFoxxyy)bad924f
- handle condition when no userdata.json exists (commit by @RedddFoxxyy)0112d2b
- close tab functionality (commit by @RedddFoxxyy)9fe84af
- Broken tab handling(WIP) (commit by @RedddFoxxyy)0f2c276
- Got the delete document command working. (commit by @RedddFoxxyy)34d4d04
- Tabs loading (commit by @RedddFoxxyy)220cf27
- race condition when creating/deleting tabs (commit by @RedddFoxxyy)223abe6
- delete_document command (commit by @RedddFoxxyy)842cef7
- update tab title did not delete the file with old title. (commit by @RedddFoxxyy)b48f3ca
- tabs working in titlebar (commit by @RedddFoxxyy)36f7b63
- editor content change on tab switch (commit by @RedddFoxxyy)abf0229
- minor code duplications (commit by @RedddFoxxyy)ce56d5c
- command palette working again! (commit by @RedddFoxxyy)86a994f
- delete and close tab functions (commit by @RedddFoxxyy)352994b
- add documentation for helper methods (commit by @RedddFoxxyy)4fa6656
- tab id in delete and close tab commands (commit by @RedddFoxxyy)7144a68
- load tab in recent files menu (commit by @RedddFoxxyy)79557ea
- update word char counts on tab change (commit by @RedddFoxxyy)2641080
- code documentation (commit by @RedddFoxxyy)a30d016
- workflow versioning (commit by @RedddFoxxyy)d4c0424
- workflow tag version (commit by @RedddFoxxyy)b66bcb4
- workflow version extraction (commit by @RedddFoxxyy)feda660
- whats changed on windows (commit by @RedddFoxxyy)e751e17
- arm64 linux runner (commit by @RedddFoxxyy)2f1df7a
- workflow file (commit by @RedddFoxxyy)
🔧 Chores
b344f70
- Update install script for Linux (commit by @RedddFoxxyy)3ffa14f
- Update README.md with new install script. (commit by @RedddFoxxyy)077de00
- Uncomment other settings items (commit by @RedddFoxxyy)d1111f0
- add new readme images (commit by @RedddFoxxyy)ec64387
- Add App uninstall script for linux (commit by @RedddFoxxyy)b8f3b6f
- Update Readme.md with the uninstall script (commit by @RedddFoxxyy)318918c
- Use LLD on linux (commit by @RedddFoxxyy)e9805cb
- remove unused flags from cargo.toml (commit by @RedddFoxxyy)160c768
- change mutex to rwlock (commit by @80avin)a04e07d
- remove unnecessary log plugin (commit by @80avin)58411d4
- rename structs (commit by @80avin)2993eee
- minor cleanup of tabs (commit by @80avin)cec5ecb
- reorganise few functions (commit by @RedddFoxxyy)5a365e2
- Reorganise IO and Tabs module into different files. (commit by @RedddFoxxyy)f9ac87c
- organise delete_document (commit by @RedddFoxxyy)9bc8390
- try to ...
Rhyolite(v0.1.5) ALPHA
v0.1.5 Alpha
Summary:-
- CAUTION! This is a pre-release version of the app, expect lot of bugs!
- Added default themes to the App!!!!
- Use this to test for any bugs and create issues for them on the repo.
- Settings sidebar Shortcut added!
- Fixed minor bugs.
- A new Markdown engine written in Rust to handle markdown files .
- Added some the features recommended by the testers in last build.
- Improved styling of the app.
- Added new tab button in title bar.
- Fixed Tabs growing out of the title bar.
Bugs:-
- When tabs are created and deleted quickly, race condition occurs, and app looses track of files.
- Scroll Bars are broken on Windows.
- Small bugs when loading files.
What's Changed
- UI refactor using typescript, tailwind css, flowbite, tip-tap by @prettyblueberry in #22
- fix svg bug of toolbar button in content-editor by @prettyblueberry in #23
- Update README.md by @RedddFoxxyy in #27
- Markdown module by @RedddFoxxyy in #28
- updated gitignore to be more comprehensive by @RaphGL in #30
- Refactor doc by @RedddFoxxyy in #36
- Update README.md by @RedddFoxxyy in #37
- Markdown engine by @RedddFoxxyy in #40
- fix: restore ui styles similar to v0.1.4-alpha by @80avin in #39
- fixed commandline spacing and border issues by @RaphGL in #42
- Update README.md by @RedddFoxxyy in #49
- Fix issue #43: Add a settings icon and move the theme section from the titlebar to the settings dropdown similar to vscode by @ShravyaKudlu in #50
- feat: made settings menu close on click outside and fixed some event … by @RaphGL in #51
- chore: Update readme.md by @RedddFoxxyy in #53
- Small Settingsmenu redesign by @gavg0 in #58
- fix #61: improve behavior of keyboard shortcuts to mitigate race condition by @tony-redekop in #61
- Small Settingsmenu bugfixes and theme preview on hover. by @gavg0 in #62
- WIP: Update color scheme and add close tabs functionality (#44, #46) by @ShravyaKudlu in #57
New Contributors
- @prettyblueberry made their first contribution in #22
- @RaphGL made their first contribution in #30
- @80avin made their first contribution in #39
- @ShravyaKudlu made their first contribution in #50
- @gavg0 made their first contribution in #58
- @tony-redekop made their first contribution in #61
Full Changelog: v0.1.4...v0.1.5
Rhyolite(v0.1.4) ALPHA
v0.1.4 Alpha
Summary:-
- This is a pre-release version of the reworked Fextify fork, previously know as FextifyPlus and now called Rhyolite!
- Windows 32bit and Arm64 binaries also available!
- Use this to test for any bugs and create issues for them on the repo.
- File Menu added!
- Fixed minor bugs.
- Files are now stored and loaded as .md and not .json, thanks too @codemechanica .
- Added all the features recommended by the testers in last build.
Bugs:-
- When a lot of Tabs are opened, instead of shrinking they grow to the right, moving the navigation buttons with them.
- If the title text is null then the title text does not update.
- Small bugs when loading files.
What's Changed
- Update README.md by @RedddFoxxyy in https://github.com/RedddFoxxyy/Rhyolite/pull/13
- Save function by @codemechanica in https://github.com/RedddFoxxyy/Rhyolite/pull/20
Full Changelog: RedddFoxxyy/rhyolite@v0.1.3...v0.1.4
Rhyolite(v0.1.3)
Summary:-
- This is a pre-release version of the reworked fextify fork, previously know as FextifyPlus and now called Rhyolite!
- Windows 32bit and Arm64 binaries also available!
- Use this to test for any bugs and create issues for them on the repo.
- Mac versions of the app are now available!!
- Command Palette added!
- Fixed bugs when deleting tabs, cycling and creating new tabs.
Full Changelog: RedddFoxxyy/rhyolite@v0.1.2...v0.1.3
Rhyolite(v0.1.2)
Summary:-
- This is a pre-release version of the reworked fextify fork, previously know as FextifyPlus and now called Rhyolite!
- Use this to test for any bugs and create issues for them on the repo.
- Mac versions of the app are now available!!
- Command Palette added!
- Fixed bugs when deleting tabs.
Full Changelog: RedddFoxxyy/rhyolite@v0.1.1...v0.1.2
Rhyolite(v0.1.1)
Summary:-
- This is a pre-release version of the reworked fextify fork, previously know as FextifyPlus and now called Rhyolite!
- Use this to test for any bugs and create issues for them on the repo.
- Mac versions of the app are now available!!
Full Changelog: RedddFoxxyy/rhyolite@v0.1.0...v0.1.1
Rhyolite(v0.1.0)
Summary:-
- This is a pre-release version of the reworked fextify fork, previously know as FextifyPlus and now called Rhyolite!
- Use this to test for any bugs and create issues for them on the repo. Mac support will be from v0.9.0(that is a version before final release) or if someone want to contribute by compiling for mac then contact me.