2.1.0 - 2024-05-19
- clarify binky operation is illegal or back - (5a03275)
- error when press ctrl-' and alt-' - (fc3033b)
- when call binky-jump-other-window, select existed window and buffer as possible - (3407be5)
- function binky--mark-type - (bcbb890)
2.0.0 - 2024-05-17
- remove repeat-mode support - (8711a7b)
- correct type of binky-command-prefix - (5e13f58)
- typos in readme - (046b839)
- add donate link - (8b803aa)
- add option binky-debug - (d8d30ea)
- use with-memoization instead - (b91e67d)
- simplify binky-preview function - (0ae75d1)
- [breaking] update new option to customize binky marks - (bef6370)
- [breaking] provide new exclude method - (d571705)
- use dash library instead - (b7e1b34)
1.4.2 - 2023-12-04
- (README) improve comparison experience - (b27be66)
- (README) update todo list - (05792ad)
- update todo list - (b4667b1)
- add option binky-command-prefix and binky-command-map - (ecc7e9a)
- change binky-cache-directory default value - (bf9bd87)
1.4.1 - 2023-10-23
- error type format in defcustom - (a860fe2)
- add duplicete status to provide more accurate description - (6dce296)
- wrong value type in defcustoms - (76fbce5)
- do not highlighting overwritten record if binky-hl-use-pulse is t - (f954896)
- error warning before calling commands if binky mode is not enabled - (d18d4e8)
1.4.0 - 2023-10-20
- wrong overwrite message even add new mark - (a50d016)
- add command to read/save manual records from last session - (bc07b17)
- support save and restore records with different source - (838c188)
1.3.3 - 2023-10-14
- don't recomputate project root for no file-visited buffer - (bc89652)
- fix typos in version comparison - (d64f4b7)
- remove all obsolete alias - (98e4922)
1.3.2 - 2023-09-04
- (highlight) only highlight record in selected window - (268988d)
- (margin) margin indicator face covered by flymake-note face - (9dcd48a)
- (margin) wrong argument in function binky-margin--spec - (dffc8fa)
- fix wrong screenshot link - (bf5b16c)
- (highlight) support pulse-style highlight - (a9133b6)
- add new command binky-jump-other-window - (6900672)
- (faces) set new default values to binky-faces - (2dd25e0)
- (highlight) [breaking] rename vars, faces and functions related to highlight - (cb74f22)
- rename internal var binky--project-root - (c6dcaf3)
1.3.1 - 2023-09-04
- (defcustom) wrong version numbers - (b010d1c)
- simplify internal function binky--parse - (3ee61df)
1.3.0 - 2023-08-29
- error when scroll mouse in binky-mark-read - (28468bd)
- don not run binky-recent-alist-update-hook if no changes - (1f2ce82)
- wrong function name - (2948f53)
- add project information for records - (b6838b6)
- only update margins on recorded buffers - (7b22515)
- adjust some funcitons behavior - (83ad537)
- simplify internal functions - (7f35d46)
- rename binky-log-buffer - (3ce323c)
- internal functions use cl-loop - (6305079)
- internal functions - (a7850d1)
1.2.2 - 2023-08-11
- update readme - (9ac28df)
- update README - (c83f576)
- fix typos in README - (724eedc)
- remove builtin dependencies description - (6496ce9)
- update README - (3b58dc4)
- add commands jumping to next/previous record in current buffer - (3fe9656)
- print message when toggle group view - (19bab6e)
- rename var binky-mark-overwrite to binky-overwrite - (b6008b0)
- rename internal var and functions - (150f65c)
- use seq-* functions as much as possible - (f8d21ca)
- remove duplicated code - (a1bb3e4)
- split binky-margin-mode into separate file - (8311721)
- rename binky-mode.el to binky.el - (779bcc8)
1.2.1 - 2023-07-22
- recent records error in preview - (6a8bca5)
- add recent record unexpectedly into manual alist - (80c4ee4)
- using unique buffer names in preview - (2a375d6)
- put killed buffer last in preview - (58fd3db)
- sorting records in groups according to position - (7e26345)
- update usage - (dc6f5fc)
- fix typos in README - (56748a8)
- no more recent sorting strategy - (708bf85)
- update readme - (09d8fa2)
- add option binky-preview-in-groups - (8893242)
1.2.0 - 2023-07-12
- (binky-margin-mode) make margin indicator no italic style - (61b2833)
- (binky-mark-back) don't record position on the same line - (d054c4c)
- (preview) close preview by force when quit the command - (1e0f9ab)
- typos in docstring - (b430ad8)
- don't auto mark last buffer if current-buffer is minibuffer - (6aea48d)
- echo warning if mark is illegal - (ec94dae)
- adjust face color for preview - (df54d32)
- set window-min-height to 1 in preview - (b30a05f)
- error on couldn't truncate some langauga character like chinese - (3ac9925)
- add FAQ section - (ae96fdf)
- update FAQ - (e3c29d3)
- fix typos - (1579f79)
- update todo list - (2a0e114)
- fix typos - (4d95add)
- update todo list - (920b3d1)
- add support for relative width of preview column - (5a7eac5)
- update copyright year - (b1f12ea)
- simplify display buffer alist - (a4f01e1)
- binky-preview - (a289a58)
- remove cl-extra dep - (04f1132)
- customization options - (04db9d7)
1.1.0 - 2022-12-22
- highlight existing position line when add duplicated record - (7efd1d0)
- propertize mark in binky--message - (d1c4824)
- update dependency to emacs v26.3 - (4a4a99d)
- update readme - (9b1b4d4)
- support margin indicator for back, auto marks - (d355f2a)
- adjust prompt color with binky-* commands - (ee6d482)
- add command binky-view - (16b1532)
- update dependency to emacs v27.1 - (62b9a26)
- rename to binky-highlight - (d55b1ba)
- remove useless code - (49dbfad)
- use binky-margin-local-mode instead of binky--margin-setup - (cdb044b)
- prefer dolist rather than mapc - (851ac4e)
- (doc) typos - (2e4ad97)
- wrong position info when swap-in - (3976b3d)
- wrong line number in preview - (fe07943)
- adjust face binky-highlight-warn - (3e09212)
- binky-highlight-jump extend to t - (95a1527)
- set binky-frequency-timer only when sort by frequency - (ad65400)
- binky-highlight-warn :extend to t - (82134b8)
- some warnings - (50cc3f9)
- compatiability of function pos-eol - (f10040e)
- typos - (5bf7121)
- defcustom type error - (dff6000)
- adjust face style - (83132f3)
- provide more commands info - (0328bd0)
- update todo - (adab57d)
- update preview image - (9628fef)
- add comparison with dogears - (510ac74)
- fix typos - (eab34a1)
- update informations - (0de7dbb)
- update command introduction - (4c85878)
- add images for margin indicator - (27cda46)
- fix typos - (91b4781)
- add option binky-preview-side - (d111298)
- implement command binky-binky - (2d8b654)
- add feature highlight for binky-add,jump,delete - (8c17632)
- add option binky-mark-quit - (53dfa77)
- add option binky-mark-distance - (c473057)
- add option binky-record-prune and refactor - (a6def39)
- add command binky-auto-toggle - (d0b5c2f)
- support buffer margin indicator - (dfc69ac)
- add face binky-preview-clolumn-name-same - (9be6064)