Skip to content

Releases: mistakenelf/fm

v0.5.3

05 Oct 01:22
Compare
Choose a tag to compare

Changelog

1a4eae6 0.5.3
252ff14 package updates
d1176fb use WalkDir
0c6d75f update naming of commands
274cfa8 handle symlinks to files
96200d8 package updates
aaef827 format
97646bd get working directory in command
89f5e48 package update

v0.5.2

30 Sep 00:10
Compare
Choose a tag to compare

Changelog

9cd79b3 0.5.2
3263801 fix opening symlinks
436879f update bubbletea
9f275d5 let statusbar handle its own resize
ded18e9 use switch
1535ddf batching not needed
32cb939 call update statusbar outside scroll function
6b63fba update key handlers

v0.5.1

26 Sep 14:20
Compare
Choose a tag to compare

Changelog

35bc86c 0.5.1
b729c93 shortcut to the root directory
250c61f ensure command bar is not open
1a2529a create update statusbar helper
b3e8a85 move commands to key handlers
b0f4f70 run tidy
5ca7560 use single const
9bf59f8 add theme screenshots

v0.5.0

25 Sep 14:48
Compare
Choose a tag to compare

Changelog

851c60d 0.5.0
f006459 rename directory package
144322a add adaptive to feature list
315836b Merge pull request #35 from knipferrc/feature/adaptive-colors
3548d00 package update
0b07ad3 update color naming
550ff77 using adaptive colors in theme
add40e8 use adaptive colors for help
6b1fe73 package update

v0.4.2

23 Sep 14:50
Compare
Choose a tag to compare

Changelog

fcce0fd 0.4.2
e4b7424 add spooky theme
cd0b338 Merge pull request #32 from knipferrc/bugfix/directory-size-fixes
588ad5d combine move file and move directory commands
229ff72 dont need to set content in here
ebe42a4 update directory size on shortcut keys
c8edb0a package update

v0.4.1

23 Sep 01:16
Compare
Choose a tag to compare

Changelog

57eb967 v0.4.1
136a649 Merge pull request #30 from knipferrc/feature/theming
8cd85e8 update README
5b610e1 rename to sourcecode
09dab34 Merge branch 'main' of https://github.com/knipferrc/fm into feature/theming
2bfa356 Merge pull request #31 from knipferrc/bugfix/fix-starting-directory
44c48b9 remove constants and setup theming
4b1583d update package
95c0b46 setup theming
faea779 fix passing a starting directory
a4c8ac2 update lint rules
ccd0eb4 package update
fe80ae7 more lint fixes
21a8e7b linting
16bc368 Merge pull request #27 from knipferrc/feature/new-install-script
3ca0d4a re-add rules
45eb6b9 add install shell script
e7c3262 add install script
697a354 add goreleaser
07d0035 update linting
d361159 package upgrades

v0.4.0

18 Sep 13:46
Compare
Choose a tag to compare

Changelog

a093fb0 v0.4.0
70487de move keyMap to its own file
521e446 Merge pull request #26 from knipferrc/feature/directory-item-size
ab1efd3 reset size when going to previous and next directory
931bae2 more lint fixes
8a8e020 fix linting errors
e91310c remove log
2e8cd77 get directory size and display in statusbar
d58b517 use imageString instead of ascii
da48f5a get directory items size
ed94c66 cleanup ascii references and add directory item size command
8424453 remove ascii references
dd39f68 get size or directory or file
9cb32df remove ascii reference
0b6f6a0 package upgrades
9e05263 update status when in move mode
117be11 use alternate border for move mode
8682de5 remove unused color
9665c10 package update
fd0fb69 rename package
77edb0e cleanup naming
365711c package update

v0.3.1

14 Sep 00:47
Compare
Choose a tag to compare

Changelog

f439866 0.3.1
75fd12c fix zipping and unzipping
5e954e1 file operation fixes
7e2629f Merge pull request #25 from knipferrc/feature/statusbar-refactor
737c0e9 handle empty directory state in statusbar
0ba7919 WIP statusbar refactor
a99a87c Merge pull request #24 from knipferrc/task/update-cleanup
5483aa2 unused model property
efd5a08 formatting
8308945 set default height in model
455058d Merge branch 'main' of https://github.com/knipferrc/fm into task/update-cleanup
ee0186d move empty directory logic to dirtree
475ad57 cleanup pane width calculation
8172761 fix issue with mkdir failing to create directory
f72eb1c remove unused model properties
7de4f24 restrict help screen to pane dimensions
73b6ff4 package update
8600cd1 dont access model values directly

v0.3.0

10 Sep 23:16
Compare
Choose a tag to compare

Changelog

02f3a49 0.3.0
808d9bd use frame size for calculating width
d8ddd1e package updates
94cfe7f allow borderless panes
ee8e517 package updates
b46dd85 update screenshot

v0.2.0

09 Sep 01:02
Compare
Choose a tag to compare

Changelog

997dcfa v0.2.0
5ddb60b move helpers to separate packages
530d281 refactor statusbar
75a4068 update bubbletea and bubbles
00a9eda package updates
9b976c7 if text content is set, rerender on resize
a28e453 pass fileInfo to diritem
f63526f fix directory changing
dec7bf6 dont use thumnail
0ca98bc remove usage of ioutil and use DirEntry
0ae4f2a setup key handlers and help view
bbd6fc8 move to UI helper
acf003b rename
0510530 update packages
82a4589 use lipgloss
d1f4321 update packages
6e00db5 return a colorized string representation of an image
d000d90 add go colorful and termenv
bcf58bd resizing cleanup
a073e3f fix typo
ec1802e package updates