diff --git a/commands/javatar_install.py b/commands/javatar_install.py index 916db97..7a17dc7 100644 --- a/commands/javatar_install.py +++ b/commands/javatar_install.py @@ -98,7 +98,7 @@ def run(self): if self.checksum != datahash: self.result = False return - open(join(sublime.packages_path(), "user", self.filename + ".javatar-packages"), "wb").write(data) + open(join(sublime.packages_path(), "User", self.filename + ".javatar-packages"), "wb").write(data) self.result = True if self.on_complete is not None: sublime.set_timeout(self.on_complete, 3000) diff --git a/utils/javatar_news.py b/utils/javatar_news.py index b701d99..c92cf03 100644 --- a/utils/javatar_news.py +++ b/utils/javatar_news.py @@ -5,20 +5,21 @@ # Major.Minor.Patch -VERSION = "1.0.1" +VERSION = "1.0.2" UPDATEFOR = "all" NEWSID = 20 NEWS_TEMPLATE = '''\ Just install Javatar? Checkout JavatarDoc for Javatar information and guides. Link is located in README file. -Javatar 1.0.0 has been released! +Javatar 1.0.2 has been released! These are updates and fixes for Javatar {VERSION}... - Build logs and output consoles can be show in different groups - Create section now select "Class" as default -- Fix invalid logic and proper traceback display - Add option to show hidden files and directories +- Fix invalid logic and proper traceback display +- Fix user's packages path casing which might cause error when install on case-sensitive system You can report/suggest any issue on Javatar repository. Link is already located in README file. '''