Skip to content

Releases: KadenBiel/DVD-TS

2.1.1

28 Apr 04:46
4dd25bb
Compare
Choose a tag to compare

It's official! v2 is finally released! After nearly a year of trying to get webpack to not freak out over loading local assets, it has finally been fixed! None of the work-arounds I found have worked, but finally I don't have to use a work-around because Webpack was fixed. This version is kinda just a get-this-s***-out-asap, so some bugs are to be expected. The toolbar will no longer hide itself when going into full screen mode, likewise the cursor won't either. Also, the settings page doesn't have a scroll bar, so if the screen isn't long enough you can't select some options. All will be fixed in future updates, perhaps a few new features too!
NOTE: 1.4.2 Auto-Updater no longer works because the key has expired. There is a new key used in this update, meaning it will work for future updates, however it cannot be used to update to this version from 1.4.2. This is not an issue if you are currently on one of the v2 betas.

2.1.0-beta

29 Nov 03:02
4dd25bb
Compare
Choose a tag to compare
2.1.0-beta Pre-release
Pre-release

UPDATE: I realized the last version had issues with rendering on some computers, hopefully the changes made to how the application loads will solve this problem. No, as of right now the pop-up saying "Welcome!" cannot be turned off, the reason being is because when the user clicks the 'continue' button it starts the animation. I set it up this because the whole page is guaranteed to have fully loaded before the user is able to click the button, which is what was causing most of my issue before. I will find a way to automate this and hopefully include it in the official version 2, for now we're gonna roll with it.

EDIT: I found the issue with the production version finally, hopefully a fix will come out soon! Webpack calls the wrong path to find the assets, which ends up in them not being loaded. Coming up with workarounds soon!

2.0.0-beta

31 Aug 21:06
9fff16a
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

UPDATE: This version is still in beta, some features will not work and may break. Currently settings can be set, you will have to restart the app to implement the settings however.

1.4.2

02 Apr 12:05
5491fd8
Compare
Choose a tag to compare

Accidentally left devTools open in the other release... whoops. I updated the user interface, though I'm still not done with it. I'm thinking about learning React or maybe Angular to make the program look more sleek and modern. Hot keys to access settings, restart and close the app have been added. I also did some optimizations to cut back on processor usage, and the menu no longer appears in fullscreen mode! I'll add a hot key to toggle the menu in the next update. Enjoy :)

1.3.2

26 Mar 17:16
5491fd8
Compare
Choose a tag to compare

New release! I didn't get enough time to work on UI updates this week, but trust me those are coming. You can now have all the colors you please, no limitations (other than having at least one color). I know the current settings interface isn't the best, so I'll be working on fixing that next.

1.3.1

16 Mar 16:14
19dfae5
Compare
Choose a tag to compare

New release! You can now have up to 8 custom colors! There will be a smaller patch release with UI updates and unlimited color options coming soon, still figuring out a few bugs.

1.2.1

15 Mar 18:14
a618fc2
Compare
Choose a tag to compare

Adds new settings lock feature. You can now lock settings from being tampered with.

1.1.1

10 Mar 15:49
3811f91
Compare
Choose a tag to compare

Bug fixes:

  • DVD logo will bounce back into screen when found outside of the window
  • 'Check for updates' removed because of electron bugs
  • Added fullscreen functionality

1.1.0

09 Mar 16:48
3811f91
Compare
Choose a tag to compare

New release! The settings are implemented and work. I'm still working on adding custom colors, but y'all can have fun with the size and speed for now.

1.0.5

08 Mar 04:12
92b6439
Compare
Choose a tag to compare

Auto updater works! this revokes devTools access (v1.0.4 will automatically update straight to v1.0.5, so devTools cannot be accessed anymore) I am working on the settings page next, hopefully to include custom color options, resizable DVD logo, and speed adjustment. This is the first working release!