Releases: ThexXTURBOXx/Luyten
Releases · ThexXTURBOXx/Luyten
Luyten v0.8.6
Built with
Procyon 0.6.0
RSyntaxTextArea 3.4.1
picocli 4.7.6
Changes
- Fix unicode characters (#2)
- Better binary file detection (now uses MIME type)
- Update launch4j
Luyten v0.8.5
Built with
Procyon 0.6.0
RSyntaxTextArea 3.4.1
picocli 4.7.6
Changes
- Added more selectable themes
- Code optimisations
- Update RSTA
- Update PicoCLI
Luyten v0.8.4
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
andPATH
variables now) - Update Launch4J
- Update RSTA
- Update PicoCLI
Luyten v0.8.3
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
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
Built with
Procyon 0.6.0
RSyntaxTextArea 3.2.0
picocli 4.6.3
Changes
- Update RSTA
- Fix hyperlinks
Luyten v0.8.0
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 cleanerpom.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 theexe
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)
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
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