Skip to content

Releases: ddasutein/AutoRename

Version 4.3.0

10 Feb 11:29
fe9e56f
Compare
Choose a tag to compare

What's new?

  • New popup user interface to make quick adjustments of file name format per website
    image

  • Feedback form added in About page in Options

  • "Enable Save As dialog window" is now set to unchecked for new installations

  • Announcement banner supports multiple languages (English remains fallback if not translated for other languages)

  • New user interface design language

UI/UX Update

  • "Save" button has been removed as settings will now auto save if you change values.
  • Removed Privacy Policy and Other Links in About tab and replaced with buttons at the header area
  • New sound effect when saving
  • Options page can scale down/up properly based on resolution

Bug Fixes

  • Fixed an incorrect localization for Bluesky where it would say "Threads Settings" instead of "Bluesky Settings"
  • Fixed an issue where the Download button in Download Queue may randomly stop working

Developers

  • New library called LetsBeOne has been added. For more details, please read my tweet on X
  • Announcement banner endpoint has been changed and updated method of accessing the API from XMLHttpRequest to Fetch API

Feedback

I would love to get your feedback on the extension. Feel free to respond to this form here

Version 4.2.2

02 Jan 02:18
Compare
Choose a tag to compare
  • Fixed an issue where the extension could not save images from Reddit

Version 4.2.0 / 4.2.1

21 Dec 05:14
Compare
Choose a tag to compare

Happy Holidays and Welcome to Version 4.2.0 ❄️

To those that celebrate Christmas, Merry Christmas to you all and a Happy New Year! This will be the last update for the year of 2024 and I hope you continue to look forward for new features coming in 2025!

Important

Upon updating, Google Chrome or Microsoft Edge may prompt you to give permission for Reddit and Bluesky. This is normal and required for the functionality of the download queue system in the extension

What's new?

  • Added support for Bluesky
  • Added support for X Pro
  • When using Prefer Locale Format, it will now include the time instead of the date only
  • Changed default setting for "Include Website Title" for Threads to UNCHECKED. If you have this setting checked, this will not affect you
  • For X, reworked "Download as JPEG only" to only convert images from WEBP to JPG. PNG images will no longer be retrieved in JPG. Please note, this feature is still in beta and is subject to change in future versions
  • For X, you can now select between system timestamp or use the original tweet's timestamp when "Include Date" is used

UI Adjustments & Localization Update

  • Renamed "Include Date (Based on System Date)" to "Include Date" for X only
  • Renamed "Include Date (Based on System Date)" to "Include Date (Based on System Time and Date)"
  • Adjust styling for website title in Download Queue page

Bug Fixes

  • Fixed an issue where if the user has set string generator length to 0 for X and viewing an article, the article ID will be appended next to img in the file name. When this is set to 0, the extension will use the media's ID without appending img
  • Fixed Japanese localization for "Threads Settings"

December 24, 2024 - Version 4.2.1 Emergency Patch

  • Fixed an issue where extension could not save or load setting for "Set Timestamp Preference" for X.

For Developers

  • As a replacement of the old Debugger.js, you can now access a new global object. Here, you can change or view various parameters of the extension. This is still work in progress but you can check the list of available global functions here
  • SetTimeDate.js has been removed and migrated to Utility.js.
  • New options to setup date formatting
  • Migrated Twitter/X image save function to new architecture that started from the development of Bluesky.

Version 4.1.0

20 Nov 00:17
dedef29
Compare
Choose a tag to compare

Welcome to Version 4.1.0

IMPORTANT

Upon updating, Chrome or Edge will prompt you to give permission for Reddit. This is normal and is required for the functionality of adding to download queue

What's new?

  • Time/Date Format can now be configured in Global settings instead of per website. Note, all your existing configuration will not carry over. You will need to reconfigure this again.
  • Added Threads support. (Bluesky support will be added soon!)
  • You can now change between Auto, Light and Dark mode in the Settings page
  • Reddit can be added to download queue
  • In Downloads page, "X" will be reflected as the website title instead of Twitter
  • Folder name for "Twitter" has been changed to "X"
  • Added Windows 11 24H2 in Operating System query
  • Minor UI improvements

Bug Fixes

  • Fixed an issue where file path would appear in download queue list
  • Fixed an issue where you could not download images from Reddit
  • Fixed an issue where clicking "What's new?" when the extension is updated does not redirect to the release page

For developers

  • Currently testing a new implementation to store parameters for different websites. Inside the const variable WebsiteConfigObject, it would hold different parameters such as URI, excluded paths, inactive, allowed context menus, and file_name. You can see this working in action with Threads, as well as hiding context menu from appearing on Bluesky even if it was added to the "support" list.

  • New tool to manage localization files has been added. (/tools/ManageLocaleFiles.js)

  • Debugger.js is removed and will be replaced with a better solution in future updates

Version 4.0.5

17 May 12:44
655edbc
Compare
Choose a tag to compare
  • Add support for X.com domain
  • When downloading from X (formerly known as Twitter), website title will reflect as X. (Note, the next version will have an updated string in the settings page)

Version 4.0.4

21 Aug 09:36
Compare
Choose a tag to compare
  • Fixed an issue where saving images from Twitter/X would save as .web instead of .webp

Version 4.0.3

20 Aug 08:03
7c1c13f
Compare
Choose a tag to compare
  • Add option to force images to download as JPEG for Twitter/X. More details here #35
  • Update to Localization files

Version 4.0.2

31 Jul 01:42
580a617
Compare
Choose a tag to compare

Minor bug fixes

  • Fixed an issue where some images on Twitter/X cannot be downloaded
  • Changed old Twitter logo to new (RIP Twitter bird 😭)

Version 4.0.0 / 4.0.1

20 Jun 08:54
ccbeb45
Compare
Choose a tag to compare

Hello everyone,

My apologies for the lack of updates. Today, AutoRename version 4.0.1 is now live for everyone.

What's new?

  • You can now queue images for downloading. All you need to do is right click on the image and select Add to Download Queue. When you download files from the queue, it will be saved as a ZIP file. Or, you have the option to download the files individually. Note, this feature is not yet supported for Reddit (planned for the next version)
    image
  • You can now save images to a custom folder in your Downloads folder. When enabled, a folder called AutoRename will be created in your Downloads folder. If you save an image using the extension, it will be stored here.
  • [Twitter] When you set randomized string to 0, it will get the photo count order. For example, if the tweet has 3 images, The file name will have img1, img2, and img3
  • [Twitter] If you enabled the functionality to save the images to the AutoRename folder, you have the option to save the image to a folder based on the username it came from. Pretty neat right? It will make it easier to sort out your files!
  • When adding files to download queue, the number of files in queue will appear in your browser toolbar
  • On the options page, the extension will remember the last tab you were on. Previously, it always land on the general page
  • Add support for Apple Silicon and Windows on ARM for platform info
  • Add support for Windows 11 22H2 under Operating System in About page
  • LINE BLOG is no longer supported in this version as the service is terminated as of March 30, 2023

Bug Fixes/Backend Improvements

  • Download API has been overhauled to support the new features implemented
  • In Twitter DMs, the context menu for AutoRename will no longer appear
  • Minor UI improvements
  • Upgraded from Manifest V2 to Manifest V3
  • Updated file structure to be more simplified
  • Many other refactoring across the extension
  • Restored options page title

Emergency Patch

Users that installed the extension via Chrome Web Store, please be advised that an emergency update will be rolled out after version 4.0.0 is published to fix an issue with Reddit. For users that installed the extension via Microsoft Store, you willl automatically receive the updated build.

Update - June 22, 2023

I've differed version 4.0.0 from the Chrome Web Store. Version 4.0.1 will now ship for both platforms.

Localization Update Help Wanted

I am looking for someone to help translate this extension to Chinese and Korean. See issues #27 and #28. For more details, visit this page https://github.com/ddasutein/AutoRename/wiki/%F0%9F%8C%8D-Translations

Version 3.0.1

02 Jul 04:21
Compare
Choose a tag to compare

What's new?

  • Fixed font rendering for SweetAlert library. The pop up texts should have sharper quality now. See comparison below

Version 3.0.0

image

Version 3.0.1

image

UPDATE

The update is live on Chrome Web Store, however, Microsoft Edge Add-ons store will have to wait a bit longer for an updated build. Currently trying to resolve an issue with Microsoft on this. No worries, this update is very minor and not really something to be that excited for.

Resolved issue with Microsoft Edge Add-ons Store. Update will be live soon.