1.6.4 -> QOL stuff

master v1.6.4
Kit Kasune 2 years ago
parent 341ce45745
commit 247abefe2b
  1. 1
      json/changelogs/1.6.4.json
  2. 4
      package-lock.json
  3. 2
      package.json

@ -0,0 +1 @@
{"log":{"Misc":["Small update here","Cleaned up a few bugs too small to really talk about here","Fixed a really nasty bug where the app would try to delete a folder a whole bunch of times","Clicking on the same file again won't make it visibly un-click","A folder will select itself after it's created"]},"version":{"name":"Alpha","semver":"1.6.4"}}

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "filekade",
"version": "1.6.3",
"version": "1.6.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "filekade",
"version": "1.6.3",
"version": "1.6.4",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",

@ -1,6 +1,6 @@
{
"name": "filekade",
"version": "1.6.3",
"version": "1.6.4",
"description": "A file explorer (primarily a learning experience for me)",
"main": "main.js",
"scripts": {

Loading…
Cancel
Save