Releases: CS2103-AY1819S2-W13-3/main
Infinity Machine Version 1.4 (Final)
Final product with new and exciting features as well as useful enhancements to existing features.
Feel free to download and play around with the product and let us know your thoughts!
Some cool features to try include:
RecycleBin mode
Panic and Unpanic mode
Biblio generator
CustomOrder command and many more!
Try an efficient and powerful way of managing your resources today!
Infinity Machine Version 1.3
Infinity Machine Version 1.3
This release contains the release of many new features as well as enhancement of old features.
New/Enhanced Features:
Enhancements to Command Alias: persistent storage of commands aliased
Restore Command restore
: allows you to restore you previously deleted sources
Enhanced Delete Command delete
: saves sources deleted to deletedSources persistent storage instead of removing them from the model immediately
List Command list
: allows you to list a specific number of sources
biblio Command biblio
: Generated a bibliography of the appropriate style
Custom Order Command order
: allows you to reorder sources in the list
Enhanced Search Command search
: now allows you to search by multiple entries: title, type, detail, tags (e.g. search y/website t/ArtificialIntelligence t/MachineLearning)
Other Updates:
Updates to our UserGuide and DeveloperGuide: features have been explained and usecases have been updated so read more to find out about it!
Infinity Machine Version 1.2
Infinity Machine Version 1.2
This release contains major migration and refactoring of code from AddressBook4 to the Infinity Machine project base. From this point onwards, Infinity Machine will not be using AddressBook4 names and database any further.
New Features:
Command Alias : allows you to use a shortcut for commands, e.g. "a" as a shortcut for "add [incomplete version, expect further improvements!]
Components Refactored:
- AB4 Logic to SourceManager Logic
- AB4 Storage to SourceManager Storage
- AB4 Model to SourceManager Model
- AB4 UI to SourceManager UI
*SourceManager is the name for Infinity Machine in the code base.
Updates to our UserGuide and DeveloperGuide: added command alias and changes to search/list command
Important notes: fixes and restoration of all tests will come in Milestone 1.3
Infinity Machine Version 1.1
Several fun and useful features are released in this version 1.1 of the Infinity Machine!
Features:
- Greeting Command
greet
: greets the user for a wholesome experience - Count Command
count
: returns the total number of sources in the database - Panic Command
panic
: temporarily hides all information and displays an empty state in the application - Unpanic Command
unpanic
: restores all hidden information (undo the panic state) - Biblio Command
biblio
: Generated a bibliography of the appropriate style [incomplete version, expect further improvements!]
Other Updates:
- Basic version of the source model [expect further improvements!]
- Updates to our UserGuide: our team profile has been added :D
- A preview image of our User Interface has been added to README