Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Make image version query a timestamp fixes #60 #63

Merged
merged 4 commits into from
Aug 9, 2015

Commits on Aug 9, 2015

  1. Make image version query a timestamp fixes #60

    The rerendering of the preview was also decoupled from the pathwatcher
    listener. Now all pathwatcher events are captured and processed
    including all those triggered by the same file modification as described
    in atom/node-pathwatcher#50.
    Galadirith committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    0991468 View commit details
    Browse the repository at this point in the history
  2. [fix] Fixed problems by switching to watchr and watching the director…

    …y instead of the file.
    leipert committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    bd24496 View commit details
    Browse the repository at this point in the history
  3. Revert "[fix] Fixed problems by switching to watchr and watching the …

    …directory instead of the file."
    
    This reverts commit bd24496.
    Galadirith committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    24f017b View commit details
    Browse the repository at this point in the history
  4. Preview isnt required to update for restored imgs

    Restored images may be either images that we're previously renamed or
    previously deleted. To force a restored image to preview a rerender
    through either a preview toggle or source edit is required.
    
    Note that on windows pathwatcher does still watch files even after their
    their path no longer exists, updating the preview even for restored
    images withour a forced rerender, but on OSX it does not.
    Galadirith committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    db6a522 View commit details
    Browse the repository at this point in the history