Releases: acrobatstick/gisting
Releases · acrobatstick/gisting
v1.0.4
Changelog
- 368453d add keybind list to README
- 8b4477e add read command
- 45e14f9 add self update binary command
- a75d6d5 allow create new file to existing gist via
--gist-idflag - 0d3dd2b better demo
- c0674b9 make getContent non blocking
- 80b66af preload gists on every exec as global
- 5391d3f read gist content from remote instead of local store
- 851e911 use global github client and some refactoring here and there
v1.0.3
v1.0.2
v1.0.1
Changelog
- 1ead7d2 fix uploading on keypress u while dialog opened
- 18f042d add visibility prompt on creating new gist
- 3055556 add handle save file without vim motion
Released by GoReleaser.
Full Changelog: https://github.com/dimfu/gisting/commits/v1.0.1
v1.0.0
Changelog
- e7fda16 add another list for the gist files
- 2170444 add cli command to add and list authed user gist
- abd9a44 add copy to clipboard keymap
- 7a72f8d add delete gist/file command
- 2f0872d add dialog model and fix style issues
- 3a42f6b add file creation handle for gist
- 2b73c9f add handle for creating drafted gist
- 05373b2 add rename gist & file handlers
- 95cce60 allow create new gist from clipboard flag
- 67a1a04 allow creating new file on published gist
- b65a664 cache gists by utilizing database
- db00558 delete gist works
- 0bebb6e deleting both uploaded and draft file works now
- 86c589e deleting draft file works
- e71b610 desperate refactoring to avoid myself stressing over my shit code
- 228b525 fix broken styles
- 9f2f0a9 fix dialog cancellation
- d88babb fix dropCollection not clearing on disk
- c90bcef fix editor focus issue while navigating through panes
- 8e254e8 fix file list not updating properly after upload
- 0c708e0 fix initial gist files content not fetching from
getContent() - e16d893 fix navigation and layout size issues
- f016ba3 fix nil conversion on missing initial content fetches
- f5d2b13 fix render editor content properly on initialization
- 0a54e48 fix write operations result in 404
- 7b47340 handle change editor language on select file
- 8ccfdf7 handle dialog state on different panes
- 63b42d6 handle editor save updated content
- 9c0a2a6 honestly... i dont really care
- 6e9baa3 i might have fixed the buggy list height issue...
- 94f653e ignore some keymaps while on editor pane
- a705084 increase http request timeouts to 10 seconds
- c81522d initial commit
- e936b7d insert new file collection when uploaded file renamed
- 849a54a make gist set as public by default
- 4ca0734 mopping job
- 3d41254 move contentFromRawUrl to enter event to reduce init load time
- 95b2395 order gists alphabetically
- f62c6da output log to log file instead of printing out on exit
- 5fa7993 persistence authorization works
- 1a93484 prevent adding new file when the gist is already on github
- 3abd081 prompt user to input client id & secret for auth
- 5c4490a re render editor content whenever selected file changes
- 72a43bf refactor confusing code
- 1970458 refactor dialog keymap handlers
- c07a500 remove complicated auth proccess
- 14018e6 remove term signal channel use & clear secrets on auth cancel
- 076e4d9 render gist list and its content
- 5d903b7 replace textarea with goeditor
- 50487d9 send synthetic key press on file enter to rerender the editor
- ae7cf89 truncate gist description
- 32ebf82 tui models reactor and better pane indicator
- b2bb0f1 ui miscellaneous fixes for better experience
- e89393c update keymap model & add fallback title for gist and file
- 529d95c upload gist as whole kinda working
- 693d61a use different tea model for authentication and main app
- 1d8bbc9 use gruvbox style for now :)
- d91b6fc use pointer as key instead of gist struct itself
- b3d57e4 we out here
Released by GoReleaser.