Skip to content

Releases: ctf0/Laravel-Media-Manager

v3.3.2

04 Mar 19:26
ef43813
Compare
Choose a tag to compare
  • update laravel version + minor changes

v3.3.1

09 Feb 23:09
93846c9
Compare
Choose a tag to compare
  • minor

v3.3.0

04 Dec 22:33
9329aab
Compare
Choose a tag to compare
  • fix vue2-filters error #65

v3.2.9

07 Oct 18:21
Compare
Choose a tag to compare
  • add a migration file for locked list db for those who dont want sqlite check wiki
  • fix images preview not showing after using search
  • fix cant use fullscreen mode when opening the video in a preview card
  • fix ratio bar not showing correct details
  • when video/audio is in preview mode, using space will now play/pause the item instead of closing the modal
  • fix changing the screen size closes the preview card when fullscreen is on or media is playing
  • some cleanup

v3.2.8

04 Oct 09:52
ed536e2
Compare
Choose a tag to compare
  • support showing video dimensions
  • show both the file dimension & size in the preview card
  • fix media modal not openning on small screen
  • fix small screen modal over-scroll
  • partial usage-intro work
  • fix #61

v3.2.7

25 Sep 09:09
Compare
Choose a tag to compare
  • cleanups/fixes & some UIs here and there
  • better performance “still need a way to orchestrate components animation”
  • more options to the default file char allowed
  • add more gestures “check rdme”
  • add support to show the image editor diff with support for “zoom & drag”
  • new npm dep “vue-image-compare vue-list-rendered”
  • changed filters +/- to range slider instead & a reset btn per filter
  • image editor will now have some ui even while processing

v3.2.6

16 Sep 08:53
Compare
Choose a tag to compare
  • fix random name taking over upload names despite being false
  • add support to showing archives with diff icon
  • MMFileSaved & MMFileUploaded now has support for mime-type “check rdme”
  • config is updated to support extra mime-types for both image & archive
  • ratio bar will now follow the same rules as the filter btns ex.“text/pdf, application/archive” are combined
  • add new filter “application”
  • fixes & cleanup for the broadcasting
  • long press on folders will now switch the lock/unlock status of the folder
  • fix a couple of console errors
  • fix gls not switching the no-data msg correctly
  • add new npm dep “vue-input-autowidth”
  • add some styling to the gls input to make it easier to click it
  • fix image editor reset all not resetting effects

v3.2.5

13 Sep 20:46
Compare
Choose a tag to compare

New

  • changed the scss files structure and also include each styles along with its component to minimize the manager styles file size
  • animation to the gestures
  • a couple more gestures
  • presets to the image editor, also all the filters/presets that don’t have values are switchable
  • new filter “selected”
  • use WebWorker + fetch for the images “slightly faster than browser default, also fetch calls are always cached and will avoid re-downloading the image preview every time the sidebar is toggled”
  • more ways to upload

Fix

  • gls cards will now have temp image until original is loaded to make sure we only load what we need.
  • animate the upload-panel toggling instead of jumping up&down
  • big files and long lists should render smoothly now

Update

  • make sure the events listeners are removed on components destroy
  • include the font from the screenshot so you get the same look
  • some files has changed names & folder structure
  • i now kinda have a better idea of how to fix the sluggish animation, so if you are facing such an issue plz open a ticket with “a how to reproduce” so i can fix it
  • rdme & resources

v3.2.4

02 Sep 18:16
Compare
Choose a tag to compare

Fix

  • the ratio bar tool-tip not displaying correct count

Image Editor

  • no visible image in editor when the sidebar is hidden
  • now you can save the image automatically after zooming in/out “without the need to create a cropping box”
  • updating the drag mode on dblclick
  • now the filters will work correctly as in the camanjs example, also both “greyscale & invert” filters are now switchable

New

Update

  • move all bulma styles to the component scope to avoid interfering with the main page css
  • reverse the gestures when using __stack-files-reverse
  • use IntersectionObserver inside the global search too
  • more cleanups
  • update rdme & wiki

v3.2.3

30 Aug 02:14
Compare
Choose a tag to compare
  • css cleanups
  • change gsp input UI
  • add extra ux to gsp
  • fix the image editor btns not showing up
  • move all the colors to vars.scss
  • make fuzzy search slightly stricter