Skip to content

Releases: nathanwentworth/moodbored

v0.6.2

23 May 16:37
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

Fixes

  • Can add images from a web browser again (broken in v0.6.1 with the folder change)

Changes from last version

  • Files added from a web browser are now renamed to the current date/time (getting the file name from the url had a lot of issues)
  • Folders can be set as the current directory by dragging them into the window
  • Fixed lightbox indexing
  • Currently selected directory name is now highlighted in purple
  • Adjusted bottom padding of the settings sidebar
  • Changed button focus styles

v0.6.1

21 May 23:50
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

Changes

  • Files added from a web browser are now renamed to the current date/time (getting the file name from the url had a lot of issues)
  • Folders can be set as the current directory by dragging them into the window
  • Fixed lightbox indexing
  • Currently selected directory name is now highlighted in purple
  • Adjusted bottom padding of the settings sidebar
  • Changed button focus styles

v0.5.5

24 Jan 22:26
Compare
Choose a tag to compare
v0.5.5 Pre-release
Pre-release

Changes

  • Added masonry layout (using this method)
  • General code cleanup, copy edits

v0.5.4

21 Aug 00:46
Compare
Choose a tag to compare
v0.5.4 Pre-release
Pre-release

Changes

  • Fixed file adding from another browser, refactored code

v0.5.2

15 Aug 17:58
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release

New Features

  • Left/Right buttons in lightbox
    • Also able to use ←/→ or a/d on keyboard
  • Option to move or copy files
  • Able to delete files
    • As well as an option for confirm on delete
  • Right click to access options, such as delete, open in folder, and view file name
  • Key info dialog (access by pressing ?)
  • Fade-in on load

Changes

  • New outline around highlighted/active button
  • Drop overlay now shows success/failure when dropping an image

Fixes

  • Lightbox is now on top of the sidebar toggle button

v0.4.0

06 Aug 20:52
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Added

Basic drag and drop file uploading. This currently only supports copying a file into place, I'll later add an option if you want to copy or move. You can drag and drop both into the image view or folder view (though there's no indication you can do this yet). I also want to add the ability to drag and drop directly from a window in a web browser.

v0.3.0

04 Aug 16:54
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Simple lightbox (to be made better later)
  • Better base styling
  • Menu buttons/items

v0.2.0

04 Aug 00:24
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Small update overall, just wanted to publish these qol changes either way.

Notable changes

  • Window saves position and size
  • Key commands for opening/closing the sidebar
  • Saves sidebar state

Things to do next

  • Menu bar items
  • Click on images to view them full-screen/window
  • Drag and drop file "uploading" (basically acting like dragging a file into a finder window)

v0.1.0

01 Aug 21:01
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First sorta usable version of the app! Missing some key features, like adding files to the folders that are open, lightbox/zoom, custom ordering of images, etc. But, this is in a pretty usable state as is other than that! I've only tested on mac so far. Bugs are kinda expected.