Skip to content

Releases: grrlopes/storydb

v0.5.2

11 Jan 06:07
Compare
Choose a tag to compare

Changelog

v0.5.1

01 Sep 04:45
Compare
Choose a tag to compare

Changelog

v0.5.0

27 Aug 06:52
Compare
Choose a tag to compare

Changelog

  • 7045a2a 0.5.0
  • 9ac2223 Added animation into sync screen
  • 6e1a723 Changed Readme.md
  • 54df93e Changed string key to mapping key template
  • 7219056 Changed sync choice msg in syncScreen
  • 97e7d88 Fixed hotkeys name
  • e5b2639 Fixed key mapping names and added new ones
  • d5a5c6f Fixed keymapping for screen sync
  • 25e6c13 Fixed sync screen responsiveness Removed progress bar
  • 88e2d64 Fixed unselected row command Changed sync screen message status
  • a1616eb Included basic key mapping into Readme.md
  • 772b834 Removed usecase fhistorytotal
  • c8d1065 Removed useless module

v0.4.0-beta.0

19 Aug 05:58
Compare
Choose a tag to compare

Changelog

  • 35ee684 0.4.0-beta.0
  • f6948d7 Added 'tab' motion to go up and down and 'ctrl r' to reset search input
  • 08cc514 Added migration execute onto main
  • 600fc55 Added rules to handle specialCharacters
  • 1e692d8 Added simple keyMap helper
  • 4dfdbb9 Added tokenizer to virtual table
  • e79b179 Added trigger and changed schema table
  • 168ef2c Changed 'respository sqlite func search' to handle fts match query
  • fd45874 Changed Readme
  • 329ec54 Changed entity command 'cmd' to sql unique and sqlrepository InsertParset to be using gorm implementation
  • 2bcd709 Changed model key title to cmd
  • d9c374b Changed readme
  • 01deeb5 Changed usecase finder to build sql statement
  • a432582 Convert 'find all' and 'pagination' to gorm
  • da84ec0 Finder screen is filtering and fetching data.
  • b4532fc Fixed finder screen pagination
  • d643be8 Fixed finder_textfield sync input
  • a9a4176 Fixed helper to be showed at home and finder
  • e4f981c Fixed selection hover on list view
  • ae311ba Implemented helper query string filter
  • fbb035c Installed new module
  • 9de610b Removed external lib to fill commandline Added implemantation to handle pts
  • acf4c24 Removed useless listpanel Renamed database model
  • 09e3ed8 Removed useless module Added fts5 into compiler
  • e3dd7e0 Renamed entity model
  • d0cfe0a Replace raw string keymsg at home to constant keymap
  • cb3a4dc Replaced history hard code file path to history env.
  • 63f3d6f Replaced raw string key at finder screen to constant keymap

v0.3.0-alpha.0

03 Aug 07:50
Compare
Choose a tag to compare

Changelog

  • 624f71c Added 'like' into query search finder
  • fc3e837 Added finder into home screen
  • 6399eed Added search repository and textinput finder construtor
  • 2ffcbd4 Finder setvalue replace to reset
  • 47b3808 Fixed pagination on home screen and finder screen. Added search Count repository
  • 5a4bd9f Fixed reponsiveness and finder inputbox hide
  • 1016e91 Implemented finder Screen scaffolder

v0.2.0-alpha.1

14 Jul 05:05
Compare
Choose a tag to compare

Changelog

  • 801fde7 0.2.0-alpha.1
  • 0c40006 Added new resource into model command Removed undefined sql variable from rep insertparse
  • b320f89 Added pregress bar into syncScreen
  • 231ca5c Changed the sqlite db location
  • 9a70ae2 Fixed dialog menu after choosing option.
  • bb0590a Fixed how the app find the history file.
  • 893ac4d Fixed selection btn at syncScreen
  • ec9e7a8 Fixed syncscreen loadbar Added new repository count file history Removed hard code for bash history
  • 249fb14 Included 'state' for sync screen
  • d83925c Installed new modules
  • b1afe4c Removed syncScreen from home ui Added syncScreen style dialog

0.1.0 - alpha

22 May 10:11
Compare
Choose a tag to compare

Added

  • Initial project scaffolder