Next | Query returned 65 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2022-05-20 18:31:15 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 0.9.2

v0.9.2 (2022-05-18)
Added
   -[Experimental] Image preview on the right half of the terminal (press v).
    This feature uses viuer, and high resolution preview, which can be used in
    kitty or terminals that support sixel, is disabled due to the clearance
    issues.
   -crate viuer and image to preview the image.

Fixed
   -Fix text preview bug around new line that occurs when it has tab character.
   -file_ext in ItemInfo is now always lowercased to speed up matching with the
   extension map.
   -Disable renaming non-ascii items: Wide characters such as CJK or characters
   that do not match our intuition caused panic, so before editing, item name
   is now checked if it contains only ascii characters.

Changed
   -Version check option now uses -v | --version, instead of -c | --check.
   -Refactor: Remove magic number and use variable with proper name in the
   filter and shell mode.
   -Restore debug print, which works in debug mode(RUST_LOG has some value).
   -Use simplelog instead of env_logger to create the log file.
   2022-05-11 22:58:10 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/felix: update to 0.9.1

v0.9.1 (2022-05-11)
Fixed
- Fix bug that after `:h`, cursor move can cause unexpected panic.

Changed
- Wrap preview text.

v0.9.0 (2022-05-10)
Added
- New command: `v` to toggle whether to show i) part of the content for text
  file (no wrapping and static), or ii) contents tree for directory. Note that
  this preview feature may not work effectively with small terminal.
- trying to make felix user guide (just to show how to use each commands)
  by mdbook

Changed
- felix now works with smaller terminal size (4 rows and 4 columns is the
  minimum). If column is fewer than 28, modified time is not displayed.
- Huge refactoring overall.
  - use `struct colors` for `state.layout.colors`
  - `is_hidden` moved to `ItemInfo`'s field, make it easier to toggle
    show/hidden items
  - in `open_files` method, use `ItemInfo`'s existing field to get extension
  - `Iteminfo.ext` to `Option<String>`
  - split `move_cursor` method to multiple methods
- Inverted color on the last row (to show distinctively)

Fixed
- Show help text correctly in small window size
  (scrollable with `j` | `k` | `Up` | `Down`)
- 'P' to print manipulation lists (put/delete/rename) is changed to work only
  when RUST_LOG has a value.
   2022-05-05 09:00:09 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 0.8.1

-Fixed undo/redo order when new manipulations occurs. Now manipulation list
 will be "branched", which means undone manipulations will be \ 
discarded when
 new manipulation is pushed, so that redo cannot lead to an error.
   2022-05-03 14:57:22 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 0.8.0

new feature:
   u to undo and Ctrl + r to redo #51 76e8444
       Targets of these new commands are put/delete/rename.

fix:
   Clarified the type of error during initial setup (now explicitly use panic).
   Added minimum row size.
   Better cursor move when terminal size is extremely small (row size < 8).
   2022-04-27 18:09:30 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 0.7.0

v0.7.0
======

new features:
 -Terminal size changes are now automatically detected and the layout is fixed.
 -felix -c shows the current version and checks if that is up to date.
   2022-04-20 21:47:29 by Thomas Klausner | Files touched by this commit (1)
Log message:
felix: regen distinfo after patch removal
   2022-04-20 21:44:44 by pin | Files touched by this commit (1)
Log message:
sysutils/felix

Remove patch now that we have Rust-1.59
   2022-04-15 09:30:12 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 0.6.1

new feature:
   -New configuration: You can now use the full width of terminal by setting
   use_full_width to true (false by default).
   I hope this wil lead to a better user experience. For those who use <=0.6.0,
   felix can work without replacing config.toml because use_full_width is
   an option.
   2022-04-13 12:19:54 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 0.6.0

new feature:
    :z <keyword> lets you jump to a directory that matches the keyword.
     (zoxide required) #52 4e4c1b7
    :cd | :z => Go to home directory. b536332

fix:
    Fix bug when reading .git/HEAD to show branch name 2de3a97

some refactoring: 830812e 6377d66 bd12fa6
   2022-04-10 17:41:01 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/felix: update to 0.5.2

new feature:
 -New option for config: Now you can set the max length of the item name to be
  displayed (if the terminal size is not enough, it will be automatically
  adjusted). It's optional, so you can use your config file in < v.0.5.1 as is.
  See config.toml for details. 7616b00

some refactoring: 016a316 016a316

Next | Query returned 65 messages, browsing 41 to 50 | Previous