Skip to content

Releases: ThexXTURBOXx/Luyten

Luyten v0.8.4

15 Apr 12:40
32f5838
Compare
Choose a tag to compare

Built with

Procyon 0.6.0
RSyntaxTextArea 3.3.3
picocli 4.7.2

Changes

  • Fix a few issues with files with the same name
  • Better Java detection (searches JAVA_HOME and PATH variables now)
  • Update Launch4J
  • Update RSTA
  • Update PicoCLI

Luyten v0.8.3

17 Jan 18:52
541940e
Compare
Choose a tag to compare

Built with

Procyon 0.6.0
RSyntaxTextArea 3.3.2
picocli 4.7.0

Changes

  • Update RSTA
  • Update Launch4J
  • Update copyrights

Luyten v0.8.2

26 Sep 15:10
Compare
Choose a tag to compare

Built with

Procyon 0.6.0
RSyntaxTextArea 3.3.0
picocli 4.6.3

Changes

  • Update RSTA to properly fix Hyperlinks and apply little design changes

Luyten v0.8.1

06 Apr 10:58
9c6f880
Compare
Choose a tag to compare

Built with

Procyon 0.6.0
RSyntaxTextArea 3.2.0
picocli 4.6.3

Changes

  • Update RSTA
  • Fix hyperlinks

Luyten v0.8.0

09 Mar 17:33
97539ef
Compare
Choose a tag to compare

Built with

Procyon 0.6.0
RSyntaxTextArea 3.1.6
picocli 4.6.3

Changes

  • Update Procyon to 0.6.0, now supports Java 9+ stuff!
  • Ignore IntelliJ files
  • Update RSTA to 3.1.6 to allow for better file type detection and support for new languages and Java 9+ keywords
  • Improve regular expressions
  • Use Law of Demeter where applicable
  • Optimize code (Add final keywords, remove unnecessary instructions, improve boolean expressions etc.)
  • Update Java requirement to Java 8 (since Java 7 will be completely discontinued in half a year)
  • Allow multiple files being drag 'n' dropped into Luyten
  • Fix classes on same path being open in different jars (see 5bad6aa and this comment for more details)
  • Support for Java 9+
  • Update links and contributors in About page (you have already spotted that :) )
  • Tried making tabs closeable via the middle mouse button (didn't succeed, but codebase is still there)
  • Fix some resource leaks and crashes
  • Made project structure Maven default (Maven assumes the typical src/main/[java\resources] layout by default; this allows for a cleaner pom.xml)
  • Update copyright years
  • Add basic CLI by utilizing picocli (different from deathmarine#138, but solves the overall issue)
  • Retrieve Luyten version from META-INF/MANIFEST.MF directly
  • Use launch4j type console to allow CLI on the exe file (and most likely the other ones as well); caveat: When opening via double-click, a console appears
  • Apply deathmarine#150, deathmarine#165 (without the CI part), deathmarine#200, deathmarine#254
  • Improve Maven pom
  • Improve README.md and LICENSE

Luyten v0.7.9 (0.8.0-pre)

07 Jan 14:48
bf3be93
Compare
Choose a tag to compare
Pre-release

Use with caution! This uses a snapshot version of Procyon!

Built with

Procyon 0.6-SNAPSHOT (this commit)
RSyntaxTextArea 3.1.5

Changes

  • Update Procyon to snapshot to support Java 9+ features
  • All changes from v0.7.0

Luyten v0.7.0

07 Jan 14:19
be54495
Compare
Choose a tag to compare

Built with

Procyon 0.5.36
RSyntaxTextArea 3.1.5

Changes

  • Update RSTA
  • Discontinue Java 7 support as RSTA also dropped that
  • Allow multi-file drop
  • Ignore IntelliJ files
  • Fix classes with same path in different jars
  • General cleanup
  • Much much more