Skip to content

Releases: LIUBINfighter/csv-lite

1.7.0

07 Feb 06:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat: add functionality to create new CSV files and enhance UI for fi… by @LIUBINfighter in #49

Full Changelog: 1.6.1...1.7.0

1.6.1

01 Feb 06:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

Full Changelog: 1.1.5...1.6.1

1.1.5 Minor Fixes: Internationalization and Conflict Resolution Fixes

06 Dec 21:13
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

This minor release focuses on enhancing Internationalization (i18n) support and improving stability by addressing a critical bug in command handling.

What's Changed

Full Changelog: 1.1.4...1.1.5

1.1.4 Mobile Support Release

16 Sep 08:54

Choose a tag to compare

1.1.3 Patch: Style Adjustment for Mobile

16 Sep 08:32

Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

1.1.2 Mobile Support Beta

16 Sep 08:19

Choose a tag to compare

Pre-release

It's a testing version.

Full Changelog: 1.1.1...1.1.2

1.1.1 Patch: Support for delimiter ";"

16 Sep 08:11

Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0 Row & Col Action Menu

30 Jun 03:50

Choose a tag to compare

1.1.0 Release: Row & Col Action Menu

✨ What's New

Simply right-click on any cell to bring up the new context menu, giving you the power to:

  • Insert Columns: Instantly add new columns to the left or right.
  • Delete Columns: Remove an entire column with a single click.
  • Move Columns: Effortlessly shift columns left or right to rearrange your layout.
  • (Row Actions are supported too!): Perform the same insert, delete, and move actions on rows.

image

✨ 新功能亮点
只需在任意单元格上右键点击,即可激活全新的上下文菜单,轻松实现:

  • 插入列: 在当前位置的左侧或右侧快速添加新列。
  • 删除列: 一键删除整列数据。
  • 移动列: 方便地将整列向左或向右移动,调整数据布局。
  • (同样支持行操作) 对数据行进行插入、删除和移动。

Closed #19 #29 #16

Full Changelog: 1.0.6...1.1.0

1.0.5

21 Jun 05:37

Choose a tag to compare

Hotfix for #27

1.0.4

19 Jun 16:25
35954f1

Choose a tag to compare

Col & Row Operation Buttom Refactor (1.0.4 Patch Release)

  • Redesigned column and row operation buttons
  • Enhanced drag-and-drop functionality

image

image

  • What's next?
    • Refactor and redesign csv core model for more advanced FRs.