Skip to content

Releases: AppFlowy-IO/AppFlowy

v0.0.6.2

30 Oct 12:24
Compare
Choose a tag to compare

Version 0.0.6.2 - 10/30/2022

  • Auto focus after creating a new document
  • Fix some bugs

v0.0.6.1

27 Oct 07:11
d24625c
Compare
Choose a tag to compare

Version 0.0.6.1 - 10/26/2022

New features

  • Optimzie appflowy_editor dark mode style

Bug Fixes

  • Unable to copy the text with checkbox or link style

v0.0.6

23 Oct 14:17
Compare
Choose a tag to compare

This release includes a major upgrade to AppFlowy’s editor experience

image

UX Update - New Features

  • Support ‘/’ commands to insert content types into a page
  • Highlight text to trigger the editing menu
  • Support basic Markdown syntax
  • Support more shortcuts

Tech Update - New Editor

  • Say Hello to appflowy_editor, a highly customizable rich-text editor for Flutter, built by AppFlowy’s Team from the ground up.
  • This library was merged in v0.0.6 and will serve as the foundation for future improvements to AppFlowy’s editing experience.
  • It is highly customizable, test-covered, and well-maintained.
  • The goals with appflowy_editor are to make the core experience intuitive and enjoyable for all users and the building experience seamlessly for developers.
  • As an open-source project, appflowy_editor has the potential to realize these goals with the help of the AppFlowy Community.

v0.0.5.3

27 Sep 11:35
Compare
Choose a tag to compare

New Features

  • Open the next page automatically after deleting the current page
  • Refresh the Kanban board after altering a property type

Bug Fixes

  • Fix switch board bug
  • Fix delete the Kanban board's row error
  • Remove duplicate time format
  • Fix can't delete field in property edit panel
  • Adjust some display UI issues

v0.0.5.2

16 Sep 13:12
Compare
Choose a tag to compare

New Features

  • Enable adding a new card to the "No Status" group

Bug Fixes

  • Fix cannot open AppFlowy error
  • Fix delete the Kanban board's row error

v0.0.5.1

14 Sep 08:43
Compare
Choose a tag to compare

New Features - Kanban Board like Notion and Trello beta

Boards are the best way to manage projects & tasks. Use them to group your databases by select, multiselect, and checkbox.

  • Enable deleting properties in Kanban Board
  • Fix bugs

v0.0.5

08 Sep 06:56
Compare
Choose a tag to compare

New Features - Kanban Board like Notion and Trello beta

Boards are the best way to manage projects & tasks. Use them to group your databases by select, multiselect, and checkbox.

  • Set up columns that represent a specific phase of the project cycle and use cards to represent each project / task
  • Drag and drop a card from one phase / column to another phase / column
  • Update database properties in the Board view by clicking on a property and making edits on the card

Other Features & Improvements

  • Settings allow users to change avatars
  • Click and drag the right edge to resize your sidebar
  • And many user interface improvements (link)

v0.0.5_beta.2

01 Sep 01:14
b2db454
Compare
Choose a tag to compare

New features - Board-view Database

  • Support start editing after creating a new card
  • Support editing the card directly by clicking the edit button
  • Add the No Status column to display the cards while their status is empty

Bug Fixes

  • Optimize insert card animation
  • Fix some UI bugs

v0.0.5_beta.1

25 Aug 08:52
Compare
Choose a tag to compare

New Features - Board-view Database

186614248-23186dfe-410e-427a-8cc6-865b1f79e074

  • Board-view Database
  • Settings: allow users to change avatars
  • Resize the left-hand sidebar
  • And many user interface improvements (link)

v0.0.4

06 Jun 13:06
4850a97
Compare
Choose a tag to compare

New Feature: Beta Table-view Database

Jun-07-2022 20-38-58

  • Support properties: Text, Numbers, Date, Select, Multi-select, Checkbox, URL
  • Basic operations: create and delete a row
  • User interactions: drag to adjust the width of a column and reorder columns
  • Expand a record
  • Duplicate and delete a Grid

Other New Features

  • Upgrade to Flutter 3.0
  • Native support for M1 chip
  • Keyboard shortcuts support for Grid: press Enter to leave the edit mode; control c/v to copy-paste cell values

Bug Fixes

  • Fixed some bugs